This thread is resolved. Here is a description of the problem and solution.
Problem:
After translating and saving the homepage using WPML, the page format is no longer correct. The standard German version displays as full-width, while the English version has white borders on the right and left, not displaying as full-width.
Solution:
1. Check and set the width of the page by adjusting the custom field configuration. Follow the steps in this guide: https://wpml.org/documentation/getting-started-guide/translating-custom-fields/. Edit the page in the original language, make a small content change, save the changes, and update the translation.
2. Increase the WP memory limit. Change the WP memory limit in wp-config.php by adding the following code above the line /* That's all, stop editing! Happy blogging. */:
/* Memory Limit */ define('WP_MEMORY_LIMIT', '256M');
Double-check the WordPress memory limit in WPML -> Support.
3. Adjust the Custom Field Translation settings in WPML → Settings. Change "Don’t translate" fields to "Translate" for the necessary fields.
Relevant Documentation:
- Translating Custom Fields: https://wpml.org/documentation/getting-started-guide/translating-custom-fields/
- WPML Minimum Requirements: 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 4 replies, has 2 voices.
Last updated by 1 year, 7 months ago.
Assisted by: Carlos Rojas.