After further testing it seems to be a conflict with Easy Media Gallery Pro.
There is an error in the javascript when the theme is active.
function m() {
if (s.markers) {
for (i in s.markers)
****** s.markers[i].setMap(null); ******* s.markers[i].setMap is not a function. (In ‘s.markers[i].setMap(null)’, ‘s.markers[i].setMap’ is undefined)
s.markers.length = 0, s.bounds = new google.maps.LatLngBounds
}
}
}
-
This reply was modified 9 years, 8 months ago by
Stacey.