此用户没有收藏的主题。
收藏的论坛主题
创建的论坛主题
| 状态 |
主题
|
支持人员 | 参与者 | 帖子 | 最新活动 |
|---|---|---|---|---|---|
|
Empty meta values in original post are not emptied translations
发起人:Eric Moss 在:English Support |
|
2 | 10 | 3 years, 2 months前 | |
|
Error "failed to load the image editor" when using Media Translation on video
发起人:Eric Moss 在:English Support |
|
2 | 3 | 3 years, 7 months前 | |
|
Using square brackets without declaring it as a shortcode
发起人:Eric Moss
在: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, 8 months前 |
所有由以下人员撰写的文章 Eric Moss:
未找到项目