This thread is resolved. Here is a description of the problem and solution.
Problem:
The client reported that several plugins were not functioning correctly on the English version of their website, and templates were not displaying properly in both English and Arabic. Specifically, when WPML was enabled, the homepage displayed a 'Page not found' error, but when WPML was disabled, the homepage loaded correctly in Arabic (the default language).
Solution:
We asked the client to describe the issue step-by-step and to increase the WordPress memory limit by adding the following to their wp-config.php file:
/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');After reviewing the site's configuration and running some troubleshooting steps, we identified that the 'admin_texts_show_on_front' string was incorrectly translated in WPML's String Translation. We deleted this string and disabled the redirection, which resolved the homepage loading issue. We then applied the same solution to the production site.
If this solution does not resolve your issue, or if it 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 at WPML support forum.
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 20 replies, has 0 voices.
Last updated by 5 days, 12 hours ago.
Assisted by: Carlos Rojas.

