slicknav menu doesn't appear
-
Hi!
I’m running out of ideas for a solution! The slicknav menu doesn’t appear at all. I just don’t know which css class or id to use, except of “.mainnav”. here’s the code:
<header> <div id="logo"><img src="<?php echo get_template_directory_uri(); ?>/images/images/logo.png" alt="Logo"></div> <nav class="mainnav"> <?php wp_nav_menu( array( 'theme_location' => 'Mainnav' ) ); ?> <!--<ul id="menu"> <li><a href="">HOME</a></li> <li><a href="">üBER MICH</a></li> <li><a href="">KURSE</a></li> <li id="details"><a href="">üBER PSYCHOMOTORIK</a></li> <li><a href="">LINKS</a></li> </ul>--> </nav> </header>
It neither works with one of the wp-generated ids or classes.
thanks in advance,
Johannes
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘slicknav menu doesn't appear’ is closed to new replies.