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 Osama Mersal 1 year, 6 months ago.

Assisted by: Osama Mersal.

Author Posts
October 21, 2023 at 4:27 am #14627675

scottB-22

Right now the issue I am currently running into is that button links on the translated pages (Spanish) link back to the original language (English) instead of staying on the Spanish translated pages.

The site theme is Salient using WPBakery.

I'm looking at this documentation:
https://wpml.org/documentation/plugins-compatibility/how-to-build-multilingual-sites-with-wpbakery-page-builder-and-wpml/#All-the-Current-Translatable-WPBakery-Page-Builder-Modules

And I found this support article from last year:
https://wpml.org/forums/topic/uncode-and-wpbakery-links-issue/

But I have not yet been able to resolve the issue.

See one of the pages with a button here:
hidden link

I've tried everything I know to try to resolve this issue.

Thanks for your help!

October 23, 2023 at 9:32 am #14635237

Osama Mersal
WPML Supporter since 02/2020

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

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

Hi,

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

1) First of all, sorry for the late reply due to a higher workload. Please search for the URL in the translation editor.

Kindly check our guide about translating URLs. (https://wpml.org/faq/how-to-translate-urls-shortcodes-and-html-attributes-using-the-advanced-translation-editor/)

2) It's unrelated 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