Cet utilisateur n'a pas de sujets favoris.
Sujets préférés du forum
Sujets de forum créés
Statut |
Sujet
|
Supporter | Les voix | Articles | Fraîcheur |
---|---|---|---|---|---|
Empty meta values in original post are not emptied translations
Démarré par: Eric Moss en: English Support |
2 | 10 | Il y a 2 années et 1 mois | ||
Error "failed to load the image editor" when using Media Translation on video
Démarré par: Eric Moss en: English Support |
2 | 3 | Il y a 2 années et 7 mois | ||
Using square brackets without declaring it as a shortcode
Démarré par: Eric Moss
en: English Support
Problem: How to force square brackets not to be considered as a shortcode part? Solution: Replace "[The Hotel]" with <span class="square_braces">The hotel</span> Add this CSS to theme: .square_braces::before { content: "["; } .square_braces::after { content: "]"; } html[lang="en-US"] .square_braces::after, html[lang="en-US"] .square_braces::before { display: none; } In the above CSS replace “en-US” with the language code in which you don’t want to display the brackets. |
2 | 15 | Il y a 2 années et 7 mois |
Tous les articles sont rédigés par Eric Moss:
Aucun élément trouvé