Resolved by author
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:
- Go to the WPML > Settings > Custom XML Configuration tab.
- 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>
- Click “Save”