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.

This topic contains 3 replies, has 2 voices.

Last updated by Long Nguyen 1 year, 7 months ago.

Assisted by: Long Nguyen.

Author Posts
December 5, 2023 at 10:48 am #14995677

tommyJ-4

Hello
Just for testing purposes I exported 1 XLIFF file and translated it in our test site. I then re-imported the translation and now I can see that the menu falls apart in the translated page. Also if you compare with the Swedish version (look in the black menu row for the country flag), you can see that the page uses the wrong content template. When trying to edit the page and change the content template to the "instrument" template, I found that it's not possible to change the template. How to change the template? And why does the menu stop working in the English version?
Please advice

swedish_version.PNG
December 5, 2023 at 12:10 pm #14996717

tommyJ-4

I see that I forgot to forward the URL:
hidden link
Sorry about that.

December 5, 2023 at 1:47 pm #14998373

tommyJ-4

Hello again
I have resolved the template issue. But the menu problems persist. Why does the menu only works partially? I would like to keep the original language menu, even in th English version.

December 6, 2023 at 5:12 am #15003817

Long Nguyen
WPML Supporter since 02/2022

Languages: English (English )

Timezone: Asia/Ho_Chi_Minh (GMT+07:00)

Hi Tommy,

Thank you for contacting WPML support, I'd be happy to help you with this issue.

Please follow the documentation below to translate the menu or sync the menu across languages.
https://wpml.org/documentation/getting-started-guide/translating-menus/

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.

Look forward to your reply.
Thanks