Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    If you check the shortcode then :

    [sp_responsiveslider design="design-1" cat_id="2" width="1024"
     first_slide="1" height="300" effect="fade" pagination="true" navigation="true" speed="3000" autoplay="true" autoplay_interval="3000"]

    In the parameter Set autoplay=”false”

    autoplay : [sp_responsiveslider autoplay=”true”] (Set autoplay or not. value is “true” OR “false”)

    Thread Starter mikeych76

    (@mikeych76)

    Hi

    You are right it removes the pause/break sign but then it also stops to slide automatically.

    My need is that it slides automatically w/o any interaction signs in the pictures (no navigation, no pagination, no pause/break)

    Is that possible somehow?

    Cheers, mikeych76

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Sorry for late reply.

    Just add a small css in your theme style.css file
    .slidesjs-stop, .slidesjs-play{display:none !important}

    Thanks

    Thread Starter mikeych76

    (@mikeych76)

    Hi

    That did the trick! Thank you very much!

    Cheers, mikeych76

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove Pause/Break Sign’ is closed to new replies.