There's a typo on the developer's view page. Either follow the step by step directions on the demo page (recommended because it tells you to download certain files that are also required) or make this change to the developer's view - change:
Code:
</head>
<body>
<nav id="mobile-menu"></nav>
<nav id="menu">
<ul class="main-menu">
<li class="mobile-menu-item"><i class="fa fa-bars"></i></li>
<li class="logo">
<a href="http://www.dynam . . .
to:
Code:
</head>
<body>
<nav id="mobile-menu"></nav>
<nav id="hybridmenu">
<ul class="main-menu">
<li class="mobile-menu-item"><i class="fa fa-bars"></i></li>
<li class="logo">
<a href="http://www.dynam . . .
As I say, make sure to also download the helper files (hybridmenu.js and hybridmenu.css) and put them in the same folder as your page.
If you want more help - please include a link to the page on your site that shows the problem.
Bookmarks