Background of the issue:
I am trying to translate Elementor button URLs on my site hidden link. I need the link in the English version to be different. I added the following code to try and achieve this: <wpml-config> <elementor-widgets> <widget name="button"> <fields> <field type="Button: Button text" editor_type="LINE">text</field> <field type="Button Link" editor_type="LINK">link>url</field> </fields> </widget> </elementor-widgets> </wpml-config>.
Symptoms:
The code I added didn't work to change the link in the English version.
Questions:
How can I make the link in the English version different using WPML?