Resolved
Overview of the issue
Users building a page with Flatsome might notice that the `Icon Box` widget allows you to add an image and a link. These fields are not being translated by WPML and the original values are displayed on the translated page.
Workaround
As a temporary solution, please try the following steps:
1- Back up your website completely
2- Go to WPML -> Settings -> Custom XML Configuration
3- Add the following config:
<wpml-config>
<shortcodes>
<shortcode>
<tag>featured_box</tag>
<attributes>
<attribute type="media-ids">img</attribute>
<attribute type="link">link</attribute>
</attributes>
</shortcode>
</shortcodes>
</wpml-config>
This issue has been reported to the authors of Flatsome and should be resolved in the next theme update.