aagss
asked 11 years ago

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
DominicStaff
answered 11 years ago

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

aagss
replied 11 years ago

Thanks! Perfect.

Powered by DW Question & Answer Pro