Google GMAP not showing, loading forever
The gmap is not showing and the loading icon is playing forever here:
http://goo.gl/t0vOV
The same problem is on any ad listing page.
It seems that this piece of code is not firing in sidebar-gmap.php
< ![CDATA[
jQuery(document).ready(function($) {
$('#map').hide();
load();
$('#map').fadeIn(1000)
codeAddress();
});
I have inserted an alert() just before the call to hide and it didn't get into it.
I have also noticed that the refine results form is having problem too. The price bar is replaced by a textbox. And when I click to expand something under refine results, nothing happen.
As I said in my other thread about the refine results problem, it is like something related with a jquery library that I probably have to upgrade.
Anyone had this same issue?
thanks