Hi,
It was customized for you.
The only thing that needs to be changed after and update is the functions.js on line 1953 changing the Swipe ontouch to false instead of true
Original:
swipe : {
onTouch : true,
onMouse : true
},
Modified:
swipe : {
onTouch : false,
onMouse : true;
},
The other change is on the custom css but the updates don’t mess with that.
-Rui