Results 1 to 3 of 3

Thread: lightbox help

  1. #1
    Join Date
    Mar 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default lightbox help

    1) Script Title: Lightbox image viewer

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...box2/index.htm

    3) Describe problem:

    I have made a test page with this script and followed the instructions on how to set it up. I can see the thumbnail picture just fine, i click on it and my screen darkens the way it's suppose to, the box shows up that the picture will be displayed in and the loading image shows up, but that's all that happens. i get the red x in the center showing that the image isn't displaying and the loading screen just keeps going and going. so then i click on what should be the full size image to close it. I have tried both lightbox programs and get the same effect. Please help.
    You can view my test page at http://www.cybersmods.com/modules.php?name=maps

    I have attached the html as a txt document to this thread
    Last edited by cybershot; 10-06-2007 at 05:17 AM. Reason: changed the link for my page

  2. #2
    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

    The larger images are not available on the server where indicated. For example, this lightbox link:

    Code:
    <a href="images/image5.jpg" rel="lightbox[map]"><img src="images1/thumb5.jpg"</a></td>
    points to a larger image at this location:

    Code:
    http://www.cybersmods.com/images/image5.jpg
    If you try to navigate directly to it, you get:

    Not Found
    The requested URL /images/image5.jpg was not found on this server.
    - John
    ________________________

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

  3. #3
    Join Date
    Mar 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    well i got it sorted....thanks. I think i worked on it for so long that i couldn't see what was right infront of my face. I checked those addy's many times. The thumbs are in the same directory as the big pictures, so that's what was really throwing me. I took some time off and watched some t.v and that allowed me to notice that the images had caps on the .JPG and my code was lower case .jpg.. that also stopped it from working. But it's up now and it's a very awsome script.

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
  •