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: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqas Bin Hasan 1 year, 10 months ago.

Assisted by: Waqas Bin Hasan.

Author Posts
September 6, 2023 at 10:30 am #14350955

jorisR-3

Hi WPML team.

The situation:
I have a custom post type for my team pages
hidden link

Whenever I make a small change to these pages, I have to update the FR + EN string URLs again.

What am I doing wrong here? The URL's never change but still I have to update them.

Screenshot 2023-09-06 at 12.29.04.png
September 7, 2023 at 10:05 am #14358233

Waqas Bin Hasan
WPML Supporter since 05/2014

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting the support.

This sounds weird because unless you're changing any URLs in default language, there shouldn't be a need to do this.

Are you translating those team pages via WordPress Editor or using Advanced Translation Editor? Because if you are using ATE, you should be able to adjust these by searching within the ATE when updating translation. See https://wpml.org/announcements/2020/02/translating-links-with-advanced-translation-editor/.

So if you have done it in ATE, then won't need to do that via String Translation.

Can you please check and confirm?

I ‘ll also advise you to fix “WP Memory Limit” to at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set this in your wp-config.php file by adding following code:

define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );

Remember to add these lines before the line where it says:
/* That's all, stop editing! Happy publishing. */

Regards.

The topic ‘[Closed] Have to translate URL strings again when making small change to a page’ is closed to new replies.