Home › Forums › Air WordPress Theme › How to disable auto-close menu panel when scroll down?
- This topic has 8 replies, 2 voices, and was last updated 6 years ago by
SeaTheme.
Viewing 9 posts - 1 through 9 (of 9 total)
-
AuthorPosts
-
May 22, 2020 at 11:14 am #21353
Hi
there has a way to disable the auto-close menu panel when scrolling down?
Because my menu is long when scrolling down. The menu panel will automatically close.Thank you so much!
: )May 23, 2020 at 2:18 am #21361Hi,
Please find the codes in js/custom.theme.js
window.addEventListener('scroll', function() { if(themeData.body.is('.show_mobile_menu')){ if(themeData.win.scrollTop() > 200){ setTimeout(function() { themeData.body.addClass($post_logo_color); },1000); setTimeout(function() { themeData.body.removeClass('show_mobile_menu');Remove:
themeData.body.removeClass('show_mobile_menu');and
if($('#navi-wrap .sub-menu').length) { $('#navi-wrap .sub-menu').velocity("transition.fadeOut"); $('#navi-wrap .sub-menu').siblings('a').css('display','inline-block'); $('#navi-wrap > ul > li').velocity("transition.fadeIn"); }Regards!
May 27, 2020 at 1:30 pm #21414This reply has been marked as private.May 28, 2020 at 7:15 am #21419This reply has been marked as private.May 28, 2020 at 10:47 pm #21434May 28, 2020 at 10:49 pm #21435May 28, 2020 at 10:52 pm #21436May 28, 2020 at 10:55 pm #21437I don’t why the google drive link doesn’t work, please copy this url to open in your browser.
`https://drive.google.com/file/d/15bCLZ1MMYT9VwCL4YcR7DDz3kBSnO–i/viewMay 29, 2020 at 2:14 am #21439Hi,
I cannot visit your Google link still, it says the files do not exist.
Please send file to uiueux@gmail.com (paste the post URL at the same time)
Best
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
