I was looking for a solution on the Lightbox 2.4 "next" and "previous" labels/images not showing up in the actul lightbox, when you like to go back and forth looking at images in the lightbox.
I should have got it myself right away but being tired my brain just forgot. Then I found a thread and a question via google where back in 2007 someone asked just this question. He did get an answer but not really in detail. The people answering withhold the name of the file to change and how and so on. What I useally call "The obvious". Which is common sadly among tech wiz kids ;-)
Okidoki, here goes.
To get the images next / previous to show up, you first look for which folder you have all your lightbox images. Meaning the image folder only regarding the lightbox itself. Not the photos of your vacation that is. Its very common to get this error when you rename the folder you place the script and images in, and the folder where the lightbox folders are in. It is therefore easy to forget to chaneg the name/location of the image folders.
When you have done that you go to the CSS file called "lightbox.css"
In thisfileyou look for where it says "images"
#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; }
Change the name images tothename of your lightbox script image folder.
Click "ok" and upload to your webserver.
You always look for the location (folder) of your images and see to that you have the same name.



Reply With Quote



Bookmarks