Viewing 5 reply threads
You must be logged in to reply to this topic.
Is it possible to click through the whole slides with the navigation?
Because on default its not possible to click “Next” when you at the end.
But in my opinion this is a bad solution and makes no sense…
Hello,
Can you explain better? The ‘Next’/’Prev’ in the Codeless slider do not have any issue. Send us some screenshot so we can understand better your point.
Best regards!
When the slider reach it end you cannot click Next…
But I want when you end the end and click next the first slide should appears, like in many other Slider.
Hello,
Yes, 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!
Thank you, youre great!
But how can I handle this with theme updates?
Should I change this line every update…?
Hello,
You can do that or you can create a new js function and override the old one, at Javascript field at general options.
Best regards!
You must be logged in to reply to this topic.