You are here

README.txt in Views Slideshow JCarousel 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
This module provides a jCarousel slideshow option for the views_slideshow module.

To use this, follow these steps:

1) Download and extract the following modules and their dependencies to the sites/all/modules (or your team's equivalent)
    views_slideshow_jcarousel
    views_slideshow
    views
    libraries
    jquery_update

2) Download and extract the 0.3.1 version of the jCarousel library to sites/all/libraries.
   The source code can be found here:
   https://github.com/jsor/jcarousel/releases/tag/0.3.1

   the folder name you create for this will need to be "jquery.jcarousel". the full path should be: sites/all/libraries/jcarousel

   and when you are done, the following path will need to be available: sites/all/libraries/jquery.jcarousel/dists

3) enable the views_slideshow_jcarousel module from http://example.com/admin/modules

4) create or edit a view. Under the Format heading, click "format" and select "slideshow". You should now be able to select and configure your jcarousel slideshow.

    Pager options are on this configuration screen, not under views "pager settings". To decide where you want your pager to go,
    you can tick the pager widget checkbox beneath the area you wish to show it. your choices are "top" or "bottom" of carousel.

enjoy!

File

README.txt
View source
  1. This module provides a jCarousel slideshow option for the views_slideshow module.
  2. To use this, follow these steps:
  3. 1) Download and extract the following modules and their dependencies to the sites/all/modules (or your team's equivalent)
  4. views_slideshow_jcarousel
  5. views_slideshow
  6. views
  7. libraries
  8. jquery_update
  9. 2) Download and extract the 0.3.1 version of the jCarousel library to sites/all/libraries.
  10. The source code can be found here:
  11. https://github.com/jsor/jcarousel/releases/tag/0.3.1
  12. the folder name you create for this will need to be "jquery.jcarousel". the full path should be: sites/all/libraries/jcarousel
  13. and when you are done, the following path will need to be available: sites/all/libraries/jquery.jcarousel/dists
  14. 3) enable the views_slideshow_jcarousel module from http://example.com/admin/modules
  15. 4) create or edit a view. Under the Format heading, click "format" and select "slideshow". You should now be able to select and configure your jcarousel slideshow.
  16. Pager options are on this configuration screen, not under views "pager settings". To decide where you want your pager to go,
  17. you can tick the pager widget checkbox beneath the area you wish to show it. your choices are "top" or "bottom" of carousel.
  18. enjoy!