You are here

README.txt in Slick Views 7.2

Same filename and directory in other branches
  1. 8 README.txt
Slick Views Module
================================================================================

This adds a new display style to views called "Slick carousel". Similar to how
you select "HTML List" or "Unformatted List" as display styles.

This module doesn't require Views UI to be enabled but it is required if you
want to configure your Views display using Slick carousel through the web
interface. This ensures you can leave Views UI off once everything is setup.


DEPENDENCIES:
--------------------------------------------------------------------------------
o Views [1]
o Slick 2.x above. [2]

Be sure to install the Slick example[3] to avoid adventures in the first place.

[1] http://dgo.to/views
[2] http://dgo.to/slick
[3] http://dgo.to/slick_extras

OPTIONSETS:
--------------------------------------------------------------------------------

Arm yourself with proper optionsets. To create one, go to:

"admin/config/media/slick"

Be sure to install the Slick UI module first, included in the main Slick module,
otherwise no such URL, and regular access denied error.


USAGE:
--------------------------------------------------------------------------------
Go to Views UI "admin/structure/views", add a new view, and a block.

Usage #1
--------
Displaying multiple (rendered) entities for the slides.
- Choose "Slick carousel" under the Format.
- Choose available optionsets you have created at "admin/config/media/slick"
- Choose "Rendered entity" or "Content" under "Show" under "Format", and its
  View mode.

Themeing is related to their own entity display outside the Views UI.

Example use case:
- Blogs, teams, testimonials, case studies sliders, etc.

Usage #2
--------
Displaying multiple entities using selective fields for the slides.
- Choose "Slick carousel" under the Format.
- Choose available optionsets you have created at "admin/config/media/slick"
- Choose "Fields" under "Show" under "Format".
- Add fields, and do custom works or markups. If having a multi-value Image
  field, recommended to only display 1.

Themeing is all yours inside the Views UI.

Example use case:
- similar as above.

Usage #3
--------
Displaying a single multiple-value field in a single entity display for the
slides. Use it either with contextual filter by NID, or filter criteria by NID.
- Under Pager", choose "Display a specified number of items" with "1 item".
- Choose "Unformatted list" under the Format, not "Slick carousel".
- Add a multi-value Image, Media or Field collection field.
- Click the field under the Fields, choose "Slick carousel" under Formatter.
- Adjust the settings.
- Be sure to Display "all" or any number > 1 under "Multiple Field settings".
- Check "Use field template" under "Style settings", otherwise no field visible.

Themeing is mostly taken care of by slick_fields.module in terms of layout, with
the goodness of Views to provide better markups manually.

Example use case:
- front or inner individual slideshow based on the entity ID, or individual user
  slideshow.


