Upgrade to version 1.3 just broke it. No dots on the heatmap. 🙁
[SOLVED]
I have Lightbox usong prototype.js
The order of loading the scripts makes all the difference
1. <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
2. <script type='text/javascript' src='/wp-includes/js/jquery/jquery.js?ver=1.2.6'></script>
3. <script type="text/javascript" src="js/prototype.js"></script>[/code]
And it works perfectly.
I’m not able to see the toolbar at the top
CSS loads ok
Logger records OK (for non admin users)
But view.js somehow does not create the toolbar div.
I’m using Firefox 3 and WP 2.7.1.
Any help is appreciated