Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tribulant Software

    (@contrid)

    Thank you for your post.

    Yes, I think it requires more than one slide.

    If you want just one slide you can just as well just put the image into the post/page as it is. Then you don’t require a slideshow.

    fyi, this is a bug stemming from the Tiny slideshow init call when the navigable buttons are enabled. To fix this, I added a check to see if the number of slides is more than 1 before enabling the prev/next navigation button :

    slideshow<?php echo $unique; ?>.init(“slideshow<?php echo $unique; ?>”,”image<?php echo $unique; ?>”,”<?php echo (!empty($options[‘shownav’]) && $options[‘shownav’] == “true” && count($slides) > 1) ? $navb . $unique : ”; ?>”,”<?php echo (!empty($options[‘shownav’]) && $options[‘shownav’] == “true” && count($slides)) ? $navf . $unique : ”; ?>”,”imglink<?php echo $unique; ?>”);

    Plugin Author Tribulant Software

    (@contrid)

    @blinkhme

    Thank you for posting back with a solution to this, we appreciate it.
    We’re adding it to our development list now so that we can improve.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gallery with only 1 slide not showing up’ is closed to new replies.