Skip Navigation

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

Problem:
The client was unable to translate links in various sections of their multilingual website using Elementor and WPML. These included product images, service box icons, and other elements that did not show up in the translation editor.
Solution:
We recommended disabling the cache temporarily to ensure changes could be reflected immediately. We provided custom XML configurations to enable the translation of specific Elementor widgets. For example, we added:

<widget name="image">
      <fields>
        <field>image>url</field>
        <field>link>url</field>
        <field>jupiter_widget_tooltip_description</field>
      </fields>
    </widget>

and

<widget name="tp-info-box">
      <fields>
        <field>loop_content</field>
        <field>title</field>
        <field>content_desc</field>
        <field>button_text</field>
        <field>full_infobox_link>url</field>
        <field>display_pin_text</field>
        <field>pin_text_title</field>
      </fields>
      <fields-in-item items_of="loop_content">
        <field>loop_title</field>
        <field>loop_button_text</field>
      </fields-in-item>
    </widget>

These configurations should be added under WPML > Settings > Custom XML Configuration. After adding, the client should refresh the primary language page and save it to apply the changes. For further guidance on registering custom Elementor widgets for translation, we advised checking the documentation at https://wpml.org/documentation/support/multilingual-tools/registering-custom-elementor-widgets-for-translation/.

If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, please open a new support ticket. 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. For further assistance, visit our support forum at https://wpml.org/forums/.

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 19 replies, has 0 voices.

Last updated by Kor 2 weeks, 6 days ago.

Assisted by: Kor.

Author Posts
March 11, 2025 at 6:12 am #16799408

ilkkaO

Thanks! Could you please add the XML or whatever needed to translate the links
in the home page Industries section (clicking image or button will take from english to finnish version currently, links don't show up in translation editor). Screenshot attached. I think that is the last thing I can't do myself.

screenshot.jpg
March 12, 2025 at 6:38 am #16805052

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your patience. I cannot find a way to translate the links. Please allow me to escalate this to our 2nd Tier Support for further assistance. I will come back to you once I've feedback.

March 14, 2025 at 6:17 am #16814538

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your patience. I have a feedback from our 2nd Tier Support and I've made the required adjustments to the custom XML configuration as shown below.

<wpml-config>
  <elementor-widgets>
    <widget name="tp-animated-service-boxes">
      <fields>
        <field>loop_content</field>
        <field>port_mobile_text</field>
      </fields>
      <fields-in-item items_of="loop_content">
        <field>loop_title</field>
        <field>loop_button_text</field>
        <field type="Loop Button: URL" editor_type="LINK" key_of="loop_button_link">url</field>
        <field>loop_content_list</field>
      </fields-in-item>
    </widget>
  </elementor-widgets>
</wpml-config>

Now the links show up correctly hidden link and could you please check? You can find the custom XML Configuration in WPML > Settings > custom XML Configuration

March 14, 2025 at 8:33 am #16815027

ilkkaO

Thank you, now it is working :). I think that is all, thank you for all your help!

March 14, 2025 at 8:35 am #16815042

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Good to know, please mark this ticket as resolved.