Skip Navigation

Resolved by author

Resolved in: Ultimate Addons for Beaver Builder 1.5.9

Topic Tags: Compatibility

Overview of the issue

With the Ultimate Addons for Beaver Builder plugin, currently it is not possible to translate the Heading module in our Advanced Translation Editor.

Workaround

  • Navigate to WPML > Configuration > Custom XML Configuration page.
  • Add the following XML:
    <wpml-config>
    	<beaver-builder-widgets>  
    		<widget name="uabb-heading">
    			<fields>
    				<field type="Heading title" editor_type="LINE">heading</field>
    				<field type="Heading content" editor_type="LINE">description</field>
    			</fields>
    		</widget>
      </beaver-builder-widgets>
    </wpml-config>
    
    

You can find more information about it here.