This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is experiencing multiple issues with WPML and Elementor on their website. These include a warning in the WPML Translation Editor for the original English page, only the page title showing in the Translation Editor for Elementor pages, the missing Languages section in Screen Options for products, and no products visible when the WooCommerce Multilingual plugin is disabled.
Solution:
1. Increase the WordPress memory limit by adding the following code to the wp-config.php file:
/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');
Place it above the line /* That's all, stop editing! Happy blogging. */.
Verify the memory limit in WPML -> Support.
2. Create a backup of the website or test on a staging version. Add the following code to the functions.php file of the theme:
function wpmlsupp_1891_fix_missing_icl_tables() {<br /> if( function_exists('icl_sitepress_activate') )<br /> icl_sitepress_activate();<br />}<br />add_action('wp_footer', 'wpmlsupp_1891_fix_missing_icl_tables');
Reload the website in the backend and front end, then remove the code.
3. Update all outdated plugins, themes, and WordPress core. Complete the WooCommerce Multilingual setup and flush the cache.
4. Translate the footer and other untranslated elements.
If these steps do not resolve the issues, or if the solution seems outdated or irrelevant to your case, we highly 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 problems persist, please open a new support ticket.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 18 replies, has 1 voice.
Last updated by 1 month, 3 weeks ago.
Assisted by: Carlos Rojas.