Page 2 of 2

Re: How integrate lightbox in CMS?

Posted: Tue Aug 04, 2009 7:12 pm
by Dr.CSS
What are the permissions for that folder and it's parent folder?...

Re: How integrate lightbox in CMS?

Posted: Tue Aug 04, 2009 7:14 pm
by SCM
lightbox 755
modules 0

Re: How integrate lightbox in CMS?

Posted: Tue Aug 04, 2009 7:51 pm
by Dr.CSS
module folder needs the same permissions...

Re: How integrate lightbox in CMS?

Posted: Tue Aug 04, 2009 8:26 pm
by Raboo
Dr. CSS wrote: That only has to be there if you don't have the base href in the head...
I have

Code: Select all

<base href="http://www.letit.se/" />
It still requires a /
It could have something to do with mod_rewrite

Re: How integrate lightbox in CMS?

Posted: Tue Aug 11, 2009 10:26 am
by Yaack98
Edit the Lightbox/css/lightbox.css

Code: Select all

#prevLink:hover, #prevLink:visited:hover { background: url(modules/LightBox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(modules/LightBox/images/nextlabel.gif) right 15% no-repeat; }
[/quote]

Should be

Code: Select all

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

Re: How integrate lightbox in CMS?

Posted: Tue Aug 11, 2009 10:42 pm
by Dr.CSS
Last reply is correct because the style sheet is coming out of a folder in the module...

Myself I would copy it out of there and make a new style sheet in the admin for it and leave it as is and it should work, the same thing was happening to it in Album...