Community Forums › Forums › Archived Forums › Design Tips and Tricks › Nav Drop Downs Not Working
- This topic has 10 replies, 4 voices, and was last updated 11 years, 9 months ago by sean nelson.
-
AuthorPosts
-
December 8, 2012 at 6:41 pm #3913wjmediadesignMember
Can anyone please tell me why the navigation drop downs are not working on the enterprise theme? I have "Include Primary Navigation Menu?" and " Enable Fancy Dropdowns?" both check in the back end under theme settings and I can see the coded when i am using firebug, but i cant get them to display for the life of me!!!
Please help: http://wiseguys.wjmediadesign.com/
Thanks!
December 8, 2012 at 7:09 pm #3923AnitaCKeymasterDid you create your Menu's under Appearance --> Menus and then add the sub-tabs?
Need help with customization or troubleshooting? Reach out to me.
December 8, 2012 at 7:48 pm #3929wjmediadesignMemberYes
December 8, 2012 at 8:00 pm #3931AnitaCKeymasterYou may want to disable any new plugins - one at a time to see if there is a conflict.
Need help with customization or troubleshooting? Reach out to me.
December 8, 2012 at 8:01 pm #3932wjmediadesignMemberI already did that. I disabled all of them and its still not working.
December 8, 2012 at 8:17 pm #3933SusanModeratorThis sounds like an issue for a support ticket - you're trying to do something that your theme was designed to do; it's set-up related, so I think it wouldn't hurt to submit a ticket request.
If the site isn't live, can you replace the theme with another theme (like one of the free child themes) to see if it is a theme specific issue, or a site issue?
Other than that, I couldn't suggest anything more than Anita has already done - you've set up your menu; you've populated it with sub-headings; you've checked the right boxes.
December 8, 2012 at 9:57 pm #3944wjmediadesignMemberThanks everyone for all the good input. I just submitted a support ticket. I will post what they tell me as soon as they get back to me.
December 8, 2012 at 11:38 pm #3947wjmediadesignMemberHello everyone, Quick update. The support ticket i submitted told me to do this:
Remove overflow hidden and set the height to 45px here
#nav {
background: url("images/nav.png") repeat scroll 0 0 transparent;
clear: both;
color: #EEEEEE;
font-family: 'Droid Sans',arial,serif;
margin: -25px auto;
overflow: hidden;
padding: 0;
position: relative;
text-shadow: 1px 1px #000000;
text-transform: uppercase;
width: 1040px;
}However that didn't solve the complete issue. I was able to use firebug and found that I needed to remove the "left" and "z-index" styles as well from:
#nav li ul {
height: auto;
left: -9999px;
position: absolute;
width: 200px;
z-index: 9999;
}Everything is working great now!
December 9, 2012 at 5:38 am #3961SusanModeratorI'm glad your issue was resolved! It definitely sounded like a support ticket request was needed!
December 9, 2012 at 5:41 am #3962AnitaCKeymasterAhhh, I remember that from the other forum! Thank you for sharing the resolution.
Need help with customization or troubleshooting? Reach out to me.
February 20, 2013 at 1:23 am #21584sean nelsonMemberI had the same problem with the Generate theme. More pronounced on Safari than Firefox. Seems like the hover in the first drop down did not extend all of the way to the second drop down.
Fixed by making the following change:
#nav li li a,
#nav li li a:link,
#nav li li a:visited {
background: none;
border-bottom: 1px dotted #731212;
color: #fff;
font-size: 11px;
padding: 7px 5px;
position: relative;
text-shadow: 1px 1px #444;
width: 145px; ****this was set at 128. Changed it to 145.
} -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.