Results 1 to 5 of 5

Thread: Lightbox 2.4 next previous buttons to show up

  1. #1
    Join Date
    Jan 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Lightbox 2.4 next previous buttons to show up

    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.

  2. #2
    Join Date
    Feb 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wink Cant view next & prev labels/images

    Hi

    I have tried everything, but still cant view the next and prev images in the image viewer. I have checked all the links and paths to the images (prevlabel & nextlabel) many times, but still no luck.

    What am I doing wrong? i have checked all my files lightbox js, lightbox css, all my folders, but still no luck. it does show the close label.

    thank you
    Donna

  3. #3
    Join Date
    Apr 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I don't know if you've solved this already, but I had the same problem. In the end if was the path to the image folder, that said IMAGES instead of images... As soon as I changed that, it all worked

  4. #4
    Join Date
    Feb 2010
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have never managed to get the prev & next images to work despite triple checking everything :-(

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Please post a link to a page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •