Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
If you're experiencing issues with the Advanced Translator showing translation fields twice, particularly with Kadence block Advanced Heading content, we have identified a solution.
Solution:
1. Navigate to WPML > Settings > Custom XML Configuration in your WordPress dashboard.
2. Add the following code and save the changes:

<wpml-config>
  <gutenberg-blocks>
    <gutenberg-block type="kadence/advancedheading" translate="1"></gutenberg-block>
  </gutenberg-blocks>
</wpml-config>

3. Edit the page where you noticed the issue, click on Update, and then update the translation page. Recheck to see if the issue with duplicate fields is resolved.

Please note that this solution might be outdated or not applicable to your specific 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 problem 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.

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by Long Nguyen 2 months, 2 weeks ago.

Assisted by: Long Nguyen.

Author Posts
October 22, 2024 at 8:53 am #16315892

karlv-6

Background of the issue:
I am trying to use the Advanced Translator on my site hidden link.

Symptoms:
The Advanced Translator shows translation fields twice.

Questions:

October 23, 2024 at 3:10 am #16319736

Long Nguyen
Supporter

Languages: English (English )

Timezone: Asia/Ho_Chi_Minh (GMT+07:00)

Hi,

After investigating the issue, I see that the fields shown twice in the WPML translation editor is a compatibility issue between the Advanced Heading block of Kadence Blocks plugin and WPML.
I can replicate it on a clean installation of WordPress, if you want to take a look, please visit this link
hidden link

I'm discussing this issue with our 2nd tier support and I will update you here when I have something to share.

Thanks.

October 30, 2024 at 1:11 am #16344516

Long Nguyen
Supporter

Languages: English (English )

Timezone: Asia/Ho_Chi_Minh (GMT+07:00)

Hi,

After discussing this issue with our 2nd tier support, we see that there is a workaround to fix the issue Kadence block Advanced Heading content display twice in WPML translation editor:
1. Go to WPML > Settings > Custom XML Configuration > Add the code below and save it.

<wpml-config>
  <gutenberg-blocks>
    <gutenberg-block type="kadence/advancedheading" translate="1"></gutenberg-block>
  </gutenberg-blocks>
</wpml-config>

2. Edit the page > Click on Update > Update the translation page and recheck the issue.

Looking forward to your reply.
Thanks

October 30, 2024 at 5:13 am #16344657

karlv-6

thank you!