Usage #4
--------
A combination of (#1 or #2) and #3 to build nested slicks.

Example use case:
- A home slideshow containing multiple videos per slide for quick overview.
- A large product/ portfolio slideshow containing a grid of slides.
- A news slideshow containing latest related news items per slide.


GOTCHAS:
--------------------------------------------------------------------------------
If you are choosing a single multi-value field (such as images, Media files, or
Field collection fields) rather displaying various fields from multiple nodes,
make sure to:
- Choose an "Unformatted list" Format, not "Slick carousel".
- Choose "Slick carousel" for the actual field when configuring the field.
- Check "Use field template" under "Style Settings"so that the Slick field
  themeing is picked-up.

More info relevant to each option is available at their form display by hovering
over them, and click a dark question mark.


AUTHOR/MAINTAINER/CREDITS
--------------------------------------------------------------------------------
Gaus Surahman
https://drupal.org/user/159062

With the help from the community:
- https://www.drupal.org/node/2232779/committers
- https://www.drupal.org/node/2497045/committers
- CHANGELOG.txt for helpful souls with their patches, suggestions and reports.

READ MORE
--------------------------------------------------------------------------------
See the project page on drupal.org: http://drupal.org/project/slick.

More info relevant to each option is available at their form display by hovering
over them, and click a dark question mark.

See the Slick docs at:
- http://kenwheeler.github.io/slick/
- https://github.com/kenwheeler/slick/

File

README.txt
View source
  1. Slick Views Module
  2. ================================================================================
  3. This adds a new display style to views called "Slick carousel". Similar to how
  4. you select "HTML List" or "Unformatted List" as display styles.
  5. This module doesn't require Views UI to be enabled but it is required if you
  6. want to configure your Views display using Slick carousel through the web
  7. interface. This ensures you can leave Views UI off once everything is setup.
  8. DEPENDENCIES:
  9. --------------------------------------------------------------------------------
  10. o Views [1]
  11. o Slick 2.x above. [2]
  12. Be sure to install the Slick example[3] to avoid adventures in the first place.
  13. [1] http://dgo.to/views
  14. [2] http://dgo.to/slick
  15. [3] http://dgo.to/slick_extras
  16. OPTIONSETS:
  17. --------------------------------------------------------------------------------
  18. Arm yourself with proper optionsets. To create one, go to:
  19. "admin/config/media/slick"
  20. Be sure to install the Slick UI module first, included in the main Slick module,
  21. otherwise no such URL, and regular access denied error.
  22. USAGE:
  23. --------------------------------------------------------------------------------
  24. Go to Views UI "admin/structure/views", add a new view, and a block.
  25. Usage #1
  26. --------
  27. Displaying multiple (rendered) entities for the slides.
  28. - Choose "Slick carousel" under the Format.
  29. - Choose available optionsets you have created at "admin/config/media/slick"
  30. - Choose "Rendered entity" or "Content" under "Show" under "Format", and its
  31. View mode.
  32. Themeing is related to their own entity display outside the Views UI.
  33. Example use case:
  34. - Blogs, teams, testimonials, case studies sliders, etc.
  35. Usage #2
  36. --------
  37. Displaying multiple entities using selective fields for the slides.
  38. - Choose "Slick carousel" under the Format.
  39. - Choose available optionsets you have created at "admin/config/media/slick"
  40. - Choose "Fields" under "Show" under "Format".
  41. - Add fields, and do custom works or markups. If having a multi-value Image
  42. field, recommended to only display 1.
  43. Themeing is all yours inside the Views UI.
  44. Example use case:
  45. - similar as above.
  46. Usage #3
  47. --------
  48. Displaying a single multiple-value field in a single entity display for the
  49. slides. Use it either with contextual filter by NID, or filter criteria by NID.
  50. - Under Pager", choose "Display a specified number of items" with "1 item".
  51. - Choose "Unformatted list" under the Format, not "Slick carousel".
  52. - Add a multi-value Image, Media or Field collection field.
  53. - Click the field under the Fields, choose "Slick carousel" under Formatter.
  54. - Adjust the settings.
  55. - Be sure to Display "all" or any number > 1 under "Multiple Field settings".
  56. - Check "Use field template" under "Style settings", otherwise no field visible.
  57. Themeing is mostly taken care of by slick_fields.module in terms of layout, with
  58. the goodness of Views to provide better markups manually.
  59. Example use case:
  60. - front or inner individual slideshow based on the entity ID, or individual user
  61. slideshow.
  62. Usage #4
  63. --------
  64. A combination of (#1 or #2) and #3 to build nested slicks.
  65. Example use case:
  66. - A home slideshow containing multiple videos per slide for quick overview.
  67. - A large product/ portfolio slideshow containing a grid of slides.
  68. - A news slideshow containing latest related news items per slide.
  69. GOTCHAS:
  70. --------------------------------------------------------------------------------
  71. If you are choosing a single multi-value field (such as images, Media files, or
  72. Field collection fields) rather displaying various fields from multiple nodes,
  73. make sure to:
  74. - Choose an "Unformatted list" Format, not "Slick carousel".
  75. - Choose "Slick carousel" for the actual field when configuring the field.
  76. - Check "Use field template" under "Style Settings"so that the Slick field
  77. themeing is picked-up.
  78. More info relevant to each option is available at their form display by hovering
  79. over them, and click a dark question mark.
  80. AUTHOR/MAINTAINER/CREDITS
  81. --------------------------------------------------------------------------------
  82. Gaus Surahman
  83. https://drupal.org/user/159062
  84. With the help from the community:
  85. - https://www.drupal.org/node/2232779/committers
  86. - https://www.drupal.org/node/2497045/committers
  87. - CHANGELOG.txt for helpful souls with their patches, suggestions and reports.
  88. READ MORE
  89. --------------------------------------------------------------------------------
  90. See the project page on drupal.org: http://drupal.org/project/slick.
  91. More info relevant to each option is available at their form display by hovering
  92. over them, and click a dark question mark.
  93. See the Slick docs at:
  94. - http://kenwheeler.github.io/slick/
  95. - https://github.com/kenwheeler/slick/