Problem: You are experiencing issues where updates made to the main page are not reflected on the translated pages in WPML, despite using Elementor and the WordPress page editor.
Solution: First, ensure you have backed up your website and database. It's advisable to perform these steps on a staging site first. Follow these steps: 1) Update WordPress to the latest version to ensure compatibility with the latest WPML plugins. Also, update any other plugins and themes as necessary. 2) Increase the WP Memory Limit in your wp-config.php file. Add the following lines before the 'That's all, stop editing! Happy publishing.' line:
define('WP_MEMORY_LIMIT', '128M');
define('WP_MAX_MEMORY_LIMIT', '256M');
3) Regenerate CSS in Elementor by navigating to Elementor > Tools > Regenerate CSS. If this does not resolve the issue, proceed with the following steps: 4) Go to WPML > Settings > Custom Fields Translation, click 'Show system fields', search for _elementor_css, and set it to 'Copy'. 5) Make a minor content change, save your changes, and update the translation. If these steps do not resolve your issue, the solution might be outdated or not applicable to your specific case. We recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket at WPML support forum.