EDIT: This appears to happen to EVERY link on the page!
I am encountering a specific issue on a WordPress website where all links in the footer are generated with the syntax "{{{{{A-HREF-#}}}}" (where # represents a number). This issue happens only on mobile devices (not viewport-width related, only real mobile devices)
I have constructed the pages and footer section using Elementor, and all footer links are generated with the "{{A-HREF-#}}" syntax.
This specific footer is embedded into every page and was created in the "Theme Elementor Sections" section (so no custom html code).
It happens on both android and ios so far.
Has anyone encountered a similar problem with Elementor or the "{{{{A-HREF-#}}}}" syntax for footer links? Does anyone have insights into what might be causing this discrepancy in link generation specifically on mobile devices? Any help or guidance on how to troubleshoot and resolve this issue would be greatly appreciated.
Here's the code from the Desktop Browser Developer Tools
<ul class="elementor-icon-list-items elementor-inline-items">
<li class="elementor-icon-list-item elementor-inline-item">
<a href="/datenschutz">
<span class="elementor-icon-list-text">Datenschutzerklärung</span>
</a>
</li>
</ul>
Here's the code from the Mobile Browser Developer Tools
<ul class="elementor-icon-list-items elementor-inline-items">
<li class="elementor-icon-list-item elementor-inline-item">
<a href="{{{{A-HREF-36}}}}">
<span class="elementor-icon-list-text">Datenschutzerklärung</span>
</a>
</li>
</ul>
Clearing the browser cache on mobile devices did not resolve the issue.
I have updated all plugins and WordPress to their latest versions. I inspected Elementor to verify if the link is set differently in responsive editing mode — it is not.