I am using vsd-upright-60p and the corresponding Scrollable Pager. I have 'Nr of pager items:' as 5. However, I noticed that when I click 'prev' or 'next' control of the pager it moves only by one thumbnail instead of 5. User experience wise, more intuitive one would have been to scroll by 'number of pager items' (typically thats what I have see in other websites). Will it be possible to make it behave like that?

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

The 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.

chandrabhan’s picture

Status: Postponed (maintainer needs more info) » Fixed

thank you very much. I have changed the template and its doing what I was looking for.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.