Phocamaps and bootstrap problem

Phoca Maps - displaying maps in Joomla! CMS
Thosi
Phoca Member
Phoca Member
Posts: 12
Joined: 05 May 2011, 01:18

Phocamaps and bootstrap problem

Post by Thosi »

It seems that phocamaps (Googlemaps) is not displaying correctly in bootstrap templates? You added the CSS declaration

Code: Select all

#phocamaps.phocamaps img {
	border: 0px;
	box-shadow: 0px;
	margin: 0px;
	max-width: none !important;
}
in the phocamaps.css
I'm not sure if this was intended for the bootstrapp-googlemaps issue, but I had to change (add) it this way to display the controls corectly.

Code: Select all

#phocamaps-box img {
	max-width:none !important;
}
Now it works

EDIT:
This only works for the outlined Maps. For non-outlined you need to set:

Code: Select all

#phocamaps-box img {
	max-width:none !important;
}
Thosi
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phocamaps and bootstrap problem

Post by Jan »

Hi, thank you for this info. Jan
If you find Phoca extensions useful, please support the project
Post Reply