Skip Navigation

Resolved by author

Topic Tags: Compatibility

Overview of the issue

The Table widget from the Ultimate Addons for Beaver Builder plugin is not translatable in WPML’s Translation Editor by default. Text within table cells does not appear for translation.

Workaround

Please, make sure of having a full site backup of your site before proceeding.

  • Go to WPML > Settings in your WordPress dashboard.
  • Click on the Custom XML Configuration tab at the top.
  • Paste the following XML in the editor:
    <wpml-config>
        <beaver-builder-widgets>
            <widget name="uabb-table">
                <fields-in-item items_of="thead_row">
                    <field type="Table: Header Cell" editor_type="LINE">heading</field>
                </fields-in-item>
                <fields-in-item items_of="tbody_row">
                    <field type="Table: Body Cell" editor_type="LINE">features</field>
                </fields-in-item>
            </widget>
        </beaver-builder-widgets>
    </wpml-config>
            
  • Click Save.
  • Send your page back to translation.