Is there a way to add an image to the timeline modern slider template?
or alternatively, is there a way to add a navigation element to the modern slider post carousel template?
Hello @howdi2u,
Thanks for writing in!
The Timeline Slider is using the Looper Provider JSON with the following data:
[
{
"title" : "Ouroboros Protocol",
"text" : "The Ouroboros proof-of-stake consensus protocol is the core mechanism of the Cardano network, defining the way nodes reach consensus about the state of the ledger.",
"status" : "done"
},
.
.
.
.
]
You can add "image" : "https://example.com/your-image-file-path.jpg", just before the status and then in your Slider element, you can also add an Image element. If you want, you can also use the image as a background image for each slide.
And, yes you can always add a navigation to the Post Carousel Slider. Actually, there is already one:

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