Skip to content

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

Open
@irwinmier96

Description

@irwinmier96

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions