• Resolved suboy7

    (@suboy7)


    Hello,

    I am having trouble getting rid of the mobile slider. In my theme options under “mobile slider” I have it off but it still appears on my mobile site. My site is thesuchef.com.

    Any suggestions?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    I”m seeing a desktop slider. The mobile slider only replaces the desktop. If you turn the mobile slider off it only means your desktop slider will show since it’s not replaced by the mobile. Are you wanting to hide the slider all together on mobile?

    Kadence Themes

    Thread Starter suboy7

    (@suboy7)

    Ah ok that makes sense. So yes, is there a way to hide the slider all together?

    Thanks
    Alex

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    ok add this in your custom css box in the theme options > advanced settings:

    @media (max-width: 767px){
        .sliderclass.kad-desktop-slider {
            display: none;
        }
    }

    Ben

    Thread Starter suboy7

    (@suboy7)

    So I did that but the slider still appears on mobile.

    hannah

    (@hannahritner)

    Hmm..that code should work. Try adding it and clearing your cache. If that doesn’t work can you post a link with the code added?

    Hannah

    Thread Starter suboy7

    (@suboy7)

    Hi Hannah,

    It seems like clearing the cache worked.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mobile Slider Wont Disable’ is closed to new replies.