<script src="/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Scripts/jquery.json-2.2.min.js" type="text/javascript"></script>
<script src="/Plugins/SevenSpikes.Nop.Plugins.QuickView/Scripts/jquery.json-2.2.min.js" type="text/javascript"></script>
Yes, Javascript console has this error:
Uncaught TypeError: $.isMobile is not a function
It refers to this section of code:
function OpenWindow(n,t,i,r){var u=(screen.width-t)/2,f=(screen.height-i)/2,e;winprops="resizable=0, height="+i+",width="+t+",top="+f+",left="+u+"w";r&&(winprops+=",scrollbars=1");e=window.open(n,"_blank",winprops)}function setLocation(n){window.location.href=n}function displayAjaxLoading(n){n?$(".ajax-loading-block-window").show():$(".ajax-loading-block-window").hide("slow")}
Hello-
We use nopcommerce 3.40 with the Alfresco theme.
I am trying to add the "hotjar" tracking script to my site, but no matter where I add the script, it causes the quicktabs to stop functioning normally. The tab items still appear, but as a normal list, as if the quicktabs styling is disregarded whenever the hotjar script is executed on same page.
This is th hotjar tracking script:
<!-- Hotjar Tracking Code for www.myfootshop.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:123456,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
Oh...OK. That is unfortunate.
Thanks for the explanation.