xrdm
xrdm
same problem here.
yes it's on mainteinance but if you need I can make it visible for a few minutes
@crftwrk https://www.legalmalpractice.it/ "Articoli" are standard wp posts "Ultime sentenze" & "Convegni" are cpt (Convegni -> Prossimi o in corso give not problem because it's using a page tpl). thank you
this is the snippet for active class in my class-bootstrap-5-navwalker.php ` $active_class = ($item->current || $item->current_item_ancestor || in_array("current_page_parent", $item->classes, true) || in_array("current-post-ancestor", $item->classes, true)) ? 'active' : ''; $nav_link_class =...
yes it works but not in single articles. thank you
> It's the `current_item_ancestor` added in v1.3.4 to show active link in WooCommerce product category. Good to know ;-) now with 1.3.4 it's again not correct maybe :)