• Resolved Simo2606

    (@simo2606)


    Hi!
    Could someone help me with this problem, please?
    On my website laconfina.com, the slider disappears on mobile after scrolling, then it takes some seconds to reappear, but in meanwhile the space is blank and it’s not very good…

    I’m using Spacious, the last version of WordPress and Page Builder by Site Origin.

    Thank you!

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

    (@anoopranawat)

    Hello,

    Thank you for using our plugin.

    We got your query, please give me short code you can using on our website so we will check and give your better support.

    Thread Starter Simo2606

    (@simo2606)

    Thank you very much for your answer and thank you for the plugin!

    For example, in this page:

    https://laconfina.com/en/home-2/

    I use this code:

    [sp_responsiveslider design=”design-2″ cat_id=”25″ width=”1400″ height=”800″ effect=”fade” speed=”3000″ pagination=”true” autoplay=”true” autoplay_interval=”7000″]

    And css:

    .slidesjs-navigation {
    display:none !important;
    }

    because if I set navigation=”false” the navigation remains, so I solved with css.

    Thanks,

    Simona

    Thread Starter Simo2606

    (@simo2606)

    A little calrification:

    in this particular page https://laconfina.com/en/home-2/, I also put:

    @media only screen and (max-width: 767px) {
    .slidesjs-pagination {
    display:none !important;
    }

    Instead, in a page like this:

    https://laconfina.com/camere-agriturismo-al-lido-di-spina/

    The shortcode is:

    [sp_responsiveslider cat_id=”7″ width=”1400″ height=”800″ effect=”fade” pagination=”true” speed=”3000″ autoplay=”true” autoplay_interval=”8000″]

    And css:

    .slidesjs-navigation {
    display:none !important;
    }

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Thank you for give URL And describe in details.

    I check on mobile device as per you URL.

    After scrolling it is tack some time for next image display, it means you have give more time between two image scrolling. autoplay_interval=”8000″,

    so you can reduce autoplay interval.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider/image disappearing on mobile, after scrolling’ is closed to new replies.