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
9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 - -
- - - - - - -

Supporter timezone: Africa/Cairo (GMT+02:00)

This topic contains 1 reply, has 2 voices.

Last updated by Osama Mersal 1 year, 9 months ago.

Assisted by: Osama Mersal.

Author Posts
February 19, 2023 at 3:58 pm #13064881

marinoG-3

The development site is on two languages (primary is English and secondary is Croatian)

I've changed the URL of one of the primary pages and the secondary page URL is not changed.

This is the page in question: hidden link

While the site is in English - everything works perfectly

However, when trying to change it to Croatian, the URL is /hr/shop/ which was the old URL and I'd like to change it to /hr/all-products/

How do I update the link to the new page?

I can provide any additional info you might need.

Thanks

February 20, 2023 at 6:45 am #13066649

Osama Mersal
Supporter

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+02:00)

Hi,

Thanks for contacting WPML forums support. I'll be glad to help you today.

1) Would you please try the following steps?

1- Go to Pages-> All Pages
2- Switch the language from the top admin bar to Croatian
3- Edit the Croatian shop page
4- Change its slug
5- Update the page

Kindly let me know if the above steps fixed the issue.

2) It's not related to the issue, but according to your Debug.info, the WP memory limit needs to be increased. PHP memory is fine, but WordPress uses 40Mb as default. The minimum requirements for WPML are 128 MB. (Kindly check this page 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:

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

Best regards,
Osama

The topic ‘[Closed] Update translated page link after URL change on primary language’ is closed to new replies.