icona 0 Report post Posted May 21, 2011 Have my dropdowns finally working off the homepage but I don't understand why on some pages (Like the Mandate page under About Us) the dropdown subnav options disappear from the page and just leave my top level nav options? http://d391554.u64.wclds16.com/ But if you go to the Contact Us page, the dropdown are there - yet there's no difference in how I set up the pages other than their content. Thoughts? - Mike Share this post Link to post Share on other sites
icona 0 Report post Posted May 21, 2011 Solved my own problem. So, I originally had this issue where the dropdowns were not working at all off a fresh install and it was because I was missing the call to the Superfish.js file in my footer. Once I put this in it worked: <script type='text/javascript' src='../wp-content/themes/platformpro/sections/nav/superfish.js?ver=1.0'></script> But then the dropdowns were not working on the subpages, and after looking at it I realized it was because I had put the .. infront of the .js call. Removed it and all is well now. - Mike Share this post Link to post Share on other sites