Hello. If I scroll down a page or post on DW Wall and then hit the menu button at the top right of the navbar, as the menu opens the page scrolls all the way back up to the top. This happens in my install and on the demo (mobile/tablet).
Can this be fixed or alternatively disabled? (If I disable, I can put the menu in the left side tray.)
1 Answers
To resolve this problem you can open the jquery.custom.js file in the directory path wallpress/assets/js/jquery.custom.js and remove line 77 & 78.
$('html,body').animate({scrollTop:0},500); $('#header').css('position','absolute');
Regards,
Dominic
Thanks! Perfect.
Please login or Register to submit your answer