Skip Navigation

Resolved

Resolved in: Enfold 4.9.2.2

Overview of the issue

When translating a page for the first time in Enfold, there may be some style differences between the original and the translation. The most frequent difference is the width of the page.

Workaround

You can solve this issue by translating the page a second time:

  1. Do a small modification in the original page.
  2. Edit and update the translation.

5 Responses to “Enfold - Content width is not the same on translated pages”

  1. I can confirm this fix works. Another workaround that works for me is to go into the translated pages (using Enfolds ‘Advanced Layout Editor’) and just clicking ‘update’.

    • No, for me just clicking update was not working at all. I really hope that WPML will find a fix, because it’s not possible going back to each single page / post for updating. I had to work with custom post type in 3 languages. It has been quite a nightmare

      • Hello @elenaP-6, please try the following workaround:
        – Backup your website
        – Open the wp-content\themes\enfold\config-wpml\config.php file
        – Replace the following snippet (line 794):
        add_action( 'wpml_pro_translation_completed', 'avia_wpml_sync_avia_layout_builder_meta', 10, 3 );
        – With this
        add_action( 'wpml_pro_translation_completed', 'avia_wpml_sync_avia_layout_builder_meta', 1000, 3 );

        This should fix the issue for all new posts/translations. For the old posts, you still need to modify the original, then update the translation.

        Please let us know if it works.