You are here

README.txt in BxSlider 7

BxSlider module integrates the bxSlider library (bxslider.com) with Fields.

Why bxSlider?

    Fully responsive - will adapt to any device
    Horizontal, vertical, and fade modes
    Slides can contain images, video, or HTML content
    Advanced touch / swipe support built-in
    Uses CSS transitions for slide animation (native hardware acceleration!)
    Full callback API and public methods
    Small file size, fully themed, simple to implement
    Browser support: Firefox, Chrome, Safari, iOS, Android, IE7+
    Tons of configuration options


DEPENDENCIES

 BxSlider Library
 https://github.com/stevenwanderski/bxslider-4/archive/v4.2.15.zip

 jQuery Update - https://drupal.org/project/jquery_update
    - this module is used, because BxSlider libraries require the jQuery
      library of 1.8 version or higher.

 Libraries API - https://drupal.org/project/libraries


INSTALLATION

 1. Download the library
    https://github.com/stevenwanderski/bxslider-4/archive/v4.2.15.zip

 2. Unzip and put the content of the archive to the
    sites/all/libraries/bxslider (create required directories). Only
    bxslider-4-4.2.15/dist/ directory is needed to be extracted
    to sites/all/libraries/bxslider directory.

    NOTE: the file jquery.bxslider.min.js must be accessible by the path
    sites/all/libraries/bxslider/jquery.bxslider.min.js.

 3. Download and enable this module and dependent modules.

 4. Select some content type, then select 'Manage display' and select a
    formatter "BxSlider" for required images field. Then click to the
    formatter settings for filling BxSlider settings

    Select the formatter "BxSlider - Thumbnail slider", if needed a
    carouser thumbnail pager.

    For example go to /admin/structure/types/manage/article/display ,
    select a formatter BxSlider for an Images field and click 'the gear'
    at the right side of the page for required image field.


MORE

 For development of a carouser thumbnail pager was used
 http://stackoverflow.com/questions/19326160
 /bxslider-how-is-it-possible-to-make-thumbnails-like-a-carousel

 If needed integration with Views, use BxSlider - Views slideshow integration
 (https://drupal.org/project/bxslider_views_slideshow)

File

README.txt
View source
  1. BxSlider module integrates the bxSlider library (bxslider.com) with Fields.
  2. Why bxSlider?
  3. Fully responsive - will adapt to any device
  4. Horizontal, vertical, and fade modes
  5. Slides can contain images, video, or HTML content
  6. Advanced touch / swipe support built-in
  7. Uses CSS transitions for slide animation (native hardware acceleration!)
  8. Full callback API and public methods
  9. Small file size, fully themed, simple to implement
  10. Browser support: Firefox, Chrome, Safari, iOS, Android, IE7+
  11. Tons of configuration options
  12. DEPENDENCIES
  13. BxSlider Library
  14. https://github.com/stevenwanderski/bxslider-4/archive/v4.2.15.zip
  15. jQuery Update - https://drupal.org/project/jquery_update
  16. - this module is used, because BxSlider libraries require the jQuery
  17. library of 1.8 version or higher.
  18. Libraries API - https://drupal.org/project/libraries
  19. INSTALLATION
  20. 1. Download the library
  21. https://github.com/stevenwanderski/bxslider-4/archive/v4.2.15.zip
  22. 2. Unzip and put the content of the archive to the
  23. sites/all/libraries/bxslider (create required directories). Only
  24. bxslider-4-4.2.15/dist/ directory is needed to be extracted
  25. to sites/all/libraries/bxslider directory.
  26. NOTE: the file jquery.bxslider.min.js must be accessible by the path
  27. sites/all/libraries/bxslider/jquery.bxslider.min.js.
  28. 3. Download and enable this module and dependent modules.
  29. 4. Select some content type, then select 'Manage display' and select a
  30. formatter "BxSlider" for required images field. Then click to the
  31. formatter settings for filling BxSlider settings
  32. Select the formatter "BxSlider - Thumbnail slider", if needed a
  33. carouser thumbnail pager.
  34. For example go to /admin/structure/types/manage/article/display ,
  35. select a formatter BxSlider for an Images field and click 'the gear'
  36. at the right side of the page for required image field.
  37. MORE
  38. For development of a carouser thumbnail pager was used
  39. http://stackoverflow.com/questions/19326160
  40. /bxslider-how-is-it-possible-to-make-thumbnails-like-a-carousel
  41. If needed integration with Views, use BxSlider - Views slideshow integration
  42. (https://drupal.org/project/bxslider_views_slideshow)