Resolved by author
Resolved in: PowerPack for Beaver Builder 2.34
Overview of the issue
If you are using PowerPack for Beaver Builder alongside WPML, you might encounter an issue where the sub text of the Smart Button widget is not available for translation.
Workaround
Please, make sure of having a full backup of your site before proceeding.
- Go to WPML > Settings > Custom XML Configuration
- Add the following XML
<wpml-config> <beaver-builder-widgets> <widget name="pp-smart-button"> <fields> <field type="Smart Button - Title">title</field> <field type="Smart Button - Sub Text">sub_text</field> <field type="Smart Button - Link" editor_type="LINK">link</field> </fields> </widget> </beaver-builder-widgets> </wpml-config>