I'm currently running http://clever-immo.de with 2 themes. pixel-reloaded and zero-point. i'd like to make zero-point the default-site-theme, but google-maps (through modules: location and gmap) don't show up. just a grey background with map-navigation. switching map-type (to satellite or something else) does not help.

what is the reason that gmaps are shown blank (grey)? - please fix this issue.

CommentFileSizeAuthor
gmap-grey.png33.83 KBfrank pfabigan

Comments

frank pfabigan’s picture

Status: Active » Closed (duplicate)

oops. duplicate with http://drupal.org/node/490766

solved through this code in css/layout.css from jorge campo, http://drupal.org/user/213590

#middlecontainer img {
max-width: none !important;
}

issue can be closed.

frank pfabigan’s picture

Status: Closed (duplicate) » Closed (fixed)