Toolbar doesn't show properly

Phoca Maps - displaying maps in Joomla! CMS
Nohud
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 10 Oct 2014, 17:52

Toolbar doesn't show properly

Post by Nohud »

Hello,

I'm using Phoca Map (version 3.0.1) with my template but the display is weird from the google navigation bar

Image

If you see on the left, it's seems to be crushed and the cross in order to close the popup is not showing (or almost not).
I think this a CSS conflict with my bootstrap but i don't know what can i do.
I watch this topic : viewtopic.php?f=32&t=25718 but it's not working.

Any help ?

Thank you.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Toolbar doesn't show properly

Post by Jan »

Hi, then your template uses other feature which manage the images on the site, so this needs to be asked by template developer.

By bootsrap it was common issue, which was described and could be solved (in the link you have added to your post) so if there is some other similar conflict feature, such needs to be found in the template css :idea:

Jan
If you find Phoca extensions useful, please support the project
wdiggles
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 14 Nov 2014, 00:50

Re: Toolbar doesn't show properly

Post by wdiggles »

I changed phocamaps in the css code to a class instead of an id and it worked. See below..

/****** PHOCA MAPS ******/
.phocamaps img {
max-width: none;
}
.phocamaps img {
border: 0px;
box-shadow: 0px;
margin: 0px;
max-width: none !important;
}
.phocamaps-box img {
max-width:none !important;
}
Post Reply