Download the PHP package alexstack/silverstripe-custom-carousel-slider without Composer
On this page you can find all versions of the php package alexstack/silverstripe-custom-carousel-slider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexstack/silverstripe-custom-carousel-slider
More information about alexstack/silverstripe-custom-carousel-slider
Files in alexstack/silverstripe-custom-carousel-slider
Download alexstack/silverstripe-custom-carousel-slider
More information about alexstack/silverstripe-custom-carousel-slider
Files in alexstack/silverstripe-custom-carousel-slider
Vendor alexstack
Package silverstripe-custom-carousel-slider
Short Description Add a Custom Carousel Slider to any page for SilverStripe. Multiple built-in slider template ready to use. Very easily to custom your own slider .ss template.
License BSD-3-Clause
Homepage https://github.com/AlexStack/SilverStripe-Custom-Carousel-Slider
Package silverstripe-custom-carousel-slider
Short Description Add a Custom Carousel Slider to any page for SilverStripe. Multiple built-in slider template ready to use. Very easily to custom your own slider .ss template.
License BSD-3-Clause
Homepage https://github.com/AlexStack/SilverStripe-Custom-Carousel-Slider
Please rate this library. Is it a good library?
Informations about the package silverstripe-custom-carousel-slider
SilverStripe Custom Carousel Slider
- Add a Custom Carousel Slider to any page for SilverStripe. Multiple built-in slider template ready to use. Very easily to custom your own slider .ss template.
How to install
How to enable the Custom Carousel Slider
How to add slider images
- You should upload slider images with the same height & width for better visual effect
- You may want to set up some special css style to make your slider looks better
How to change built-in slider template or disable slider(Not display)
Use your own .ss template for the slider
- Example: Copy vendor/alexstack/silverstripe-custom-carousel-slider/templates/SSCustomCarouselSlider/BootstrapSlider001.ss to your-theme/Includes/my-bootstrap-slider.ss , change the slider codes inside to what you want. Just keep the variable name the same.
How to custom the style of the built-in slider
- Follow above step to copy one of the built-in slider templates and rename to your-own-slider.ss
- Go to below slider document page for more custom style options:
- Also, you are free to use any other carousel slider code you want in your own template
Where to display the slider?
- You can choose to display the slider before or after the main content. It will append the slider to the $Content variable
- You can also manually insert a variable $showCustomerSlider to any page template. eg. Page.ss, ProductPage.ss, ContactUsPage.ss
- Example below: we want the slider show under the Header.ss but above the $Title of the Layout/Page.ss
Example of display before content (at the top of main content)
Example of display after content (at the bottom of main content)
Thanks
- Inspired by I-lateral's carousel
License
- BSD-3-Clause
All versions of silverstripe-custom-carousel-slider with dependencies
PHP Build Version
Package Version
The package alexstack/silverstripe-custom-carousel-slider contains the following files
Loading the files please wait ....