Closed (won't fix)
Project:
Views Slideshow
Version:
6.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2010 at 01:27 UTC
Updated:
11 Jul 2010 at 03:13 UTC
I've noticed that when there is only one row in the view, the thumbnail pager doesn't show, outputting only the following html for the pager:
<div class="views-slideshow-controls-bottom clear-block">
<div class="views_slideshow_singleframe_pager views_slideshow_pagerThumbnails" id="views_slideshow_singleframe_pager_photo_display-node_content_1-1"></div> </div>
</div>
Is there an easy way to change this behaviour?
Thanks in advance!
Comments
Comment #1
redndahead commentedI don't believe there is anything I can do for this. Jquery cycle ends if there are not more than one slide. So the pager never gets built. You could try using thumbnailhover so that it builds the pager and not jquery cycle.