Skip to content Skip to sidebar

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.

Sun Mon Tue Wed Thu Fri Sat
- - 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00
- - - - - - -

Supporter timezone: America/Lima (GMT-05:00)

This topic contains 1 reply, has 0 voices.

Last updated by Andreas W. 7 months, 2 weeks ago.

Assisted by: Andreas W..

Author Posts
October 2, 2025 at 4:10 pm #17452602

beatriceL-5

Background of the issue:
I am trying to use WPML to translate texts on my site hidden link.

Symptoms:
Translations are not appearing correctly online, and it doesn't use the correct texts to translate.

Questions:
Why are the translations not appearing correctly on my site?
How can I ensure WPML uses the correct texts for translation?

October 2, 2025 at 5:21 pm #17452818

Andreas W.
WPML Supporter since 12/2018

Languages: English (English ) German (Deutsch )

Timezone: America/Lima (GMT-05:00)

Hello,

It seems the minimum requirements on the server are not met:
https://wpml.org/en/home/minimum-requirements/

Could you please increase the WordPress memory limit (WP Memory Limit) to at least 256 MB? WPML requires at least 128 MB.
Your current values ​​are:

PHP Memory Limit 1024 MB
WP Memory Limit 40 MB

To do this, you need to connect to your website's server and open the wp-config.php file in a text editor. The file is located in the WordPress root directory.

Add this code to the wp-config.php file to increase WordPress memory:

define ('WP_MEMORY_LIMIT', '256M');

Add this just before this comment:

// That's all, stop editing! Happy blogging.

The current values ​​can be viewed under WPML > Support > WordPress.

These settings can be restricted directly by your hosting provider. Therefore, I recommend contacting them and asking them to change the limit if the changes are not applied immediately.

After adjusting the limit, please edit the original content, save the page again and then update the translation.

If this does not solve the issue, please let me know.

Best regards,
Andreas

The topic ‘[Closed] Translations not appearing’ is closed to new replies.