Changing Background Slider

Hi,

I bought your Modern Sliders Pack. I would like to know how to do the same changing background slider like the one on this page : https://demo.theme.co/modern-sliders/.

I need a carousel with the text that remains unchanged on all the slides, not animated, with just different backgrounds that slide (photos instead of colored backgrounds).

Thanks

Hi Nathan,

Thanks for reaching out.
You can use the Autoplay Progress Slider and change only the Image in the JSON and remain Text same. The JSON for Looper Provider looks like the following.

[
    {
        "title"       : "Your Text",
        "description" : "Your Description",
        "image"       : "https://picsum.photos/2400/1600?random=progress-01",
    },
    {
        "title"       : "Your Text",
        "description" : "Your Description",
        "image"       : "https://picsum.photos/2400/1600?random=progress-02",
    },
    {
        "title"       : "Your Text",
        "description" : "Your Description",
        "image"       : "https://picsum.photos/2400/1600?random=progress-03",
    }
]

Hope it helps.
Thanks

Thanks !
Have a great day.

Nathan

Hi Nathan,

You are most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.