To see the source of my question, look at this demo page:
https://www.okler.net/previews/porto-admin/4.2.0/extra-ajax-made-easy.html
HEre we are on the “Ajax” page, but on the sidebar nav menu, Ajax is not showing as “active”. This behavior is common to all menu items without children. I have tries setting the class to nav-active as is normal with submenu items, but no luck. Example:
`
<li class=”nav-active”>
<a class=”nav-link” href=”/backend/media_assets/”>
<i class=”fa-duotone fa-image” aria-hidden=”true”></i>
<span>Media</span>
</a>
</li>
`
Is there something I am missing?
Thanks.