su-sws / stanford_carousel
A Drupal feature.
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 30
Forks: 3
Open Issues: 10
Type:drupal-custom-module
Requires
- composer/installers: ^1.2
This package is auto-updated.
Last update: 2024-10-29 05:22:55 UTC
README
Version: 7.x-2.3-dev
Maintainers: jbickar, meganem Changelog.txt
This module implements a carousel slideshow based on Twitter Bootstrap. It consists of a view, CSS, and JS. It depends on a content type, Stanford Slide. Choose a display block for presenting caption styles. Use the slide content type to configure caption position and color. Use the class "carousel-autoplay" on the block class to have your carousel autoplay (not recommended). Only place one carousel per page. Placing multiple carousels on the same page may lead to undesirable results. Special attention to accessibility has been taken in the construction of this feature.
Installation
Install this module like any other module. See Drupal Documentation
Requirements
This module requires either the Open Framework theme (tested and supported) or Twitter Bootstrap 2.x (not tested or supported outside of Open Framework, but should work).
Configuration
Nothing special needed.
Troubleshooting
If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.
Contribution / Collaboration
You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see GitHub's article on fork, branch, and pull requests