• Resolved zuyki5

    (@zuyki5)


    Hi,

    When there is a menu with some sub-menu items inside, the main parent menu item is not clickable meaning the link href is JS “#”, so there is no possibility to use the parent menu item as a standard link. Will this be fixed or should I invent the solution myself? Thank you in advance.

    Great theme by the way!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author abukwaik

    (@abukwaik)

    Hi zuyki5.. Again i have to apologize for the late response.

    Well, This issue is related to a wp-bootstrap-navwalker “class” which integrated into Radix to fully implement the Bootstrap 3 navigation style, using the WordPress built in menu manager.

    You can try a quick solution by editing:
    Theme Folder > includes > bootstrap-walker.php at lines: #89, #90

    – Line #89 change:

    $atts['href'] = '#';

    to

    $atts['href'] = $item->url;

    – Comment out line #90 by adding

    //

    in front of the line.
    Thank you

    Thread Starter zuyki5

    (@zuyki5)

    Thank You abukwaik, that trick works perfectly 🙂

    Theme Author abukwaik

    (@abukwaik)

    I’m glad it worked out. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘header menu with submenus’ is closed to new replies.