• I have attached about 45 images to a page and added the slider shortcode.
    When I view the page the slider only shows the first 10 images and has a blank thumbnail for the 11th image then no more images.
    Why is it doing this?
    I’ve tried changing the slider settings from thumbnails to numbers and also the dots. But everytime itjust shows 10 images.
    Thanks

    https://www.ads-software.com/extend/plugins/easy-nivo-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Having the same problem, ever figure this out?

    Found the answer…

    In the Plugins/easy-nivo-slider/misc/functions.php

    Search for:
    // Handle number of pictures
    if (NULL==$parms[‘number’]) $parms[‘number’] = 10;
    if (‘all’==$parms[‘number’]) $parms[‘number’] = 999;

    I changed the 10 to 999

    OR use number=”all” in the shortcode… For example [nivo source=”current-post” number=”all”] will show all images — limited to 999 as per the second line of the code found by wslover ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Easy Nivo Slider] Not showing all images’ is closed to new replies.