ThemeForest

Is there any way to lower the tolerance of the ...

« See all FAQs for Tiger Mobile Template WordPress Version

Is there any way to lower the tolerance of the horizontal touch-swipe without disabling it completely?

Hi i have added new feature you can use header swipe and cancel swipe all page

Change “wp-content/themes/tigerwp/assets/js/custom.php” file find line:42 code below

$('#menu, .pages').live("swipeleft", function(){

Change like this below:

$('.header').live("swipeleft", function(){

and find line:53 code below

$('.pages').live("swiperight", function(){

Change like this below:

$('.header').live("swiperight", function(){

after you did this your menu will open just swipe from header bar

by
by
by
by
by