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 1 reply, has 2 voices.

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

Assisted by: Long Nguyen.

Author Posts
July 18, 2023 at 9:17 pm #14062095

saraL-23

Tell us what you are trying to do? Anchor link must point to the current langage equivalent parts

Is there any documentation that you are following? no

Is there a similar example that we can see? not sure

What is the link to your site? hidden link

July 19, 2023 at 3:17 am #14062457

Long Nguyen
WPML Supporter since 02/2022

Languages: English (English )

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

Hi Sara,

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

It happens because the menu link in the second language still displays the link in the default language. For example, menu item "Bookings" in the French language: hidden link
while it should be hidden link

Please update the link of the menu item in the second language, as the menu item "Campsite", to fix this issue. Refer to the documentation 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