How integrate lightbox in CMS?

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: How integrate lightbox in CMS?

Post by Dr.CSS »

What are the permissions for that folder and it's parent folder?...
SCM
Forum Members
Forum Members
Posts: 74
Joined: Fri Mar 13, 2009 1:01 pm

Re: How integrate lightbox in CMS?

Post by SCM »

lightbox 755
modules 0
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: How integrate lightbox in CMS?

Post by Dr.CSS »

module folder needs the same permissions...
Raboo
New Member
New Member
Posts: 6
Joined: Tue Aug 04, 2009 5:40 pm

Re: How integrate lightbox in CMS?

Post 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
Yaack98
Forum Members
Forum Members
Posts: 11
Joined: Wed Feb 11, 2009 1:01 pm

Re: How integrate lightbox in CMS?

Post 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; }
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: How integrate lightbox in CMS?

Post 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...
Post Reply

Return to “The Lounge”