• Resolved Ro Wright

    (@_hero44)


    For some reason my slider only shows 3 of my slides. I have more than three in the slide but only three show up. I do not have the Pro Version. Just the regualr UR Slider. Why is this happening?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Ro Wright,

    Please share your slider page URL?

    We will check and help you in this.

    Thanks

    Thread Starter Ro Wright

    (@_hero44)

    https://www.blackboot.us

    You can see it on my main page on the sidebar. I have two slides. Both of them have 4 slides but they only show 3 slides.

    Actually, your theme Smart Mag CSS conflicting plugin CSS. Theme CSS blocking the first slide through below CSS:

    
    .no-display {
        opacity: 0;
        will-change: opacity;
    }
    

    Here the Tweak to override this CSS:

    
    img .sp-image .no-display{
        opacity: 1 !important;
    }
    

    Use this code into Custom CSS filed of slider settings.

    And let us know.

    Thanks
    `

    • This reply was modified 7 years, 6 months ago by weblizar.
    • This reply was modified 7 years, 6 months ago by weblizar.
    Thread Starter Ro Wright

    (@_hero44)

    I added that code and nothing changed. It is still showing only 3 of the four slides. Check it and see for yourself.

    hiii Ro Wright,

    Please use code without space –

    
    img.sp-image.no-display{
        opacity: 1 !important;
    }
    

    it will work.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider only shows 3 slides….’ is closed to new replies.