This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is trying to make their website multilingual with Armenian as the default language and English and Russian as additional languages. They used the WPML Translation Dashboard to translate the website. However, in the editor, the translated version is displayed correctly, but on the live page, it still shows the Armenian text instead of the translated text.
Solution:
First, ensure that the server meets the minimum requirements for running WPML, which can be found here: https://wpml.org/en/home/minimum-requirements/
Next, increase the WordPress memory limit to at least 256 MB by adding the following code to the
wp-config.php
file:
define ('WP_MEMORY_LIMIT', '128M');
Place this code just before the comment:
// That's all, stop editing! Happy blogging.
If your hosting provider restricts these settings, contact them to make the necessary changes.
After adjusting the memory limits, follow these steps:
1. Edit the page in the default language and make a small edit then update.
2. Open the translation and re-save it.
3. Clear the cache.
4. Go to WPML->Support->Troubleshooting and clear WPML Cache.
If the issue persists after these steps, we 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 the problem still exists, please open a new support ticket at WPML support forum for further assistance.
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 0 voices.
Last updated by 2 weeks, 3 days ago.
Assisted by: Andreas W..