How can I make a slide show like the one show in the Drupal Gardens sampler page?
I'm using Zen theme on Drupal 7.

|
How can I make a slide show like the one show in the Drupal Gardens sampler page?
|
||||
|
|
|
If you mean the bullets to go to specific slides, you can do this in your view slideshow settings > top/bottom widgets > Pager > just select a field and hide text content with CSS or you can have a counter by adding an additional field to your view fields: 'Global: View result counter' |
|||
|
|
|
That slideshow is rendered using the jQuery cycle plugin. http://jquery.malsup.com/cycle/ There are multiple ways to integrate this with your site. If you want to achieve it without any coding you should have a look at the views module "views slideshow" |
|||
|
|
Drupal Garden's slideshow is done with the Rotating Banner module, but it seems it will have no further development. A good alternative, if you need a more up to date and responsive slideshow is FlexSlider. |
|||
|
|