Hi,
Thanks for using our plugins and for updating on the steps taken.
I can help out here. I use Genesis myself and have not run into this issue so it could be something unique about your site.
I took a look and see this script is in the footer:
<script type="text/javascript">
var _iub = _iub || [];
_iub.csConfiguration = {
cookiePolicyId: 280395,
siteId: 117246,
lang: "en"
};
(function (w, d) {
var loader = function () { var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src = "//cdn.iubenda.com/cookie_solution/iubenda_cs.js"; tag.parentNode.insertBefore(s, tag); };
if (w.addEventListener) { w.addEventListener("load", loader, false); } else if (w.attachEvent) { w.attachEvent("onload", loader); } else { w.onload = loader; }
})(window, document);
That script though is missing a closing script tag:
</script>
See if you can add that tag where ever you placed the script and if that helps. The script maybe in your Genesis settings.
Let me know if that helps.
Thanks