Using zeropoint along with the gmap + location module, I am setting up a method of posting information by clicking on a map. Using this theme however, users cannot use the map. I'm not quite sure where to start, but I'll do a bit of digging.

Comments

Turkish Delight’s picture

I am sorry, to elaborate a bit more: The location options appear, however where a map should be only a gray screen appears. It leads me to believe there is some conflicting javascript issue, but I'm not too sure how the theme uses it and how it would conflict with gmap/location. Other themes both standard and contributed do not act similarly.
I am using the theme with the variable layout and 'sky' background, no image preload.

Z2222’s picture

I found this page because I'm having the same problem. The Google maps work in Garland but when I switch to zero point the maps turn blank (gray).

albertalpha’s picture

I have the same issue, however I found a solution by commenting this line in zeropoint/css/layout.css

/* SPECIAL FIXES */
//#middlecontainer img {max-width: 100%;}

It seems the author knows about this issue, because at the end of the CSS there is the following code that overrides the above for GoogleMaps:

#middlecontainer #gmaplocation_map img {
  max-width: none;
}

but it doesn't work in case of using a location map Block at the bottom region in selected nodes.

rismondo’s picture

I just upgraded to Zero Point 1.8, and Google Maps works now!

florian’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

vacilando’s picture

Had the same problem - and the upgrade helped; thanks!