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 DemoChangelog - version 3.2
The particles in English or in French are technically identical: Only the interface of the particle need to be translated (yalm file). The twig and scss files are similar.
New: french version of particle interface is now include into the package. Install the last version of the particle via Joomla administration.
After install, in your folder "/templates/g5_hydrogen/custom/particles"
rename file "owlcarousel.yaml" to "owlcarousel_EN.en_yaml"
rename file "owlcarousel_FR.fr_yaml" to "owlcarousel_grid.yaml"
Warning: If you use an old french version, you will have 2 versions of this particle after new version installation.
In this case, you have to recreate new version particle.
Before deleting old version particles, manage necessary copy first from old particles into new particules.
Then uninstall old particle version from Joomla (Joomla extension manager usage).
I recommend to reintall again new version just after this deletion process.
- 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)