hi there,
i got ma main menu with subnavigation.
Level 0 A | Level 0 B | Level 0 C
– Level 1A
– Level 1 B
– Level 1C
When i click Level 1C, i want Level 0 A highlightet too with “avia-menu-fx” …. like i would press a element of level 0.
How can i get this work? Thx 4 help.
Seems that it cant be fixed with css. Found some code in helper-responsive-megamenu.php
$item_output .= $args->before;
$item_output .= '<a'. $attributes .'><span class="avia-bullet"></span>';
$item_output .= $args->link_before . do_shortcode(apply_filters('the_title', $item->title, $item->ID)) . $args->link_after;
if($depth === 0) $item_output .= '<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span>';
$item_output .= '</a>';
$item_output .= $args->after;
But really dont know how to fix it …
Hey!
Please see Devin’s post here https://kriesi.at/support/topic/anchors-to-a-single-page-navigation-without-the-color-section-component/#post-202252
Best regards,
Yigit