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 2 replies, has 2 voices.
Last updated by Diego Pereira 1 year, 9 months ago.
Author | Posts |
---|---|
September 30, 2023 at 7:54 pm #14491971 | |
sergeyD-7 |
I am using Newspaper theme and WPML, which are promised to be compatible. I was successfully using them at my other site, which is in production for more than one year. So, my question is who's problem is that? WPML or Newspaper Theme? The description of the problem: When I try to translate a page, it just stucks on the page hidden link... Please see this video for details: I also see that the error log contains two records with ATE Server Communication event: But the time of errors seems to not coincide with my actions. The full error text is the following: WPML cannot send some of the content to translation Наши контакты: There are base64 encoded fields in this document How to indicate to WPML that it needs to decode fields. |
September 30, 2023 at 8:08 pm #14492051 | |
sergeyD-7 |
I want to mention that I have added base64 to the XML configuration file as per below code. But it did not help. The same error appears. <tag>vc_raw_html</tag> |
October 2, 2023 at 12:14 pm #14497831 | |
Diego Pereira Supporter
Languages: English (English ) Spanish (Español ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Hello, welcome to the WPML support Forum! While you are waiting for one of my colleagues to take this ticket and work on it, let me provide you with first debugging steps or if I can perhaps help with the issue quickly. Please try the following: <wpml-config> <shortcodes> <shortcode> <tag>vc_raw_html</tag> <attributes> <attribute raw-html="1" encoding="base64">content</attribute> </attributes> </shortcode> </shortcodes> </wpml-config> - Do a small modification on the page content and save If it does not work, please try with this XML: <shortcode> <tag raw-html="1" encoding="base64">vc_raw_html</tag> </shortcode> Please let us know if it worked for you. PS: As a workaround, you can edit this widget on translation using the manual editor. However, these modifications will be lost if you translate the page again using ATE/CTE: |
October 3, 2023 at 6:37 am #14501475 | |
sergeyD-7 |
Hello, |