BUG (?) - Plugin doesn't work after user login

Phoca Documentation - creating documentation in Joomla! CMS
sgudek
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 08 Nov 2008, 18:51

BUG (?) - Plugin doesn't work after user login

Post by sgudek »

Hello,

I was checking the Navigation plugin; it seems there is a problem with it - or my template is xxxxed up:

Ok, when a Visitor comes, the navigation plugin works:

Image


When he logins though, the bacground in navigation doesn't display the background - just the list:

Image


Is this a bug? or what could be causing it?

Thanks
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: BUG (?) - Plugin doesn't work after user login

Post by Jan »

Hi, your template doesn't have defined overlib classes... Add the following code into your template css, e.g.:

Code: Select all

/** overlib **/
.ol-foreground {
	background-color: #f0f0f0;
}
.ol-background {
	background-color: #d6d6d6;
}
.ol-textfont {}
.ol-captionfont {
	color: #ffffff;
	font-weight: bold;
}
.ol-captionfont a {}

.ol-closefont {}


Jan
If you find Phoca extensions useful, please support the project
Post Reply