Closed (fixed)
Project:
Views Slideshow: Dynamic Display Block
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2010 at 11:33 UTC
Updated:
8 Aug 2010 at 12:20 UTC
Comments
Comment #1
ppblaauw commentedThe template file: views-slideshow-ddblock-cycle-pager-content-vsd-upright-60p.tpl.php
has the prev (line 54) and next pager (line 72) enabled (this pager goes forward and backwards one slide)
The prevpage (line 53) and nextpage (line 73) is commented (disabled) (this pager goes forward and backwards one page).
When you enable the prevpage and nextpage classes instead of the prev and next classes you would have the functionality you require.
Hope this helps you further, please let me know.
Comment #2
chandrabhan commentedthank you very much. I have changed the template and its doing what I was looking for.