• Resolved Zetona

    (@zetona)


    Hello all,

    is there an option to add navigation arrows to the caousel?
    Its a common feature of Owl but i cant seem to find it in this plugin.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • DekiGk

    (@dekigk)

    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 ??

    DekiGk

    (@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 7 years, 9 months ago by kunicn.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add navigation arrows’ is closed to new replies.