WPML
状态
已由作者解决
相关插件/主题
Impeka
主题标签
Compatibility

问题概述

Impeka 主题WPBakery 页面构建器 搭配使用时,使用主题内置功能添加到列设置的链接在 WPML 翻译中不会自动翻译或同步。

临时解决方法

要确保列链接字段得到正确处理,请按照以下步骤操作:

  1. 前往WPML > 设置 > 自定义 XML 配置选项卡。
  2. 将以下代码添加到编辑器中:
    <wpml-config>
      <shortcodes>
        <shortcode>
          <tag>vc_column</tag>
          <attributes>
            <attribute encoding="vc_link" type="link">column_link</attribute>
          </attributes>
        </shortcode>
      </shortcodes>
    </wpml-config>

  3. 单击“保存”

所有已知问题 →