Carousel for testimonials
mdozmorov opened this issue · 6 comments
Is it possible to make panels in the "Testimonials" section rotate automatically, like the "Carousel" section? It seems the owl-carousel
class is there, but it doesn't work on panels. Please, help. Thanks!
Hello, sorry for the late reply, yes I think it's possible, I think the rotate automatically is triggered via Javascript.
It could be a nice feature have several options for all the home page carousels to enable the autoplay.
https://github.com/devcows/hugo-universal-theme/blob/master/static/js/front.js#L128
If this can be enabled/disabled in the config file, that would be great.
@mdozmorov I added the options to able to configure the carousels via config.toml
. Enjoy!
Just FYI @ryanfox1985 you misspelled the word in the config.toml and in the matching code itself.
carouselTestimonals
should be
carouselTestimonials
thanks for notify.