- 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:
- Please make sure to have a backup of your site database and files.
- Go to wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/page-builders-elementor/src/Hooks/GutenbergCleanup.php
- Replace this line 47
Post::updateMeta( $postId, WPML_Elementor_Data_Settings::META_KEY_DATA, $meta );
withupdate_metadata( 'post', $postId, WPML_Elementor_Data_Settings::META_KEY_DATA, $meta );