I've found 2 issues with the Contact Us map:
1- On MacOSX Safar 7.0.5, the "Contact Us" Map blows out of it's circle. You can see it in your demo site (I'm unable to upload a screenshot here)
http://demo.megadrupal.com/?theme=birva
2- The "bottom point" of the marker on the map doesn't stay centered on the lat/long location that is specified. It seems that the round top of the marker (or maybe the circle) is hte part that stays locked on the location.
If you zoom far out of the map of the demo site, you'll see that the point of the marker will eventually point to the ocean. Then if you zoom in, it centers around Manhattan. I'd expect the point/tip of the marker to stay pointing at the spot you defined the lat/long for.
Hi,
1- This CSS properties does not support for Safari. So the map cannot be Circle when viewing on Safari.
2- To make the bottom point at the center of the map, please increase the width and height CSS properties of the wrapper map HTML. You can find the CSS code in style.css file(md_birva/css/frontend/style.css). Go to line number 3170 and increase the width & height.
Hi Cindy-
Adjusting the width/height of the 'map' element in the CSS file doesn't seem to affect where the pointer is pointing. It adjusts the size/shape of the map itself. Changing the "width" to 400 makes the map an oval, but keeps the marker pointing at the same spot. Do you have another suggestion?
Thanks
Hello,
It sounds that the same problem (Map blows out of its circle) occurs now in Chrome for a few weeks. Do you have any suggestion to fix it?
Thanks for your answer.
Hi Hippolyte,
Please open style.css file, go to line 3182 and add this code
into
.googlemap { .... }
Thanks!