This thread is resolved. Here is a description of the problem and solution.
Problem:
After updating WPML, you might encounter issues where links on icons do not point to the translated page but to the original page instead. Additionally, the items available for translation in the editor may have changed, and you might not see how to configure the string translation for links.
Solution:
We recommend adding a custom XML configuration to your WPML settings to enable link translation for specific elements. Here is the XML code you should use:
<shortcodes> <shortcode> <tag>et_pb_video</tag> <attributes> <attribute type="link">src</attribute> </attributes> </shortcode> </shortcodes> <elementor-widgets> <widget name="icon"> <fields> <field>link>url</field> </fields> </widget> </elementor-widgets>
After applying this configuration, use the Advanced Translation Editor to translate the links as needed. For further guidance, you can refer to this screen recording: https://go.screenpal.com/watch/cTf6jLnjoD5
If this solution does not apply to your case, or if it seems outdated, 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. If issues persist, please open a new support ticket at our support forum.
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 is split from https://wpml.org/forums/topic/translation-on-markers-in-advanced-editor/