Home › Forums › WoodMart support forum › INCOMPATIBILITY WooCommerce + WoodMart + WPML › Reply To: INCOMPATIBILITY WooCommerce + WoodMart + WPML
Manu RY
Hello Elise,
Yes, thank you, it seems that WPML support managed to solve the problem.
Here is what they did:
Here’s how to make the 2 widgets translatable, “Title Section” and “List”, by including this code in WPML > Settings > Custom XML Configuration:
<wpml-config>
<elementor-widgets>
<widget name=”wd_title”>
<fields>
<field type=”Section title: title” editor_type=”LINE”>title</field>
<field type=”Section title: subtitle” editor_type=”LINE”>subtitle</field>
<field type=”Section title: after title” editor_type=”AREA”>after_title</field>
</fields>
</widget>
<widget name=”wd_list”>
<fields-in-item items_of=”list_items”>
<field type=”Lister: content” editor_type=”LINE”>list_content</field>
</fields-in-item>
</widget>
</elementor-widgets>
</wpml-config>