Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

blfriedman

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • blfriedman
    Participant

    That’s definitely it.

    The theme author has created their own Walker Nav Menu Class in which they inserted the attributes for that parent element on line 100:

    $attributes .= (is_object($args) && $args->has_children) ? ' class="dropdown-toggle" data-toggle="dropdown"' : '';

    I removed the data-toggle=”dropdown” and Smart Menus now works like a charm!

    Thanks for the quick support!

Viewing 1 post (of 1 total)