Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
I have a couple of issues in the home page of this website: https://www.oscarmoscariello.com.ar/
1) I have only one slide, and I don’t want it to be draggable. Is that possible? Screenshot.
2) The whole home page (and only the home page) is draggable. How can I prevent this? Screenshot.
3) In the home page it’s possible to make zoom out. How can I prevent this? The other pages doesn’t have this behavior. Screenshot.
Thank you very much.
Hello,
This is strange. What third party plugins do you have installed? Try to disable them and try it on mobile.
Let us know.
Best regards!
Hello,
I have solved issues 2 and 3, there was an indented text (9999px) creating those behaviors.
Issue 1 is till open, I will appreciate your help:
1) I have only one slide, and I don’t want it to be draggable. Is that possible? Screenshot.
https://www.oscarmoscariello.com.ar/
Thanks a lot.
Hello,
Please go to file js\main.js and find these lines(1079):
$('.codeless_slider').imagesLoaded(function(){
$loading.css('display', 'none');
codelessSlider = new Swiper('.codeless_slider',{
slidesPerView: slide_per_view,
paginationAsRange: false,
loop: false,
touchRatio: 0.7,
Edit touchRatio: 0.7
value to 0 (touchRatio: 0
). Save and refresh page.
Best regards!
You must be logged in to reply to this topic.