WPML
Status
Resolved
Resolved in
4.4.5
Related plugin/theme
Elementor

Overview of the issue

When you create a page using Elementor and navigate to Elementor’s revisions tab, you’ll find it empty.

Workaround

Our developers are working on a fix for this issue and it will be released with the upcoming WPML version.

In the meantime, you can use the following workaround to fix the issue on your site:

  1. Please make sure to have a backup of your site database and files.
  2. Go to wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/page-builders-elementor/src/Hooks/GutenbergCleanup.php
  3. Replace this line 47
    Post::updateMeta( $postId, WPML_Elementor_Data_Settings::META_KEY_DATA, $meta );
    with
    update_metadata( 'post', $postId, WPML_Elementor_Data_Settings::META_KEY_DATA, $meta );

All known issues →