Page 1 of 1

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

Posted: 09 Nov 2008, 16:19
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

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

Posted: 09 Nov 2008, 23:17
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