Viewing 4 reply threads
You must be logged in to reply to this topic.
I need to get the codeless slider to loop and go back to the first image without shuffling back through all the slides to the beginning. Right now, when it gets to the last slide it shuffles through to the beginning and I want it to just continue fading back to the first image.
Hello,
Please go to file js\main.js and find these lines:
$('.codeless_slider').imagesLoaded(function(){
$loading.css('display', 'none');
codelessSlider = new Swiper('.codeless_slider',{
slidesPerView: slide_per_view,
paginationAsRange: false,
loop: false,
Change the loop:false
to true
.
Best regards!
I have the same needing, but each time I update the theme I have to remember to modify the js…
If is not possible to manage it from admin, why don’t you set it to “true” by default?
Thanks!
Hello,
@blueciccio,
This is the default design of the theme. If you want to change that, you have to make this edit. Other customers want it like the default.
Best regards!
You must be logged in to reply to this topic.