Open
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>