• Hi all. 🙂

    I’m using the Nivo Slider Light for WP (which is great, btw). I have it up and running, but I’m not able to get the thumbnails to display. I followed these instructions to a tee, and tried each of them a few times before searching forums without any luck.

    Can anyone help? I can provide a site example if need be.

    Here’s the relevant code:

    controlNavThumbs:true, //Use thumbnails for Control Nav
    controlNavThumbsFromRel:true, //Use image rel for thumbs
    controlNavThumbsSearch: ‘.jpg’, //Replace this with…
    controlNavThumbsReplace: ‘_thumb.jpg’, //…this in thumb Image src

    Please let me know if anyone out there has accomplished this with the Slider Light plugin!

    Thanks. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Does anyone have a solution for this? I’m having the same problem.

    First, I tried…

    controlNavThumbs:true, //Use thumbnails for Control Nav
    controlNavThumbsFromRel:FALSE, //Use image rel for thumbs
    controlNavThumbsSearch: ‘.jpg’, //Replace this with…
    controlNavThumbsReplace: ‘_thumb.jpg’, //…this in thumb Image src

    …and created image files with names like:

    Image_01.jpg
    Image_01_thumb.jpg
    Image_02.jpg
    Image_02_thumb.jpg
    etc.

    Next, I tried setting controlNavThumbsFromRel=true and using rel tags like this:

    <div class="nivoSlider" style="width:500px; height:313px;">
      <img src="/wp-content/uploads/2011/03/Image_01.jpg" rel="/wp-content/uploads/2011/03/Image_01_thumb.jpg" />
      <img src="/wp-content/uploads/2011/03/Image_02.jpg" rel="/wp-content/uploads/2011/03/Image_02_thumb.jpg" />
      <img src="/wp-content/uploads/2011/03/Image_03.jpg" rel="/wp-content/uploads/2011/03/Image_03_thumb.jpg" />
    </div>

    But neither of these methods worked.

    Know I’m a little late to the discussion, but I was having the same problem and thought someone might end up here looking for an answer…

    Are you using any of the themes? If so, the theme CSS may be hiding your thumbs and replacing them with the theme’s bullet styling instead. The images are there, they’re just not visible.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Nivo Slider Light] Thumbnail Display Not Working’ is closed to new replies.