I'm trying to use Drop Jumbo (with Astro Navbar) with ProcessWire for a project.
The static basis is:
So, I've replaced divs and texts (only) with an ul, lists and anchors (if compared to the demo).
Perhaps because of this (an active class being applied to a second-level anchor(?)) or something else, when I click on a sub-link in the drop-down menu, it doesn't load the page targeted by the anchor/link (but the URL is fine).
There is the following message in Firebug's Console(?):
"TypeError: i is null
I'm trying to use Drop Jumbo (with Astro Navbar) with ProcessWire for a project.
The static basis is:
So, I've replaced divs and texts (only) with an ul, lists and anchors (if compared to the demo).
Perhaps because of this (an active class being applied to a second-level anchor(?)) or something else, when I click on a sub-link in the drop-down menu, it doesn't load the page targeted by the anchor/link (but the URL is fine). There is the following message in Firebug's Console(?): "TypeError: i is null
...e.classList.toggle(o.toggleActiveClass),i.classList.toggle(o.contentActiveClass)..."
The fallback URL is the first sub-link URL.