WPML
Status
Resolved
Resolved in
4.4.0
Related plugin/theme
Flatsome

Overview of the issue

With the recent release of WPML 4.3.16, when you translate a page created with Flatsome’s UX page builder, the translation does not show up on the translated page.

Workaround

The issue is reported to our developers and they’re working on a fix for it. In the meantime, you can fix this issue by following these steps:
1- Go to WPML > Settings > Custom XML Configuration
2- Paste the following configuration (if you already have some configuration, you will have to merge it):

<wpml-config>
    <gutenberg-blocks>
        <gutenberg-block type="core/html" translate="1">
            <xpath>/*</xpath>
        </gutenberg-block>
    </gutenberg-blocks>
</wpml-config>

3- Save the configuration.
4- Open the translation job and save it again.
(5. If this does not work, try to re-save the original page before to re-open the translation job)

WPML 4.4.0 Beta


We’ve releassed a beta which should solve this issue. Please, keep in mind that it is a beta version which is under testing and shouldn’t be used in production sites. You can download it here:
https://wpml.org/account/downloads/

All known issues →