Drupal 7: Views Slideshow Tutorial

What

Use the Views Slideshow module to create a slideshow of 900×200 images.

Installation

Modules

jQuery Cycle

  • rename it jquery.cycle.all.min.js and move it to /sites/all/libraries/jquery.cycle (add needed folders)

Create content type

  • name it “Slide”
  • add image field “Slide Image”

Create image style

  • /#overlay=admin/config/media/image-styles/add
  • name it “slide”
  • add “Resize” effect of 900×200

Create view

  • /#overlay=admin/structure/views/add
  • select type Slide
  • uncheck Create a page
  • check Create a block
  • select Display format Slideshow of fields
  • Continue and edit button

Configure view

Add image field

  • add field Content: Slide Image
  • uncheck Create a label
  • Image style: slide (it's the image type we created previously)

Configure slideshow

  • under FORMAT, next to Format: Slideshow, click on Settings
  • configure as you wish

Show slidehow block

  • /#overlay=admin/structure/block
  • find it under Disabled and assign it to a region

Notes

  • the “image style” will create resized images in /sites/default/files/styles/slide/public. It's especially useful if we use images from an existing content type because the original images won't be touched.

Reference

 

Feedback

Nice tutorial, but where do I add the pictures?
Tim
December 12, 2011
#1
tim-time@hotmail.com

pm me please
Tim
December 12, 2011
#2
Add content -> Slide
Jérôme Jaglale
December 12, 2011
#3
very nice tutorial THANKS!!

but i have a question how can i change the slideshow effects?

Thanks
S. C. Cudi
December 16, 2011
#4
The slideshow effects are changed under Slideshow settings. See "Configure slideshow" above
Simon
February 9, 2012
#5
Thanks for the tutorial by the way. Really helpful and to the point.
Simon
February 9, 2012
#6
Does not seem to work for me.
B.S.J
April 6, 2012
#7
where will be images located? can we just put the path where the folder of images will be located?
Ace
April 26, 2012
#8