- 状态
- 已由作者解决
- 相关插件/主题
- Impeka
- 主题标签
- Compatibility
问题概述
当 Impeka 主题 与 WPBakery 页面构建器 搭配使用时,使用主题内置功能添加到列设置的链接在 WPML 翻译中不会自动翻译或同步。
临时解决方法
要确保列链接字段得到正确处理,请按照以下步骤操作:
- 前往WPML > 设置 > 自定义 XML 配置选项卡。
- 将以下代码添加到编辑器中:
<wpml-config> <shortcodes> <shortcode> <tag>vc_column</tag> <attributes> <attribute encoding="vc_link" type="link">column_link</attribute> </attributes> </shortcode> </shortcodes> </wpml-config>
- 单击“保存”