Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi,
I’ve purchased the Tower theme and added 6 codeless sliders to the homepage. I searched through the support forum and documentation, but have not found a place to have the sliders loop endlessly.
Can you tell me how I do this?
for reference – our website is located here: https://activ8commerce.com
Thanks – Molly
Hello,
Yes there is a possibility by change the file tower/js/main.js file find the lines 1193 below:
$('.codeless_slider').imagesLoaded(function() {
$loading.css('display', 'none');
var c_speed = $('.codeless_slider').data('speed');
if (c_speed == 'undefined')
c_speed = 10000;
codelessSlider = new Swiper('.codeless_slider', {
slidesPerView: slide_per_view,
paginationAsRange: false,
loop: false,
and change the instruction “loop:false” in “loop:true”
Save the file and let us know.
Regards!
You must be logged in to reply to this topic.