Google Maps Bugs
-
Hello,
There is an issue with opening Google Map marker’s info windows. When you click a marker it keeps creating a new info window. I’m not sure if this is the intended behavior, but I think it should not, because info windows keep appearing on top of each other.
I ended up fixing this on my server. Can you add this fix on your next release so I can keep the plugin updated without reverting this file? Here is the non-minified “google-map-loader.js” code, so you can check/compare: https://pastebin.com/raw/R0Z7dFKr
Another bug happens when closing an info window, for some reason the page scrolls down a bit. I have fixed this by using the following custom css:
.gutentor-google-map { overflow-anchor: none; }
Thanks a lot!
- The topic ‘Google Maps Bugs’ is closed to new replies.