I need help with the Barrio Theme submenus. I upgraded our site to 5.5.10 to discover the menu has stopped working. In my attempt to figure this out, I recreated a test site locally and installed a Drupal 9.5.5 legacy-project and barrio 5.5.10.
The submenu is not outputting the listing of the submenu. The documentation says all parents must be expandable and they are. I dont know the system is ignoring the menu items.
Any ideas?
Code that outputs:
<ul class="clearfix nav navbar-nav">
<li class="nav-item">
<a href="/legacy/" class="nav-link nav-link--legacy- is-active" data-drupal-link-system-path="<front>">Home</a>
</li>
<li class="nav-item menu-item--expanded dropdown">
<a href="" title="EMTP Products " class="nav-link dropdown-toggle nav-link-" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Products</a>
<ul class="dropdown-menu">
<li class="dropdown-item">
<a href="/legacy/products/emtp" title="EMTP Software for transient analysis" class="nav-link--legacy-products-emtp">EMTP</a>
</li>
<li class="dropdown-item menu-item--collapsed">
<a href="" title="Modules to extend EMTP" class="nav-link-">Modules</a>
</li>
</ul>
</li>
Greatly appreciated if anyone has an idea