- Status
- Resolved by author
- Resolved in
- Essential Addons for Elementor PRO 6.8.2
- Related plugin/theme
- Essential Addons for Elementor
- Topic tags
- Compatibility
Overview of the issue
When using Essential Addons for Elementor PRO with WPML, you might experience an issue where the Advanced Accordion widget content is not translated on the frontend. This happens when the widget uses the Accordion with Media (Pro) layout.
Workaround
- Go to WPML > Settings > Custom XML Configuration in your WordPress dashboard.
- Add the following XML configuration and save:
<wpml-config> <elementor-widgets> <widget name="eael-adv-accordion"> <fields> <field type="Advanced Tooltip: Content" editor_type="AREA">eael_tooltip_section_content</field> <field type="Content protection: Password Placeholder" editor_type="LINE">eael_ext_content_protection_password_placeholder</field> <field type="Content protection: Password Submit Button" editor_type="LINE">eael_ext_content_protection_password_submit_btn_txt</field> <field type="Content protection: Password Incorrect Message" editor_type="LINE">eael_ext_content_protection_password_incorrect_message</field> <field type="Wrapper Link" key_of="eael_wrapper_link" editor_type="LINK">url</field> </fields> <fields-in-item items_of="eael_adv_accordion_tab"> <field type="Advance Accordion: Title" editor_type="LINE">eael_adv_accordion_tab_title</field> <field type="Advance Accordion: Content" editor_type="VISUAL">eael_adv_accordion_tab_content</field> </fields-in-item> <fields-in-item items_of="eael_adv_accordion_media_type_tab"> <field type="Advance Accordion: Media Title" editor_type="LINE">eael_adv_accordion_media_type_tab_title</field> <field type="Advance Accordion: Media URL" key_of="eael_adv_accordion_media_type_media" editor_type="LINK">url</field> <field type="Advance Accordion: Media Content" editor_type="VISUAL">eael_adv_accordion_media_type_tab_content</field> </fields-in-item> </widget> </elementor-widgets> </wpml-config>