Background of the issue:
I'm using the Beaver Builder plugin to create a page that contains absolute URLs with text and buttons. I've created an English version of the page and want to use WPML to auto-translate it to French. I expect the absolute URLs to change from the English version to the French version, such as from hidden link to hidden link.
Symptoms:
When I use WPML to auto-translate the page to French, the absolute URLs do not change as expected. They remain as hidden link instead of changing to hidden link.
Questions:
Why are the absolute URLs not changing from the English version to the French version when using WPML auto-translation?
How can I ensure that the absolute URLs are correctly translated to the French version using WPML?
I don't want to do it manually via ATE editor.
I've tried to translate from the English to Spanish language but still there is shown the English version link. Please have a look at the screenshot hidden link URL for your reference. I've also added xml in the Custom XML Configuration tab like as per the below but, it shows all the fields of the beaver builder data but I want to change URL which are available in the button module, Text Editor module, HTML module, Heading module in the Beaver Builder.
<wpml-config>
<custom-fields>
<custom-field action="translate">_fl_builder_data</custom-field>
</custom-fields>
</wpml-config>