Skip Navigation

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.

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Osama Mersal 11 months, 2 weeks ago.

Assisted by: Osama Mersal.

Author Posts
January 9, 2024 at 11:37 am #15164103

marinoD

Hello support team,

2) On the homepage, my client had put an informative text during a migration. After the migration, she removed that text on the original NL page, but on the FR page, that text is still listed. In the translations, she cannot see that text, nor is there any way to remove it. How can this be solved?

Thanks in advance for this.
Best regards

15164067-samples.jpg
January 9, 2024 at 11:49 am #15164203

Osama Mersal
Supporter

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+02:00)

Hi,

1) Please try the following steps:

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
4- Update the translation
5- Check the translated page on the front end

2) It's not related to the issue, but according to your Debug.info, the WP memory limit needs to be increased. PHP memory is fine, but WordPress uses 40Mb as default. The minimum requirements for WPML are 128 MB. (Kindly check this page https://wpml.org/home/minimum-requirements/)

You can increase it by adding the following code in your wp-config.php file right before the /* That's all, stop editing! Happy publishing. */ line:

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M');

Best regards,
Osama

January 9, 2024 at 1:22 pm #15164630

marinoD

Judging from the guidelines you gave, I was able to restore that page. The notification is no longer displayed after the update.