Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #203123

    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.

    • This topic was modified 10 years, 4 months ago by docperi.
    #203201

    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 …

    #203283
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Navigation & active item highlight’ is closed to new replies.