This thread is resolved. Here is a description of the problem and solution.
Problem:
The client's FR page still shows text that was removed from the original NL page after a migration, and this text is not visible in the translations for removal.
Solution:
1. Edit the home page in the default language.
2. Add "V2" to the title and update the page.
3. Delete the "V2" and update the page again.
4. Update the translation.
5. Check the translated page on the front end.
Additionally, we noticed that the WP memory limit needs to be increased to meet WPML's minimum requirements of 128 MB. You can increase it by adding the following code to your wp-config.php file right before the /* That's all, stop editing! Happy publishing. */ line:
/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');<br />define('WP_MAX_MEMORY_LIMIT', '256M');
For more information on minimum requirements, please visit our documentation: WPML Minimum Requirements.
If this solution doesn't look relevant, please open a new support ticket at our 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 is split from https://wpml.org/forums/forum/english-support/
This topic contains 1 reply, has 2 voices.
Last updated by 11 months, 2 weeks ago.
Assisted by: Osama Mersal.