Using the Joomla Menu Module I have come across a problem.
In a sub menu the top live link doesn't work even though it has the correct code
ie:All the other items in the sub menu work fine.
Long story short. I swapped the menu items around and it's always the first item in the sub menu that doesn't work, regardless of the type of menu item it is.
That top item has one unique extra that it seems to acquire tabindex="0".
I can't see what is going on.
I have got around it by creating a null menu item in the first position which I then hide in css. Not a great solution, but it works.
In a sub menu the top live link doesn't work even though it has the correct code
ie:
Code:
<li class="nav-item item-1128"><a href="/example" tabindex="0">Example</a></li>
Long story short. I swapped the menu items around and it's always the first item in the sub menu that doesn't work, regardless of the type of menu item it is.
That top item has one unique extra that it seems to acquire tabindex="0".
I can't see what is going on.
I have got around it by creating a null menu item in the first position which I then hide in css. Not a great solution, but it works.
Statistics: Posted by Donethat — Wed Jan 10, 2024 1:03 pm