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.

This topic contains 3 replies, has 2 voices.

Last updated by Christopher Amirian 1 year, 1 month ago.

Assisted by: Christopher Amirian.

Author Posts
July 28, 2024 at 7:05 am #16011692

zekriY

Background of the issue:
TRANSLATION NOT SHOWING COMPLETED

Symptoms:

Questions:
translation stuck at 97% nothing left to translate

July 28, 2024 at 11:18 am #16011951

Christopher Amirian
WPML Supporter since 07/2020

Languages: English (English )

Timezone: Asia/Yerevan (GMT+04:00)

Hi there,

Would you please do the steps below for the contact page to see if refreshing works?

- Go to your Dashboard > Pages.
- Open the edit screen of the original page. You should see a pencil/circle/gear icon in the sidebar options under the "Languages" section.
- Make a small change, for example, add an extra blank space at the end of a sentence/paragraph.
- Save it.
- You should now see that a circular arrow appears beside the 2nd languages links, this means that an update is required.
- Edit the translation again and save it up to 100% translated.

Also the PHP memory limit on your installation is low that might be a factor:

The minimum requirement is 128M but I suggest that you increase it to 512M: https://wpml.org/home/minimum-requirements/

You can add this by adding the code below to "wp-config.php" file of your WordPress installation root folder:

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

Please add the code above the line below:

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

If the problem persists, I'd appreciate it if you could give me the URL/User/Pass of your WordPress dashboard after you make sure that you have a backup of your website.
It is absolutely important that you give us a guarantee that you have a backup so if something happens you will have a point of restore.

Make sure you set the next reply as private.

July 28, 2024 at 12:06 pm #16011995

zekriY

Thank you for you response. i already did what you say: add a blank space of the original contact page and try to translate it on the other language but that doesnt help. This is what i see on the original contact page (which is in english) bellow the language hebrew and french.
Can you help ?

Capture d’écran 2024-07-28 à 15.00.42.png
July 28, 2024 at 1:17 pm #16012184

Christopher Amirian
WPML Supporter since 07/2020

Languages: English (English )

Timezone: Asia/Yerevan (GMT+04:00)

Hi there,

Thank you. Would you please do as follows?

– Go to the top right corner of the translation editor
– Click the gear icon
– Enable the option “Use the previous version of the Advanced Translation Editor.”
– Refresh the page and search for the attribute again.

See if it fixes the issue. If not, I'd appreciate it if you could give me the URL/User/Pass of your WordPress dashboard after you make sure that you have a backup of your website.
It is absolutely important that you give us a guarantee that you have a backup so if something happens you will have a point of restore.

Make sure you set the next reply as private.

July 28, 2024 at 1:55 pm #16012216

zekriY

Thank you. By doing this i discover a field that didnt appears with the previous version. Now everything work fix. thank you.