Scrolling Bug in Mobile Menu Onepage ?

3 replies · opened Mar 13, 2019

BbootsybubbaMar 14, 2019

Please help, I urgently need a solution …

SSemicolon WebSTAFFMar 16, 2019

Hello,

Thanks for your Patience!

Actually, this is the Default Behavior of the One Page Menus and you are assuming this as an issue since the Menu is not getting closed. You can consider closing the Menu on Click which will then show the One Page Section in the correct position. Please find the following code in the js/functions.js File inside the onePageScroll: function() Function Block:

if( windowWidth < 768 || $body.hasClass('overlay-menu') )

and replace it with:

if( windowWidth < 992 || $body.hasClass('overlay-menu') )

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

BbootsybubbaMar 18, 2019

Perfect … Thank's a lot.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard