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:
When he logins though, the bacground in navigation doesn't display the background - just the list:
Is this a bug? or what could be causing it?
Thanks
BUG (?) - Plugin doesn't work after user login
-
- Phoca Newbie
- Posts: 2
- Joined: 08 Nov 2008, 18:51
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: BUG (?) - Plugin doesn't work after user login
Hi, your template doesn't have defined overlib classes... Add the following code into your template css, e.g.:
Jan
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