Waiting for author
Overview of the issue
When using Next Bricks (a Bricks builder add-on) with WPML, you might experience the following issue: texts from some elements such as the custom HTML button appear translated in the WPML Translation Editor but remain untranslated on the frontend.
Workaround
Please, make sure of having a full site backup of your site before proceeding.
Instructions for the custom HTML button
- Open the …/wp-content/plugins/nextbricks_elements/elements/next_squeezy_radius_button.php file.
- Look for any instance of
inner_title. - Replace:
inner_title
- With:
innerTitle
Apply the same fix to other Elements
- Navigate to …/wp-content/plugins/nextbricks_elements/elements/.
- Open the relevant element’s PHP file
- Search and replace
inner_titlewithinnerTitle
Update your content
- Edit the original page in Bricks and re-add the
innerTitle, as the setting key has changed. - Retranslate the page.
We recommend contacting the Next Bricks developers to implement this adjustment consistently across their plugin.