I have this Bootstrap 3 website. I use jQuery Smartmenus for the menu. I want the parent item to be clickable on the dropdown links. I thought I had this working before, but now the parent item is not clickable.
How do I make the parent item clickable within my Bootstrap theme with the 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';