Hello,
I have two menu modules on my site: one is the main menu and the other is a submenu. I've set up the submenu in the diagram as a parent menu in Joomla, and added child menus to it. However, the child menus are not currently displaying as dropdown menus.
Is the dropdown menu feature only available for the main menu when using the T4 Framework? Or could it be that I've misconfigured something?
Attached is the relevant diagram for your reference.
The following is the actual HTML source output when the child menu was added in the test. Even though the child menu source exists, the pull-down menu is not displayed.
<li class="nav-item item-148 deeper dropdown parent" data-level="1"><a href="/submenu" itemprop="url" title="Sub Menu" class="btn-menu nav-link dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false"><span itemprop="name"> Sub Menu</span></a><ul class="dropdown-menu" data-bs-popper="static"><li class="nav-item item-198"><a href="#" itemprop="url" class=" dropdown-item"><span itemprop="name">TEST</span></a></li></ul></li>