GTM Displays syntax WP Elementor site
-
I had a professional installed and connect my google tag manager but when it was installed in the site, a string of text show up at the top and some times bottom of the site all in all pages.
function() { var ip = ”; var xhr = new XMLHttpRequest(); xhr.open(‘GET’, ‘https://api.ipify.org?format=json‘, false); // Synchronous request xhr.send(); if (xhr.status === 200) { ip = JSON.parse(xhr.responseText).ip; } return ip; }
I have updated all my plugins including elementor so nothing is out of date but the issue continues so I had to deactivate GTM so my site does not display this string of text. Any idea what is causing this error/issue and how to solve it?
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.