Skip Navigation

Resolved

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>

2 Responses to “Elementor Image widget links not translating correctly”

    • In that case, could you please open a support ticket and one of our supporters will be able to help you resolve the problem, thanks.