• Resolved rockchick

    (@rockchick)


    Hey guys, I’m using NextGEN to display pics – as you’ll see, in the sidebar widget – it displays the pics nicely. But on the photo page here it won’t display thumbnails – BUT if you click on the empty ‘box’ it will display the picture.

    Now, the weird part is – in the gallery part on my dashboard – I have all the thumbnails working, so when you’re working with them there, they are all fine and the thumbnails display. So I’m figuring there’s something wrong with the settings SOMEWHERE! lol Please help… 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to nggallery.css, look for gallery view and add a width:

    .ngg-gallery-thumbnail-box {
    float: left;
    width: 25%;
    }

    .ngg-gallery-thumbnail {
    float: left;
    margin-right: 5px;
    width: 100%;
    }

    this will display for thumbnails in a row nicely.
    You may also change the width for thumbnail box to 20% this will display 5 images in a row.

    For some reason your thumbnails are squeezed without a width.

    Thread Starter rockchick

    (@rockchick)

    Hey cinematic!! I did it… thank you SOOO Much for your help!! Weird, but I had just used the exact same download of that nextgen gallery on another site i’ve done and that worked perfectly first time.

    but thanks so much for your help!

    Cheers
    Rockchick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NextGen Photo Gallery – no thumbnails!’ is closed to new replies.