Can you open the /js/wpsl-gmap.js file, search for this near the bottom of the file.
if ( $( "#wpsl-gmap" ).length ) {
google.maps.event.addDomListener( window, "load", initializeGmap );
}
And replace it with this.
if ( $( "#wpsl-gmap" ).length ) {
initializeGmap();
}
Hi Tijmen, I’m Digger..
I’m having the same problem in that the store locator is working but it is not populating it with stores in the list or on the map.
It works fine in Internet Explorer and Chromium, but not in Firefox. So I updated Firefox to 36.0 with no results.
This is my first ever post in the forums, so I hope I’m following protocol.
I’ll begin looking into the Firefox forums too, I guess.
Any ideas?
Digger
@call ME Digger What is your url?
@ilsaro I get back to you tomorrow.
it’s working now, thanks!
@call ME Digger. There is an js error that sounds like it sometimes breaks it “TypeError: $(…).MySlider is not a function” It comes from this file -> http://manfredsauercanada.com/wp-content/themes/Manfred%20Sauer/js/slider.js
If you fix that error, it will work 100% of the time.