Hi
Over the past month my gmap has suddenly stopped displaying. There is just a blank light blue space where the map should be. The site/page is : http://www.ctiscarborough.org.uk/churches - I have the same problem with individual church pages - embedded google maps just dont appear. I have updated all modules and have the most recent Drupal installation. I'm not sure when the problem began but am somewhat puzzled and suspicious that only Chrome is displaying it.
Thanks
Bruce

CommentFileSizeAuthor
nomap.gif7.77 KBbaroo

Comments

baroo’s picture

Status: Active » Closed (fixed)
my-family’s picture

What was the fix? We have probably the same problem. Thank you in advance for help.

garciac1212’s picture

Status: Closed (fixed) » Active

This shouldn't be closed.
Subscribing. Firefox displays a blank grey screen when I enable the gmap block on node. Works fine on google chrome browser. What seems to be the problem

cola’s picture

same problem, on firefox and ie they displays a blank grey screen.

martins.bertins’s picture

I ran into that problem on Drupal 6.
The problem for me was that images in Gmap div inherited max width style from a higher div. All I had to do was to override that. Hope that works also for you.
Original:
max-width: 100%;
Changed to:
max-width: none;

thepaladin’s picture

I also I have the same problem is solved someone who could help me.
translate by google.
http://www.monwatch.com/negozi
GMap 7.x-1.x-dev

image
thanks

thepaladin’s picture

nobody knows how to solve this problem or is q'm the only one???

martins.bertins’s picture

Try the solution in #5, it worked for me.
Change the CSS for images inside gmap div.

thepaladin’s picture

thank you very much for your comment, I'd be breaking my head even today for that problem,

a question if relevant: as disable some countries?

thepaladin’s picture

Status: Active » Closed (fixed)