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

Last updated by 鳥居 崇広 1 year, 11 months ago.

Assisted by: Long Nguyen.

Author Posts
July 7, 2023 at 3:37 am #13963717

鳥居 崇広

Hello. - Hello.

I create websites mainly in Japanese and my second language is English.

I can translate the text of the button links, but can I set the link destination for each language?

July 7, 2023 at 7:50 am #13965311

Long Nguyen
WPML Supporter since 02/2022

Languages: English (English )

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

Hi there,

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

If you are using Elementor widget Button, the internal URL will be adjusted automatically by WPML and not be available in Advanced Translation Editor (ATE). However, if you want to translate it, you can go to WPML > String Translation > Search for the URL and translate it.

If you want to translate external URL in ATE, please follow the documentation https://wpml.org/faq/how-to-translate-urls-shortcodes-and-html-attributes-using-the-advanced-translation-editor/

While checking the debug info, I see that the WordPress Memory Limit is below the requirements. 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