The Owl Carousel particle is a simple and elegant particle, based on the open source project of the same name by Bartosz Wojciechowski, that displays featured information in a modern slider.
This particle is available in free RocketTheme template Helium. I created a small package for this particle with a small modification at the css level to adapt it to the template Hydrogen.
For Gantry 5, template Hydrogen.
For other templates, unzip the file and do a manual installation
Don't forget to add these 2 lines
@import 'dependencies';
@import 'etl_owlcarousel';
in your custom.scss (/templates/g5_hydrogen/custom/scss/custom.scss)
or create this file and insert these 2 lines with the help of your text editor (/templates/g5_hydrogen/custom/scss/custom.scss)
See Demo- UNZIP the file on your computer.
- You will find some directories (particles, scss, js, images)
- Copy the directories (including files) to
root/templates/TEMPLATE_DIR/custom/
via your FTP client (like FileZilla)