Bootstrap nav walker
-
im trying to make a looking good menu and with a hamburger icon when smartphone visits the site
im trying to implement bootstrap nav walker into bones starter theme
following the README of wp bootstrap nav walker, in which line of header.php of bones theme should i add the following HTML code?<nav class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="<?php echo home_url(); ?>"> <?php bloginfo('name'); ?> </a> </div>i’ve did some tests but it seems the hamburger icon button for smartphone don’t appear, what should i do?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bootstrap nav walker’ is closed to new replies.