• Resolved kcornet

    (@kcornet)


    Hello all,

    I am having an issue having the navbar show on my pages.

    I am building a child theme with a custom built front-page.php.
    I can’t share the website yet as it is only on an internal server.

    Things I’ve tried:
    – Emptied the child’s functions.php
    – Removed wp_bootstrap_navwalker.php
    – Removed the previous navbar

    Using:
    – PHP 7.0.0

    thanks a lot!
    -Kevin

Viewing 1 replies (of 1 total)
  • Plugin Author codetoolbox

    (@codetoolbox)

    Hi Kevin,

    I suggest you try adding a simple menu in a default or blank template, i.e. follow these instructions, ensure your menu is registered:
    WP Nav Menu

    Then in your template
    <?php wp_nav_menu( array( 'theme_location' => 'your-menu' ) ); ?>

    Then in My Bootstrap menu make sure that theme location ‘your-menu’ is set as a boostrap menu – i.e. the tickbox is selected.

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Navigation does not show.’ is closed to new replies.