James
James
I wrote a quick script to augment the current mobile menu on a site I'm working on, if anyone wants a quick workaround, basically replaces a parent with a separator...
For anyone that wants a quick fix, using jQuery: ```javascript $('a.g-menu-item-container').focus(function(){ var parents = $(this).parents('.g-menu-item'); var parents_reverse = parents.toArray().reverse(); $.each(parents_reverse, function(i, o){ if ($(this).hasClass('g-selected') == false) { $(this).find('> .g-menu-item-container >...
@bayareajenn we created a menu.js file in the template's /js folder, and added it via the CSS/JS Atom in Base Outline > Page Settings. As we've made a number of...
I should specify this is when not using separators. It doesn't work with separators.
Seems they've made it easier with Joomla 4? https://docs.joomla.org/J3.x:User_Action_Logs