Resolved by author
Overview of the issue
If you are using Essential Addons for Elementor Pro, you may experience issues with the translation of the Advanced Data Table widget when sourcing data from Google Sheets. The widget will display the correct translations in the Advanced Translation Editor (ATE) but fails to show these translations on the front end of the website.
Workaround
- Go to WPML > Configuration > Custom XML Configuration page.
- Add the following code:
<wpml-config> <elementor-widgets> <widget name="eael-advanced-data-table"> <fields> <field type="Adv Data Table: Table Content" editor_type="LINE">ea_adv_data_table_static_html</field> <field type="Adv Data Table: Search Placeholder" editor_type="LINE">ea_adv_data_table_search_placeholder</field> <field type="Adv Data Table: Tooltip" editor_type="LINE">eael_tooltip_section_content</field> <field type="Adv Data Table: Google Sheet" editor_type="LINE">ea_adv_data_table_source_google_table_range</field> </fields> </widget> </elementor-widgets> </wpml-config>
- Add a small modification to the page where you added the widget.
- Refresh its translation and add a different sheet range.