This thread is resolved. Here is a description of the problem and solution.
Problem:
1) Translated strings are updated but not reflected on the front end.
2) Some strings are not recognized by the plugin.
Solution:
1) Navigate to WPML-> String Translation, scroll down, and enable the
Auto-register strings
option. Then, check if the translated page reflects the changes on the front end.
2) It appears that the WordPress memory limit is too low, which might indirectly affect the functionality. Increase the memory limit by adding the following code to your wp-config.php file just 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 the solution provided does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we recommend opening a new support ticket. Additionally, we highly 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. For further assistance, please contact us through the WPML support forum.
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 is split from https://wpml.org/forums/topic/i-cant-understand-how-do-i-translate-custom-theme-elements-using-wpml/
This topic contains 1 reply, has 2 voices.
Last updated by 11 months, 2 weeks ago.
Assisted by: Osama Mersal.