Skip Navigation

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 2 replies, has 2 voices.

Last updated by naumanB 1 year, 11 months ago.

Assisted by: Osama Mersal.

Author Posts
February 27, 2023 at 10:26 pm #13129773

naumanB

I bought the wordpress template Gogrin - Mosque & Islamic Centre WordPress Theme, Theme ID: 304174 and the WMPL is not showing my pages in the other languages.

Only a few words are converted and majority of the content is showing in English.
For testing purpose I have installed 3 languages.

The WMPL plugin is picking only few words to translate.

img-1.jpg
img-2.jpg
img-3.jpg
img-4.jpg
February 28, 2023 at 7:35 am #13131659

Osama Mersal
Supporter

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+02:00)

Hi,

Thanks for contacting WPML forums support. I'll be glad to help you today.

1) If these pages are created by a page builder, the page builder widgets might need to be registered for translation.

Kindly check our guide about registering page builder widgets. (https://wpml.org/documentation/support/language-configuration-files/how-to-register-page-builder-widgets-for-translation/)

2) It's not related to the issue, but according to your Debug.info, the WP memory limit needs to be increased. PHP memory is fine, but WordPress uses 40Mb as default. The minimum requirements for WPML are 128 MB. (Kindly check this page https://wpml.org/home/minimum-requirements/)

You can increase it by adding the following code in your wp-config.php file right before the /* That's all, stop editing! Happy publishing. */ line:

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M');

Best regards,
Osama