skip to Main Content

I´m working on a theme template for my wordpress site.
Menu I´m trying to make is gonna have 1 dropdown, I used codes from multiple githubs and every one was working but only on my front-page so right after I go to another page the dropdown doesn´t work anymore and when I click it just adds # to my url address, also the wordpress admin panel is missing, In addition the bootstrap menu button won’t appear after reaching the breakpoint but on my homepage it’s fully responsive. So basically, when I leave my homesite it´s all messed up.

I´m using this navwalker: https://github.com/AlexWebLab/bootstrap-5-wordpress-navbar-walker

Thanks for response

2

Answers


  1. Chosen as BEST ANSWER

    I forgot to add wp_header() to page.php to include js scripts. I didn't know that wordpress adds scripts to footer.


  2. In most cases, this happens because of a plugin conflict. You need to disable the plugins one by one and find which one is causing this issue.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search