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.

Sun Mon Tue Wed Thu Fri Sat
10:00 – 14:00 10:00 – 14:00 10:00 – 14:00 10:00 – 14:00 10:00 – 14:00 - -
16:00 – 20:00 16:00 – 20:00 16:00 – 20:00 16:00 – 20:00 16:00 – 20:00 - -

Supporter timezone: Asia/Jerusalem (GMT+03:00)

This topic contains 1 reply, has 0 voices.

Last updated by Itamar 6 months, 1 week ago.

Assisted by: Itamar.

Author Posts
December 15, 2024 at 12:56 pm #16514847

perA-3

Background of the issue:
I am trying to get all chosen languages to work on my website. Some of them don't show the translated text, and some pages don't display all text as in the original page in Swedish. The issue can be seen on this page: hidden link. I expected to see all text as in the original page in Swedish (www.apark.se).

Symptoms:
Missing text on some pages, and some pages are not translated at all. When I try to re-translate all pages, the page I use does not show up in the Translation management. It just says loading items and nothing has happened, even after waiting overnight.

Questions:
Why are some languages not showing the translated text?
Why are some pages not displaying all text as in the original page?
Why does the Translation management not load the page I use?

December 15, 2024 at 1:31 pm #16514914

Itamar
WPML Supporter since 02/2016

Languages: English (English )

Timezone: Asia/Jerusalem (GMT+03:00)

Hi,

I'm checking hidden link, and I don't understand what is missing in this translation. Can you be specific and send me screenshots?

Besides that, please correct the following. The debug info you attached shows that your server WP Memory Limit is 40M. Our recommendations are to have the following as minimal requirements:

- PHP 7 and above (this OK with your installation) with a WP Memory Limit of at least 128MB while 256MB is recommended.

MySQL 5.6 and above.

Please follow this link for detailed documentation:

https://wpml.org/home/minimum-requirements/

Is it possible for you to change those to the minimum requirement?

You may need to contact your hosting provider for that. Meeting those baseline requirements is most critical before debugging and sometimes solves issues you experience. The most important thing is to raise the WP Memory Limit. Please try to raise it before you contact your hosting company. You can do it from the wp-config.php file in your WordPress installation. Insert this code in that file:

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

Add it before this line:

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

Could you please perform that procedure and see if it helps?

Regards,
Itamar.

The topic ‘[Closed] All languages does not translate automatic’ is closed to new replies.