Hi There,
I have been searching the forum for solutions to my problem and I keep ending up with the same suggestions of changing the swipe property to onTouch:false in functions.js, and then adding CSS to show the next/prev buttons:
@media only screen and (max-width: 1024px){
.carousel-wrap a.prev, .carousel-wrap a.next, .flex-direction-nav {
display: block!important;
}
}
I am just curious if any new updates or changes are coming down the pipe to allow for users to swipe a portfolio carousel, and be able to use touch events to navigate to the portfolio item the carousel item links to?
Thanks in advance!
Jay