This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is experiencing issues with links not correctly translating to the appropriate language versions on their multilingual site. Some links in languages other than German revert to the German version. The client has attempted to fix this using the advanced translation editor but was unable to find the links there.
Solution:
We noticed that the client's website does not meet the minimum memory requirements for WPML to function properly. We recommend increasing the WordPress memory limit to at least 128MB, with 256MB being preferable. To do this, add the following code to the
wp-config.php
file:
define( 'WP_MEMORY_LIMIT', '256M' );<br />define( 'WP_MAX_MEMORY_LIMIT', '512M' );
For more details on how to increase memory allocated to PHP, visit https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php. After increasing the memory limit, retranslate the links and check if the issue is resolved.
Please note that this solution might be outdated or not applicable to your case. If the problem persists, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket at our support forum.
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 3 replies, has 2 voices.
Last updated by 9 months ago.
Assisted by: Lucas Vidal de Andrade.