This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Google Maps not showing correctly in widgets bundle

11 years ago · Last reply by Andrew Misplon 11 years ago

I have been testing the SiteOrigin Widgets bundle -> SiteOrigin Google Map.

The map is okay, but the map left side navigation icons are not showing correctly.

Tested width both Chrome and IE

See page link.

URL: http://wpwork.zkagen-marketing.dk/test-google-maps-widget/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 1 month ago

    Hi Hans

    Braam our new developer just resolved this yesterday, it’s the Vantage image styles getting in the way. We have a fix in Vantage and in the Maps Widget, just in case another theme tries the same.

    For now insert the following under Appearance > Custom CSS:

    #map-canvas img, #gmap_canvas img {
      	-webkit-border-radius: 0 !important; 
      	-moz-border-radius: 0 !important; 
      	border-radius: 0 !important; 
      	-webkit-box-shadow: none !important; 
      	-moz-box-shadow: none !important;
      	box-shadow: none !important;
      	line-height: normal !important;
    	max-width: none !important;
        zoom: normal !important;
    }

    When the next version of Vantage pushes you can update and then remove this CSS.

  2. zkagen 11 years, 1 month ago

    Hi Andrew,

    This did not help.

    Se the image attached below, just to make sure, that we are talking about the same thing :-)

    https://www.dropbox.com/s/xuv1d6208tle2g7/SiteOrigin-gmaps01.jpg?dl=0

  3. Andrew Misplon Staff 11 years, 1 month ago

    Give this a try:

    .google-map-canvas img {
      	-webkit-border-radius: 0 !important; 
      	-moz-border-radius: 0 !important; 
      	border-radius: 0 !important; 
      	-webkit-box-shadow: none !important; 
      	-moz-box-shadow: none !important;
      	box-shadow: none !important;
      	line-height: normal !important;
    	max-width: none !important;
        zoom: normal !important;
    }

    You can remove from Vantage 2.2.4 onwards.

    Thanks

  4. zkagen 11 years, 1 month ago

    Works!

    Thanks.

  5. Andrew Misplon Staff 11 years, 1 month ago

    Super, glad that helped.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread