Why my Mobile MENU doesn't close itself after click?

4 replies · opened Jul 11, 2016

SSemicolon WebSTAFFJul 12, 2016

Hello,

Please add the .one-page-menu Class to the #primary-menu > ul Element to fix this. It is also recommended that you add the data-href attribute for the Links as provided in the Default Templates like index.html File in the Package/HTML/one-page Folder.

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

AagenziagammaJul 12, 2016

Beautiful

Thanks

AagenziagammaJul 13, 2016

Ops.

The solution seems doesn't work on
Tablet (e.g. Apple iPad 2-3rd, mini)
Size: 768x1024 (Portrait), Ratio: 3:4

Please could you check?

Thank You

Daniele

SSemicolon WebSTAFFJul 13, 2016

Hello,

Please find the following code in the onePageScroll: function() Function Block inside the js/functions.js File:

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

and replace it with:

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

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

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