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?
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.
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