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: America/Lima (GMT-05:00)

This topic contains 3 replies, has 0 voices.

Last updated by Andreas W. 4 months ago.

Assisted by: Andreas W..

Author Posts
February 8, 2025 at 4:23 am #16681694

ajayS-4

Background of the issue:
I have created 2 custom headers with conditional options using Elementor Pro. One header shows only on the English version of the site, and the other shows only on the Spanish version. I am trying to ensure that the top 3 buttons on the English version of the site are translated correctly.

Symptoms:
The top 3 buttons on the English version of the site are not translating correctly. They are being translated to Spanish instead of English.

Questions:
How can I ensure the top 3 buttons on the English version are translated correctly using WPML?

February 8, 2025 at 3:16 pm #16682548

Andreas W.
WPML Supporter since 12/2018

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

Timezone: America/Lima (GMT-05:00)

Hello,

It seems that the minimum requirements are not met on the server:
https://wpml.org/en/home/minimum-requirements/

Could you please increase the WordPress memory limit (WP Memory Limit) to at least 256 MB? WPML requires at least 128M.

Your current values ​​are:

PHP Memory Limit 1024M

WP Memory Limit 40M

You need to connect to your website's server and open the wp-config.php file in a text editor. The file is located in the WordPress root directory.

Add this code to the wp-config.php file to increase WordPress memory:

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

Add this just before this comment:

// That's all, stop editing! Happy blogging.

The current values ​​can be viewed under WPML > Support > WordPress.

These settings can be restricted directly by your hosting provider. Therefore, I recommend contacting them and asking them to change them directly if the changes are not applied immediately.

Now, please edit the original template, save it, and translate it again with the WPML Translation Editor.

If this will not solve the issue, please let me know.

Best regards
Andreas

February 10, 2025 at 3:21 am #16684929

ajayS-4

I have added this line of code.
define ('WP_MEMORY_LIMIT', '256M');

The issue I have is that I have is the 3 buttons in the top banner are being translated to Spanish, and they should have stayed in Englush.
hidden link

February 11, 2025 at 9:02 am #16690441

Andreas W.
WPML Supporter since 12/2018

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

Timezone: America/Lima (GMT-05:00)

Right, I do see the Spanish buttons and links on both headers.

Is the Spanish header the original header?

Could it be that the buttons are not translatable inside the WPML Translation Editor when translating the header template?

The topic ‘[Closed] Navigation – Elementor Pro’ is closed to new replies.