Title: Bootstrap nav walker
Last modified: September 16, 2016

---

# Bootstrap nav walker

 *  [bitniko](https://wordpress.org/support/users/bitniko/)
 * (@bitniko)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/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](https://github.com/twittem/wp-bootstrap-navwalker)
   into [bones starter theme ](http://themble.com/bones/) 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)

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/bootstrap-nav-walker/#post-8191068)
 * – Unfortunately, your currently used theme is not in the wordpress.org/themes/
   directory
    – These forums are for free themes available in the WordPress theme
   directory at wordpress.org/themes/. So please contact the developer/vendor directly
   for support with your question. You’ll be more likely to find a good answer from
   them, for they have the access to its code. Forum volunteers are not given access
   to commercial/custom products, so they would not know why your /custom/commercial
   theme or plugin is not working properly. The developers/vendors are responsible
   for supporting their custom/commercial product. Other community members who may
   have faced your issue might be able to help you but your best bet is your product’s
   developer. Keep in mind we encourage you to use the official support venues, 
   as it allows the developers to be aware of issues with their code. See [http://codex.wordpress.org/Forum_Welcome#Commercial_Products](http://codex.wordpress.org/Forum_Welcome#Commercial_Products)

Viewing 1 replies (of 1 total)

The topic ‘Bootstrap nav walker’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [t-p](https://wordpress.org/support/users/t-p/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/bootstrap-nav-walker/#post-8191068)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
