Shape 5

Joomla Templates => Oasis - Club => : pscoggins December 02, 2015, 02:51:53 AM



: Google Maps
: pscoggins December 02, 2015, 02:51:53 AM
Hi
Browser problem.
I have a module that displays a venue map for a festival.  The map displays correctly in Safari but there is no map data when the page is viewed in Crome or Firefox (the map 'box' is visible)...any suggestions?
The page in question is:
http://www.ukboogiewoogiefestival.co.uk/2016festival/index.php/ticket-sales/concerts/event/27-concerts-saturday-the-exchange-green-seating
Thanks


: Re: Google Maps
: mikek December 02, 2015, 08:52:11 AM
Hello,

Google maps has a lot of problems with how they layout images, so the responsive code for images often causes problems. You can try adding this to custom.css:

#map-canvas img {
max-width:auto !important;
}

If that doesn't work you can turn the "Image Max Width" setting off in the template configuration under the General tab.


: Re: Google Maps
: pscoggins December 02, 2015, 09:33:09 AM
Hi
Many thanks, that worked...turned off 'image max width'