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:
- Do a small modification in the original page.
- Edit and update the translation.
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’.
Thank you for sharing Charlie. Indeed, it also works. 🙂
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.
Thanks Diego Pereira, I will try your suggestion. Let’s see if it fixes the problem!