Google Maps not showing correctly in widgets bundle
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
5Hi 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.
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
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
Works!
Thanks.
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.