I need to create a Image carousel with horizontal progress bar (see screenshot for your reference). Currently there is a option to create image slider only but I need a auto-slide functionality with it and want to add a progress bar in bottom.
Could you please help me to achieve this functionality with the help of any custom code?
Thank you for getting in touch. A setup like this won't be possible natively with Toolset especially if you are using the block editor.
I did some searching and was able to find the owl Carousel that should be able to get this working for you. You can use this with the classic views editor by going to Toolset -> Views.
hidden link
You will need to add the owl carousel by using the enqueue_script and enqueue_style functions that wordpress offers.
Here below is a list of the files that you need to enqueue to your site. hidden link
Essentially you will only need the css and the js files.
This is the most I can offer given that this is not something that is natively possible with our Toolset plugins.