• Resolved bsatsangi

    (@bsatsangi)


    Hello Experts

    I don’t use home slider for mobile user, every thing was working good until yesterday, but suddenly slider is appearing for mobile users too, I checked mobile slider is on and selected None.
    Please advise. (using rev slider)
    I am using wp fastest cache, i figured out that slider for mobiles is working as expected while cache is disabled but its behaving weird while cache is on.
    Please advise ? I really want to use cache for multiple reasons. Here is the link.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    that setting only applies to creating a new slider separate from your desktop one. If you wish to hide the slider entirely from mobile viewers, you can do that with this piece of CSS:

    @media (max-width: 992px) {
    .sliderclass.home_sliderclass {
        display: none;
       }
    }

    Let me know if that works for you!

    -Kevin

    Thread Starter bsatsangi

    (@bsatsangi)

    Thanks Kevin.

    it worked well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘slider issue for mobile users’ is closed to new replies.