Hi,

in T4 Blank template (main Layout "header-2") in footnav-4 I have:

  • module position
  • footnav-4
  • JAxhtml

and on Joomla 4 position on footnav-4 I've loaded a menu module.
The problem is the following:
for menu items (title and/or title separator) that have submenu items, submenu items are collapsed.
It seems that a css class is automatically loaded:
<li class="nav-item item-173 deeper dropdown parent" data-level="1">

Is there a way to set submenu items not collapsed?

phinb

Hi,
unfortunately I can't provide you credentials: the site I referr to is on local installation because I'm migrating from J3 to J4.
Is there another way?

alternatively I can share you html code of the section or the page so that you can take a look of that

I solved it like this:

  • in JOOMLA -> MODULES I created a module "modulo-menu-footer" and assigned it the position "footnav-3" of template t4-blank.
    In the module options "module-menu-footer" I assigned TAG ID of the menu "menu-footer"

  • in T4 Blank -> Layout settings -> footnav-3 settings I set:
    module position
    footnav-3
    JAxhtml

  • in JOOMLA - MENU I created a menu called "menu-footer" and assigned the "modulo-menu-footer" to it

  • in the custom.css file of the T4 Blank template I inserted the style rules:
    #menu-footer ul.dropdown-menu {display: contents;}
    #menu-footer ul.dropdown-menu.show {display: contents;}

Hi

I'm glad that you have resolved the issue. If you need any further assistance, please let us know.

Regards,

Write a Reply...
You need to Login to view replies.