Skip Navigation

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.

WordPress 6.7 has introduced a new issue that impact translations, please update WooCommerce and WPML to the latest versions before you report issues. More about this here - https://wpml.org/errata/php-error-wp-6-7-notice-function-_load_textdomain_just_in_time-was-called/

This topic contains 1 reply, has 0 voices.

Last updated by Andreas W. 3 days, 1 hour ago.

Author Posts
November 30, 2024 at 10:36 am #16461788

tiboV

Background of the issue:
I am trying to translate my pages from English to Dutch using WPML. In the translation editor, the translations are visible, but they do not appear on the actual pages. The issue can be seen on this page: hidden link.

Symptoms:
The Dutch-language page displays the same content as the English page without translations.

Questions:
Why are the translations not appearing on the Dutch-language page?
How can I ensure that the translations are displayed correctly on the website?

November 30, 2024 at 8:05 pm #16462281

Andreas W.
Supporter

Languages: English (English ) Spanish (Español ) German (Deutsch )

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

Hi,

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

Could you please increase the WordPress memory limit (WP Memory Limit) to at least 256 MB?

Your current values ​​are:

PHP MemoryLimit 512M

WP Memory Limit 128M

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 them directly if the changes are not applied immediately.

If adjusting the limit will not solve this issue, please let us know.

Best regards
Andreas