This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Empty meta values in original post are not emptied translations
Started by: Eric Moss in: English Support |
|
2 | 10 | 3 years, 5 months ago | |
|
Error "failed to load the image editor" when using Media Translation on video
Started by: Eric Moss in: English Support |
|
2 | 3 | 3 years, 10 months ago | |
|
Using square brackets without declaring it as a shortcode
Started by: 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 | 3 years, 11 months ago |
All articles written by Eric Moss:
No items found