Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

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.

screenshot

share|improve this question

3 Answers

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'

share|improve this answer

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"

http://drupal.org/project/views_slideshow

share|improve this answer
Thank you! i have setup view slideshow but i can't find how can i create the slide control like Drupal Gardens slide show button. do you know how to do that? thanks. – jone May 30 '11 at 7:49

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.