Skip to content Skip to sidebar

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 Lucas Vidal de Andrade 1 year, 2 months ago.

Author Posts
June 14, 2024 at 4:51 pm #15740938

Raya Bakanyan

Background of the issue:
I have a footer running on Elementor, and it's a template. I use the Vara theme. I have translated the whole template into Armenian, as well as widget titles from strings.

Symptoms:
Some string translations and templates are not displayed in Armenian; they are still in English.

Questions:
Why are some string translations and elementor templates (footer) not displayed in Armenian despite being translated?

June 14, 2024 at 5:44 pm #15741031

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)

Thank you for contacting WPML support. While you wait for one of my colleagues to take this ticket and work on it, let me provide you with the initial debugging steps or see if I can quickly help you with the issue.

I reviewed your debug information and noticed that your website does not have the minimum memory required for WPML to function. WPML requires a memory limit of at least 128 MB, while 256 MB is recommended. Please refer to https://wpml.org/home/minimum-requirements/ for detailed information. You can set the WP Memory Limit in your wp-config.php file by adding the following code:

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

Refer to:
https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php

for details. Increasing the WP Memory can help improve performance and sometimes also help resolve such issues. I ask that you review the translations again after increasing the memory.

After increasing the memory, please try recreating the translations of the texts you are having problems with.

If that doesn’t help, one of my colleagues will be along shortly to continue the support.

The topic ‘[Closed] some string translations and templates are not displayed in Armenian, they are still in english’ is closed to new replies.