You are here

README.txt in Views Slideshow Xtra 8.4

Views Slideshow Examples
========================

Project site: http://drupal.org/project/views_slideshow_xtra

Code: https://drupal.org/project/views_slideshow_xtra/git-instructions

Issues: https://drupal.org/project/issues/views_slideshow_xtra

What Is Views Slideshow Examples?
---------------------------------

The Views Slideshow Examples module is a sub-module of the Views Slideshow Xtra project. 
The module serves as a "Starter Kit", in that enabling the module creates working
slideshows, which can be used as a starting point for your slideshows. Currently
this includes two example slideshows. The first example is of a basic slideshow
created using just the Views Slideshow module.  The second example uses the
Views Slideshow Overlay module, providing an example of a slideshow that has
multiple overlays. 

Installation
------------

To install the Views Slideshow Examples module, download the Views Slideshow Xtra module
(https://www.drupal.org/project/views_slideshow_xtra, currently 8.x-4.0 Alpha),
and install the Views Slideshow Examples module in the normal way from admin/modules,
or using Drush (drush -y en views_slideshow_examples).  DO NOT install the
Views Slideshow Xtra module, it is just a placeholder module for the included sub-modules.

When the module is installed, it creates a Slide content type, Slideshow taxonomy, 
Slideshow view, and example Slide content.  The Slideshow view has two displays,
one for each of the example slideshows.

The Slide content type is pre-populated with Slide nodes for the two examples.
The Slideshow taxonomy has a term for each slideshow.

The basic slideshow example will be found at the path /basic-slideshow.  The overlay
slideshow example will be found at the path /overlay-slideshow.

Un-installing
-------------

Removal of the Slide content type, Slideshow taxonomy, and Slideshow view was
omitted from this module's uninstall process, with the idea that users could enable
the module and use them for their own slideshows, after deleting the example content.
Thus, uninstalling this module does not delete the Slide content type, Slideshow
taxonomy, or Slideshow view.  The example slide content may be manually deleted from
Admin >> Content, and the Slide content type may be deleted from
Admin >> Structure >> Content Types.  The Slideshow view may be deleted from
Admin >> Structure >> Views.

Custom CSS
----------

If this module is disabled, and you want to continue using the slideshow it
creates, be sure to copy the CSS in views_slideshow_xtra_example.css
to one of your site's CSS files, as this CSS file will no longer be available,
once this module is disabled.

File

modules/views_slideshow_examples/README.txt
View source
  1. Views Slideshow Examples
  2. ========================
  3. Project site: http://drupal.org/project/views_slideshow_xtra
  4. Code: https://drupal.org/project/views_slideshow_xtra/git-instructions
  5. Issues: https://drupal.org/project/issues/views_slideshow_xtra
  6. What Is Views Slideshow Examples?
  7. ---------------------------------
  8. The Views Slideshow Examples module is a sub-module of the Views Slideshow Xtra project.
  9. The module serves as a "Starter Kit", in that enabling the module creates working
  10. slideshows, which can be used as a starting point for your slideshows. Currently
  11. this includes two example slideshows. The first example is of a basic slideshow
  12. created using just the Views Slideshow module. The second example uses the
  13. Views Slideshow Overlay module, providing an example of a slideshow that has
  14. multiple overlays.
  15. Installation
  16. ------------
  17. To install the Views Slideshow Examples module, download the Views Slideshow Xtra module
  18. (https://www.drupal.org/project/views_slideshow_xtra, currently 8.x-4.0 Alpha),
  19. and install the Views Slideshow Examples module in the normal way from admin/modules,
  20. or using Drush (drush -y en views_slideshow_examples). DO NOT install the
  21. Views Slideshow Xtra module, it is just a placeholder module for the included sub-modules.
  22. When the module is installed, it creates a Slide content type, Slideshow taxonomy,
  23. Slideshow view, and example Slide content. The Slideshow view has two displays,
  24. one for each of the example slideshows.
  25. The Slide content type is pre-populated with Slide nodes for the two examples.
  26. The Slideshow taxonomy has a term for each slideshow.
  27. The basic slideshow example will be found at the path /basic-slideshow. The overlay
  28. slideshow example will be found at the path /overlay-slideshow.
  29. Un-installing
  30. -------------
  31. Removal of the Slide content type, Slideshow taxonomy, and Slideshow view was
  32. omitted from this module's uninstall process, with the idea that users could enable
  33. the module and use them for their own slideshows, after deleting the example content.
  34. Thus, uninstalling this module does not delete the Slide content type, Slideshow
  35. taxonomy, or Slideshow view. The example slide content may be manually deleted from
  36. Admin >> Content, and the Slide content type may be deleted from
  37. Admin >> Structure >> Content Types. The Slideshow view may be deleted from
  38. Admin >> Structure >> Views.
  39. Custom CSS
  40. ----------
  41. If this module is disabled, and you want to continue using the slideshow it
  42. creates, be sure to copy the CSS in views_slideshow_xtra_example.css
  43. to one of your site's CSS files, as this CSS file will no longer be available,
  44. once this module is disabled.