Swiper Slider has no arrows to navigate and it does not start automatically

2 replies · opened Jul 9, 2019

SsoynetoJul 9, 2019

Hi guys, what am I missing here? I can swipe the slides but 1) there are no arrows to click and change to the next slide without swiping, and 2) it doesn't change the images automatically.

Please see this website to see what I mean: https://oceanconference.un.org/2020

I was following the docs of the Canvas Swiper Slider http://support.semicolonweb.com/canvas-html-documentation/ and the link to its docs is broken: http://www.idangero.us/sliders/swiper/api.php

Thanks in advance for your help!

SsoynetoJul 9, 2019

Ok, I managed to add the arrows with this:

<div class="slider-arrow-left" tabindex="0" role="button" aria-label="Previous slide" style="opacity: 1.19744;"><i class="icon-angle-left"></i></div>
<div class="slider-arrow-right" tabindex="0" role="button" aria-label="Next slide" style="opacity: 1.19744;"><i class="icon-angle-right"></i></div>

But it still does not start automatically. Thanks in advance for looking into this.

Cheers

SsoynetoJul 9, 2019

You can close this ticket, I was missing this: data-autoplay="xxx"

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard