I saw this guide https://toolset.com/course-lesson/dynamic-galleries-and-sliders-for-templates-displaying-repeating-image-fields/
On how to create images slider in Toolset block.
But I using elementor to build the site, so I need to use the View instead
Hi,
Thank you for contacting us and I'd be happy to assist.
The Toolset's classic views editor doesn't include any built-in slider feature. However, as your website seems to be loading the Bootstrap 4 library, you can make use of its carousel feature:
hidden link
Note: If you need to show the image slider from the images coming from the same post's repeating image field, you'll not need the classic view either. You can simply cycle through the repeating field images, using the 'wpv-for-each' shortcode:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-for-each
You'll find an example code with a similar usage requirement, in this forum reply:
https://toolset.com/forums/topic/set-up-bootstrap-carousel-for-0-6-images-using-wpv-for-each-loop/#post-1450565
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar
My issue is resolved now. Thank you!