This thread is resolved. Here is a description of the problem and solution.
Problem:
You are trying to translate all the text strings on your website using WPML's String Translation, but after updating to the latest WPML plugin version, many text strings from your AVADA theme and website are missing from the WPML String Translation section.
Solution:
If you're experiencing this issue, we recommend adding a specific code snippet to your theme's functions.php file. This snippet will hook into wpml_get_page_builder_text_domains and display them. Here is the code you should use:
add_filter( 'wpml_get_page_builder_text_domains', 'getpbBuilders', 100, 1 ); function getpbBuilders($builders) { return []; };
Please ensure to back up your database before making any changes.
This solution might be irrelevant if it's outdated or not applicable to your case. 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. If the issue persists, please open a new support ticket at 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 contains 5 replies, has 0 voices.
Last updated by 1 month, 1 week ago.
Assisted by: Andrey.