Skip to content Skip to sidebar

This thread is resolved. Here is a description of the problem and solution.

Problem:
You are working on a site under development and trying to translate the FSE Navigation block using WPML, but the links still point to the wrong (English) URLs. The FSE menu links are not updated according to the language version after translation.
Solution:
1. Ensure you have translated the menu as described in our guide. Check the documentation here: WPML 4.5.3 compatibility with WordPress 5.9 and Full Site Editing. Also, verify that the page title in the secondary language is translated.
2. Increase the WP memory limit to at least 128MB. You can add the following code to your wp-config.php file:

/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '128M');

Add it above the line /* That's all, stop editing! Happy blogging. */
You can double-check the WordPress memory limit in WPML -> Support.

If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If needed, please open a new support ticket at WPML support forum for further assistance.

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 0 voices.

Last updated by Carlos Rojas 3 months ago.

Assisted by: Carlos Rojas.

Author Posts
June 4, 2025 at 5:57 pm #17107808

karolinaV

Background of the issue:
I am working on a site under development and trying to translate the FSE Navigation block using WPML - it doesn't work, links still points to the wrong (english) URL:hidden link

Symptoms:
The FSE menu links are not updated according to the language version after translation.

Questions:
Why are the FSE menu links not updating according to the language version?
How can I ensure the translated FSE Navigation block works correctly?

June 5, 2025 at 8:57 am #17109148

Carlos Rojas
WPML Supporter since 03/2017

Languages: English (English ) Spanish (Español )

Timezone: Europe/Madrid (GMT+02:00)

Hello,
Thank you for contacting us

1.- I kindly ask you to check if you have translated the menu as described in this guide: https://wpml.org/es/changelog/2022/01/wpml-4-5-3-compatibility-with-wordpress-5-9-and-full-site-editing/

Also, make sure the page title in the secondary language is translated.

2.- Please increase the WP memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:`

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

- Add it above the line /* That's all, stop editing! Happy blogging. */

You can double-check the WordPress memory limit in WPML -> Support

Regards,
Carlos