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/
Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: Asia/Singapore (GMT+08:00)

This topic contains 1 reply, has 0 voices.

Last updated by Kor 2 days, 23 hours ago.

Assisted by: Kor.

Author Posts
November 27, 2024 at 12:39 pm #16448917

magnusG-6

Background of the issue:
I am working on a site under development and using WPML to edit translations. The site has been auto-translated, and I am now editing translations that need improvement. I use the 'Edit Translation' option in the topbar on pages like hidden link. I have also tried using the Advanced Translation Editor in the Admin -> Pages.

Symptoms:
When I use 'Edit Translation' in the topbar, the changes do not appear immediately on the site. Sometimes it takes 5 minutes, and sometimes they never appear. The Advanced Translation Editor updates more consistently. Disabling the Lightspeed plugin did not resolve the issue.

Questions:
Why is there a delay in translation updates when using 'Edit Translation' in the topbar?
Why do changes appear more consistently with the Advanced Translation Editor?
Could the Lightspeed plugin be affecting translation updates?

November 28, 2024 at 2:44 am #16452181

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for contacting us.

Some plugin conflicts could cause this. While checking the debug info, I see that the WordPress Memory Limit is below the requirements. The minimum requirements are 128M, but we do recommend 256M and the debug information of your site shows it set to 40M. Please check this link for more details
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:

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

After adding the code you can confirm that the memory was changed correctly from WPML > Support > WordPress > Memory limit.

Then, recheck and see if it works correctly.