https://github.com/su-sws/stanford_carousel
Bootstrap based slideshow view using the Stanford Slide content type
https://github.com/su-sws/stanford_carousel
d7 module
Last synced: 12 months ago
JSON representation
Bootstrap based slideshow view using the Stanford Slide content type
- Host: GitHub
- URL: https://github.com/su-sws/stanford_carousel
- Owner: SU-SWS
- License: gpl-2.0
- Created: 2013-04-12T21:34:20.000Z (over 13 years ago)
- Default Branch: 7.x-2.x
- Last Pushed: 2018-06-27T04:12:04.000Z (about 8 years ago)
- Last Synced: 2024-04-07T01:49:19.368Z (over 2 years ago)
- Topics: d7, module
- Language: PHP
- Size: 84 KB
- Stars: 3
- Watchers: 30
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
#[Stanford Carousel](https://github.com/SU-SWS/stanford_carousel)
##### Version: 7.x-2.3-dev
Maintainers: [jbickar](https://github.com/jbickar), [meganem](https://github.com/meganem)
[Changelog.txt](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](https://drupal.org/documentation/install/modules-themes/modules-7)
Requirements
---
This module requires either the [Open Framework theme](https://github.com/SU-SWS/open_framework) (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](https://help.github.com/articles/using-pull-requests)