Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nav Link Dropdown Toggle Isn't Working Despite Having Same Code and Same Reference #84

Open
irwinmier96 opened this issue Jan 12, 2021 · 3 comments

Comments

@irwinmier96
Copy link

irwinmier96 commented Jan 12, 2021

I'm having issues with the navbar fixed-top class on some of my webpages. The dropdown appears fine on some of my pages but on others it won't show up. For reference, I am using

`

`

and I am using the same code for all the navbars yet the dropdown is not working for me in other pages. Is there a way to fix this issue, because it does not seem to be working. For reference, here is where the problem lies.

<li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownBlog" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Tested Positive </a> <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog"> <a class="dropdown-item" href="quarantine.html">Quarantine</a> <a class="dropdown-item" href="isolation.html">Isolation</a> </div> </li>

@irwinmier96
Copy link
Author

<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">

@irwinmier96
Copy link
Author

<link href="css/modern-business.css" rel="stylesheet">

@dnkn78
Copy link

dnkn78 commented Feb 21, 2021

Start all over from scratch, could be corrupted download or some else weird problem, I had occasionally same issues. It's not template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants