This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is facing two issues after upgrading their WPML account to use the WPML String Translation plugin. First, some pages like the dashboard or login/register form are not being translated into Persian, despite being automatically generated. Second, the automatic translation function in the WPML String Translation plugin is not working for about 6000 strings on the website.
Solution:
We recommend increasing the WordPress memory limit to ensure that WPML operates smoothly. WPML requires a minimum memory limit of 128 MB, and we recommend setting it to 256 MB. To do this, add the following lines to your
wp-config.php
file:
define('WP_MEMORY_LIMIT', '128M');
define('WP_MAX_MEMORY_LIMIT', '256M');
For more details on how to increase the memory allocated to PHP, please visit the following documentation:
Editing wp-config.php
If increasing the memory limit does not resolve the issue, please provide us with screenshots and examples of the problems so that we can assist you further.
If this solution doesn't look relevant, please open a new support ticket in 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 1 reply, has 2 voices.
Last updated by 1 year, 9 months ago.
Assisted by: Lucas Vidal de Andrade.