Moblie menu does not show

1 reply · opened May 6, 2016

CChuguniyMay 6, 2016

Hi! I am trying to implement Canvas to my website, and have a problem with mobile menu, I can only see the trigger, but no menu itself. I think the problem is that JS can't modify #primary-menu for some unknown reason, there are no errors in console. If it is possible, can you see, what might be the problem http://wip.habibty.net/

P.S.
I saw the same problem on the forum, the solution for it, was to update functions.js from 4.0 to 4.1. I did that, but still no luck!

Thank you!

SSemicolon WebSTAFFMay 7, 2016

Hello,

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

linkElement : '#primary-menu ul li a:not([target="_blank"]):not([href*=#]):not([data-lightbox])',

and replace it with:

linkElement : '#primary-menu ul li a:not([target="_blank"]):not([href*="#"]):not([data-lightbox])',

This should definitely fix your issue. 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
Moblie menu does not show · Canvas Template Support