Skip Navigation

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 Lauren 1 year, 11 months ago.

Assisted by: Lauren.

Author Posts
March 10, 2023 at 5:21 pm

pierreB-56

Kadence Buttons are not translated

March 10, 2023 at 6:03 pm
March 14, 2023 at 5:10 pm #13245553

Lauren
Supporter

Languages: English (English )

Timezone: America/New_York (GMT-05:00)

I was able to reproduce this in a clean install, so I have escalated this to our compatibility team. In the meantime, please use manual translation to translate the button text as needed. I will update here once we have more information.

March 15, 2023 at 5:13 pm #13253969

Lauren
Supporter

Languages: English (English )

Timezone: America/New_York (GMT-05:00)

It looks like the buttons are new and have a new shortcode. To get it registered, please go to WPML -> Settings -> Custom XML COnfiguration and add the following:

<wpml-config>
  <gutenberg-blocks>
    <gutenberg-block type="kadence/singlebtn" translate="1">
      <key name="text" />
    </gutenberg-block>    
  </gutenberg-blocks>
</wpml-config>

Then update the original page, and after this you should see the button value in the translation editor.

Please let me know the results.