Problem: The client is unable to see the full text for translation in WPML, coming from Spectra blocks, and the translated text does not appear on the frontend for their product descriptions.
Solution:
1) We added necessary XML configurations for Gutenberg blocks in WPML -> Settings -> Custom XML Configuration to make them translatable. Here is the XML needed for some of the blocks:
2) We translated several related "Patterns" and "Content Blocks" via WPML -> Translation Management. After assigning the translation tasks, we completed them from the "Translation queue". 3) For any untranslated blocks, such as product tabs, additional XML paths were added, and a minor change in the original content was made to update the translations.
If this solution does not resolve your issue, or if it seems outdated, 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 problem persists, please open a new support ticket.
Problem: You need to translate email strings into Estonian using the Kadence Email Customizer plugin while keeping placeholders like {invoice_pay_link} functional. Solution: We recommend adding specific code to the functions.php file of your child theme to handle the translation and functionality of placeholders. Here are the steps:
Add the following code to handle the translation and dynamic replacement of the {invoice_pay_link} placeholder:
If this solution does not resolve your issue or seems outdated, please check the related known issues and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket with us for further assistance.