Skip Navigation

Open

Topic Tags: Compatibility

Overview of the issue

If you add an Image widget and set it to link to some url, when translating the content the links are not available for translation. (Internal links are handled automatically, but in this case these will not be updated to point to the translated content.)

Workaround

There is a problem with the format of the configuration file relating to the Image widget.

You can add the following to the Custom XML Configuration setting at WPML > Settings to override the problem configuration:

<wpml-config>
  <elementor-widgets>
    <widget name="image">
      <fields>
        <field editor_type="LINK">link>url</field>
      </fields>
    </widget>
  </elementor-widgets>
</wpml-config>

Leave a Reply

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>