Skip to content Skip to sidebar

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.

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Lucas Vidal de Andrade 1 year, 9 months ago.

Assisted by: Lucas Vidal de Andrade.

Author Posts
November 24, 2023 at 1:20 pm #14917539

amirj-4

I have upgraded my WPML account to use WPML String plugin, but the thing is some of my website pages are not support translation. I'm using pointfinder theme and my website gonna have 2 languages, main language is English and the second one is Persian.
some pages like dashboard or login/register form are not translated to Persian as well as English and they're generated automatically.
other thing, in WPML String plugin there is a automatic function that says translate strings it self, I tried too much and waited alot to translate the string, but It doesn't work. I don't know why? there is about 6000 strings in the website. maybe it's because the quantity of these strings
please help us with these two issues

November 27, 2023 at 11:16 am #14929303

Lucas Vidal de Andrade
WPML Supporter since 11/2023

Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português )

Timezone: America/Sao_Paulo (GMT-03:00)

Hello,

thank you for reaching out to us. Firstly, I'd like to recommend that you increase your memory limit.

WPML requires a memory limit of at least 128 MB, while 256 MB is recommended. You can set the WP memory limit in your wp-config.php file by adding the following code:

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

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

See https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php for more details.

Please share with us if that solves your issue. If not, please send us screenshots and examples of the problems, so I can better assist you.

Meanwhile have a nice day.
Lucas Vidal.