This thread is resolved. Here is a description of the problem and solution.
Problem:
I am trying to translate my German website into English and Ukrainian languages. The page was partially translated, but many words remained untranslated, as shown in the screenshot.
Solution:
1. Follow the steps described in this guide for translating templates: [Link to Guide](https://wpml.org/documentation/theme-compatibility/creating-multilingual-real-estate-sites-with-houzez-theme-and-wpml/). Check if you can translate the templates correctly.
2. If the templates were created with Elementor, follow these steps for translating Elementor templates: [Link to Elementor Translation Guide](https://wpml.org/documentation/plugins-compatibility/elementor/#translate-elementor-templates).
3. Increase the WP memory limit to a minimum of 128Mb by adding the following code to your wp-config.php file:
```
/* Memory Limit */
define('WP_MEMORY_LIMIT', '128M');
```
Add it above the line `/* That's all, stop editing! Happy blogging.` You can double-check the WordPress memory limit in WPML -> Support.
Relevant Documentation:
- [Guide for Translating Templates](https://wpml.org/documentation/theme-compatibility/creating-multilingual-real-estate-sites-with-houzez-theme-and-wpml/)
- [Elementor Translation Guide](https://wpml.org/documentation/plugins-compatibility/elementor/#translate-elementor-templates)
- [Increasing WP Memory Limit](https://wpml.org/home/minimum-requirements/)
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 2 voices.
Last updated by 1 year, 9 months ago.
Assisted by: Carlos Rojas.