Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
Stato |
Argomento
|
Sostenitore | Voci | Messaggi | Freschezza |
---|---|---|---|---|---|
Empty meta values in original post are not emptied translations
Iniziato da: Eric Moss in: English Support |
2 | 10 | 2 anni, 1 mese fa | ||
Error "failed to load the image editor" when using Media Translation on video
Iniziato da: Eric Moss in: English Support |
2 | 3 | 2 anni, 6 mesi fa | ||
Using square brackets without declaring it as a shortcode
Iniziato da: Eric Moss
in: 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 | 2 anni, 7 mesi fa |
Tutti gli articoli scritti da Eric Moss:
Nessun articolo trovato