-I built a site with GenerateBlocks and translated it without any problems. Automatic translation was used and everything was successfully translated, but for some reason, the page links from the navigation menu were not translated, so when we are in French, for example, we click on the "Contact Us" page, it takes us to the English version (Default) of that page and not French version. I've contacted their support and they directed me to WPML. Can you help me with this problem? Thanks!
Is there any documentation that you are following?
/
Is there a similar example that we can see?
/
What is the link to your site? hidden link
Languages: English (English )Spanish (Español )German (Deutsch )
Timezone: America/Lima (GMT-05:00)
Hello,
Could you please increase your WP Memory limit to 256M? 128M is the minimum required by WPML.
Your current values are:
PHP MemoryLimit 512M
WP Memory Limit 40M
Add this code to your wp-config.php to increase WP memory:
define('WP_MEMORY_LIMIT', '256M');
Paste it just before:
/ That's all, stop editing! Happy blogging. /
Now, verify the current settings at WPML > Support > WordPress. Then complete the translation again.
These settings can be limited directly by your hosting provider, so I recommend you contact and ask them to modify them directly.
If you can get even higher values It would be great.
https://wpml.org/home/minimum-requirements/
Note: WPML needs a minimum WP Memory limit of 128M to work only under a minimal environment, which means, with a default theme and no other plugins installed.
After adjusting the limit please make sure to go to Appearance > Menus and apply the translation of your menus again.
Also, verify if you are using any custom menu items, that are not yet translated. You should be able to edit such links manually on each menu.
Hello,
I've followed your instructions but the problem is still here. When we are in the French language and click on the "Contact Us" page, it takes us to the English version (Default) of that page and not the French version.