jQuery Smartmenus parent item of dropdown clickable bootstrap website -
i have this bootstrap 3 website. use jquery smartmenus menu. want parent item clickable on dropdown links. thought had working before, parent item not clickable.
how make parent item clickable within bootstrap theme jquery smartmenus plugin?
in sites/all/themes/bootstrap/templates/menu/menu-link.func.php
comment out line 43:
// $element['#localized_options']['attributes']['class'][] = 'dropdown-toggle';
comment out line 44:
// $element['#localized_options']['attributes']['data-toggle'] = 'dropdown';
Comments
Post a Comment