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.

Reply To: Mobile Menu behavior shows desktop dropdown when clicking parent name

Home Forums Older releases 1.0.x + Bootstrap addon Mobile Menu behavior shows desktop dropdown when clicking parent name Reply To: Mobile Menu behavior shows desktop dropdown when clicking parent name

#2948
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!