Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos de fórum criados
Status |
Tópico
|
Apoiador | Vozes | Posts | Frescor |
---|---|---|---|---|---|
Empty meta values in original post are not emptied translations
Iniciado por: Eric Moss em: English Support |
2 | 10 | 2 anos, 1 mês atrás | ||
Error "failed to load the image editor" when using Media Translation on video
Iniciado por: Eric Moss em: English Support |
2 | 3 | 2 anos, 6 meses atrás | ||
Using square brackets without declaring it as a shortcode
Iniciado por: Eric Moss
em: 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 anos, 7 meses atrás |
Todos os artigos escritos por Eric Moss:
Nenhum item encontrado