bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

Map Tiles not showing at all #71

Closed ndimatteo closed 9 years ago

ndimatteo commented 9 years ago

Hello,

I've been using your plugin for a while now on a client site, and recently the Map Tiles stopped showing entirely. I'm not getting any console errors, and the functionality is working perfectly otherwise.

Take a look at the page below to see what I'm talking about (scroll down or click "find an advisor"): http://www.garrettinvestmentadvisors.com/

bjorn2404 commented 9 years ago

@ndimatteo Have you updated the site's styling recently? If I disable the primary style.min.css stylesheet the map appears. I would watch out for any global "canvas" declarations but it could be some other styling conflict with Google Maps.

ndimatteo commented 9 years ago

@bjorn2404 odd, I haven't. But I'll try to comb through it to see if there's something causing it. Thanks!