Hello @zetona, the link to the owl carousel options is not correct/not working anymore. On this link you will find the correct options that you can pass to your owl carousel shortcode: https://github.com/OwlFonk/OwlCarousel/blob/master/index.html
So, you can use it like this:
[owl-carousel category=”Category Name” items=”3″ autoPlay=”true” navigation=”true” navigationText=”prev,next” pagination=”false”]
navigation=”true” -> gives you the previous and next buttons
navigationText=”prev,next” -> gives you the possibility to set the text for the previous and next buttons. As far as I know HTML is allowed here, so you can try it out.
The plugin author should update the plugin description with the correct link.
Thread Starter
Zetona
(@zetona)
Awesome! Thank you very much @dekigk 🙂
You are welcome. Please close the topic and mark it as resolved if this helped you solve your problem. 😀
This worked for me:
[owl-carousel navigationText=”
,
“]
-
This reply was modified 8 years, 12 months ago by
kunicn.