This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is experiencing issues with missing content on the homepage and products in the backend when trying to translate.
Solution:
We recommend the following steps:
1. Perform a minimal environment test by using a default theme (if applicable) and disabling all non-WPML and non-essential plugins to see if the error persists. It's advisable to make a backup of the site before doing this or to test on a staging copy.
2. Increase the WordPress memory limit as it's currently below the minimum requirements for WPML. Add the following code to your wp-config.php file right before the /* That's all, stop editing! Happy publishing. */ line:
/* Memory Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');<br />define('WP_MAX_MEMORY_LIMIT', '256M');3. If using the '+' icon to add translations, refer to the documentation on fully flexible translating with the plus icons.
4. If your homepage content includes custom fields, follow the guidelines in this article: Translate sites built with ACF.
If these steps do not resolve the issue, 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 further assistance is needed, 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 3 replies, has 3 voices.
Last updated by 1 year, 10 months ago.
Assisted by: Andrey.

