Closed talkinggoat closed 9 years ago
From your head snippet, it doesn't look like the minified slicknav script is there. Also, did you remember to include the CSS?
.slicknav_menu {
display:none;
}
@media screen and (max-width: 40em) {
/* #menu is the original menu */
.js #menu {
display:none;
}
.js .slicknav_menu {
display:block;
}
}
For some reason, slicknav is not running on my site. All of the scripts seem to be loading correctly and the console doesn't show any errors that have anything to do with SlickNav. I don't see any duplicate jquery loads.
The scripts in the head:
Even if I completely remove the scripts, above, and mirror the SlickNav site, it still won't populate the mobile menu.
The call at the bottom of the page is,
The menu is a ul-li-a list:
This is where it is supposed to plug in:
It is not populating the #mobileMenu div, at all. Nothing shows up. Any ideas?