This thread is resolved. Here is a description of the problem and solution.
Problem:
The client was unable to send a Global Header with base64 encoded fields for translation using WPML. Attempts to configure custom XML to handle the encoding were unsuccessful, resulting in errors and the removal of content from the translation job.
Solution:
We recommended updating the XML configuration in WPML settings to properly handle base64 encoded fields. Here is the correct XML configuration:
<wpml-config> <shortcodes> <shortcode> <tag>fusion_button</tag> <attributes> <attribute type="link">link</attribute> <attribute>title</attribute> <attribute encoding="base64">dynamic_params</attribute> </attributes> </shortcode> <shortcode> <tag>fusion_imageframe</tag> <attributes> <attribute encoding="base64">dynamic_params</attribute> </attributes> </shortcode> </shortcodes> </wpml-config>
This configuration should be added under WPML->Settings->Custom XML Configuration. Additionally, we provided links to relevant documentation and known issues:
If this solution does not resolve your issue, or if it seems outdated or irrelevant 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 further assistance is needed, 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.
Our next available supporter will start replying to tickets in about 4.63 hours from now. Thank you for your understanding.
This topic contains 4 replies, has 2 voices.
Last updated by 3 weeks, 6 days ago.
Assisted by: Bobby.