1. Jose Alvarez
  2. General Talk
  3. Thursday, 27 January 2011
  4.  Subscribe via email
Hi Daniel: But that code has always been there...is the Google analytics code script
Checking on firebug i get this:
$('newestSpotId').innerHTML = (cat_e...').innerHTML).replace(/\(\d+\)/g,''); in hotspots.js line 227

Any thoughts?

I´m checking markers one by one, but i can´t find anything odd


Re: Reinstalled hotspots & am getting the "loading" not disappearing prob

Hey Jose,
You have a javascript error on your page. Just by looking at it, I'm unable to understand why it happens - because the line of code should work!

However what I see on your page is that you have invalid html - fix this first and most probably the problem is going to disappear.

For example
Code:








var _gaq = _gaq || [];

_gaq.push(['_setAccount', 'UA-15180322-8']);

_gaq.push(['_trackPageview']);



(function() {

var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.http://google-analytics.com/ga.js';

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

})();







This isn't in the head of the page, neither it is in the body = invalid!

And please start your own thread on the forum for this.
Responses (15)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now
Powered by EasyDiscuss for Joomla!