You are here

README.txt in Jssor Slider 8

Same filename and directory in other branches
  1. 7 README.txt
## Installation

First you create new folder either in the sites/all/modules folder or just
directly in the modules folder at the drupal root.
The good news is that you can move the folder event after it's already enable.
No more need to rebuild the registry. You can thanks the clever autoloading
capability of Drupal 8.

## Requirements

Download the jssor slider, rename the folder as 'jssor-slider' and place it
under your libraries folder. So you structure should look like this:
libraries/jssor-slider/js/jssor.slider.min.js

http://www.jssor.com/download-jssor-slider-from-github.html

## Why jssor slider

Light Weight: minimum 17KB code snippet
High Performance: smooth animation with low cpu usage
Flexible: tons of options and api interfaces
Design: easy to adapt skins and look and feel

## Plugin Features

- Simple, easy to use interface – perfect for individual users.
- Create Responsive slideshows in seconds
- Unrestricted support for Image slides (supports caption, link, description text)
- Full width slideshow support
- Fast – only the minimum JavaScript/CSS is included on your page
- Touch + drag navigation
- 390+ caption effects/transitions
- 360+ slideshow effects/transitions: http://www.jssor.com/development/tool-slideshow-transition-viewer.html
- 18+ arrow skins
- 16+ bullet skins
- Auto detect vertical/horizontal drag
- Multiple sliders in one page
- Cross browser support

## Browser Compatibility

- IE6+
- Chrome 3+
- Firefox 2+
- Safari 3.1+
- Opera 10+
- Mobile browsers( iOS, Android, Windows, Windows Surface and Mac are all supported)

USAGE
-----
## Enable the jssor_example module.

This will give you a new content type and a few pre-configured views.

## How to create a new view slider.

1) Create a view
2) View Settings - Show Content of type [whatever type you want].
3) Create the view and click the 'block' option
4) In the Block Settings area, Display Format = JSSOR Slider of type Fields, don't use a pager
5) Save & Edit
6) Add fields such as title, image and maybe a new field on that content-type called 'teaser-phrase'
7) Order the fields so the image is last and suppress display of the title and teaser phrase **
8) Set the JSSOR Settings
9) save it

ROADMAP
-------
1) Add drush support to download library.
2) Add more options
3) Add more theming
4) Add field formatter

File

README.txt
View source
  1. ## Installation
  2. First you create new folder either in the sites/all/modules folder or just
  3. directly in the modules folder at the drupal root.
  4. The good news is that you can move the folder event after it's already enable.
  5. No more need to rebuild the registry. You can thanks the clever autoloading
  6. capability of Drupal 8.
  7. ## Requirements
  8. Download the jssor slider, rename the folder as 'jssor-slider' and place it
  9. under your libraries folder. So you structure should look like this:
  10. libraries/jssor-slider/js/jssor.slider.min.js
  11. http://www.jssor.com/download-jssor-slider-from-github.html
  12. ## Why jssor slider
  13. Light Weight: minimum 17KB code snippet
  14. High Performance: smooth animation with low cpu usage
  15. Flexible: tons of options and api interfaces
  16. Design: easy to adapt skins and look and feel
  17. ## Plugin Features
  18. - Simple, easy to use interface – perfect for individual users.
  19. - Create Responsive slideshows in seconds
  20. - Unrestricted support for Image slides (supports caption, link, description text)
  21. - Full width slideshow support
  22. - Fast – only the minimum JavaScript/CSS is included on your page
  23. - Touch + drag navigation
  24. - 390+ caption effects/transitions
  25. - 360+ slideshow effects/transitions: http://www.jssor.com/development/tool-slideshow-transition-viewer.html
  26. - 18+ arrow skins
  27. - 16+ bullet skins
  28. - Auto detect vertical/horizontal drag
  29. - Multiple sliders in one page
  30. - Cross browser support
  31. ## Browser Compatibility
  32. - IE6+
  33. - Chrome 3+
  34. - Firefox 2+
  35. - Safari 3.1+
  36. - Opera 10+
  37. - Mobile browsers( iOS, Android, Windows, Windows Surface and Mac are all supported)
  38. USAGE
  39. -----
  40. ## Enable the jssor_example module.
  41. This will give you a new content type and a few pre-configured views.
  42. ## How to create a new view slider.
  43. 1) Create a view
  44. 2) View Settings - Show Content of type [whatever type you want].
  45. 3) Create the view and click the 'block' option
  46. 4) In the Block Settings area, Display Format = JSSOR Slider of type Fields, don't use a pager
  47. 5) Save & Edit
  48. 6) Add fields such as title, image and maybe a new field on that content-type called 'teaser-phrase'
  49. 7) Order the fields so the image is last and suppress display of the title and teaser phrase **
  50. 8) Set the JSSOR Settings
  51. 9) save it
  52. ROADMAP
  53. -------
  54. 1) Add drush support to download library.
  55. 2) Add more options
  56. 3) Add more theming
  57. 4) Add field formatter