Hi,
I have a site here http://webtest.iu.edu/~iutreas/3.3.2/index3.html
I am trying to get a submenu to appear in the main nav at the top under Procurement and then under Org Chart. There are multiple Org Charts and thus I need to figure out how to implement the SmartMenu submenu. Unfortunately I cannot get it to work and don’t know how to fix it.
I have linked to the following from the download package:
[script src=”js/jquery.smartmenus.js”][script]
[script src=”js/jquery.smartmenus.bootstrap.js”][/script]
[link rel=”stylesheet” type=”text/css” href=”css/jquery.smartmenus.bootstrap.css”]
I am using a Bootstrap navbar. I am not sure if the fact that I am using a class of “dropdown-toggle” is making anything break. No additional submenu is appearing under the Org chart menu item and I am not sure why. Below is the code snippet of the Procurement menu item.
[li class=”dropdown”]
[a href=”#” class=”dropdown-toggle” data-toggle=”dropdown”]Procurement[span class=”caret”][/span][/a]
[ul class=”dropdown-menu” role=”menu”]
[li][a href=”http://www.indiana.edu/~purchase/purchase/index.php”%5DHome%5B/a%5D%5B/li%5D
[li][a href=”http://www.iu.edu/~travel/”%5DTravel%5B/a%5D%5B/li%5D
[li][a href=”http://iu.licensing.indiana.edu/”%5DLicensing and Trademarks[/a][/li]
[li][a href=”http://www.indiana.edu/~busdiv/”%5DSupplier Diversity[/a][/li]
[li][a href=”http://www.indiana.edu/~purchase/pcard/pcard.php”%5DP-Card%5B/a%5D%5B/li%5D
[li][a href=”http://www.indiana.edu/~purchase/training/training.php”%5DTraining%5B/a%5D%5B/li%5D
[li][a href=”http://www.indiana.edu/~purchase/policies/policies.php”%5DPolicies%5B/a%5D%5B/li%5D
[li][a href=”http://www.indiana.edu/~purchase/contact/contact.php”%5DContacts%5B/a%5D%5B/li%5D
[li][a href=”http://www.indiana.edu/~purchase/resources/resources.php”%5DResources%5B/a%5D%5B/li%5D
[li class=”divider”][/li]
[li][a href=”#”]Org Chart[/a]
[ul class=”dropdown-menu”]
[li][a href=”#”]Action[/a][/li]
[li][a href=”#”]Another action[/a][/li]
[li][a href=”#”]Something else here[/a][/li][/ul][/li]
[/ul]
[/li]
By the way I changed all the <> in the tags to [] so the code could be shown. Probably there is an easier way but nothing else was working