This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is experiencing issues with missing features such as 'Arredores', 'Regras da Propriedade', 'Check Availability', 'Clientes', and 'Estadia mínima' in the English version of their property page.
Solution:
1. Navigate to WPML-> Settings-> Custom Fields Translation.
2. Enable the "Show 'Multilingual Content Setup' meta box on post edit screen" option and save.
3. Edit the property in the default language.
4. Scroll down to the Multilingual Content Setup section.
5. Ensure that the missing fields are set to either copy or translate based on your needs.
6. Click Save.
7. Update the post in the default language.
8. Update the translation.
Additionally, it was noted that the WP memory limit needs to be increased to meet WPML's minimum requirements. Add the following code to your wp-config.php file before the /* That's all, stop editing! Happy publishing. */ line:
/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');<br />define('WP_MAX_MEMORY_LIMIT', '256M');
If this solution does not resolve your issue or seems outdated, please check the related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. We highly recommend opening a new support ticket if the problem persists. Visit our 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 2 voices.
Last updated by 8 months, 4 weeks ago.
Assisted by: Osama Mersal.