ナビゲーションをスキップする

Resolved by author

Topic Tags: Compatibility

Overview of the issue

When using the Impeka theme with the WPBakery Page Builder, links added to column settings using the theme’s built-in functionality are not automatically translated or synchronized in WPML translations.

Workaround

To ensure the column link field is correctly handled, follow these steps:

  1. Go to the WPML > Settings > Custom XML Configuration tab.
  2. Add the following code into the editor:
    <wpml-config>
      <shortcodes>
        <shortcode>
          <tag>vc_column</tag>
          <attributes>
            <attribute encoding="vc_link" type="link">column_link</attribute>
          </attributes>
        </shortcode>
      </shortcodes>
    </wpml-config>
    
  3. Click “Save”