I have a horizontal nav menu on my site at http://goo.gl/bp0iN
I've added a dropdown menu using http://shailan.com/wordpress/plugins/dropdown-menu
The menu appears to be working fine, but the dropdown menu is not visible. So if you hover over the 'Cities' menu, it has a sub-menu that you can hover your mouse over and click, but it's as if the display is set to none or hidden or something.
Can someone please take a quick look at it and see if you can figure out why the menu is not showing, but is still working? I have a feeling it has to do with a z-index or something but I can't figure it out.
Julio Potier answers:
Hello
the "sub-menu" class does not exists in any css file !
Add this class in "./css/shailan-dropdown.css"
Example :
.sub-menu {
background-color: #FFFFFF;
}
Done !
Dan | gteh comments:
Thanks, that is one step closer :)
that brought the background for the menu up, but none of the text is visible. It's just a white background now with what appears to be white text, even though I am defining the color in css
Julio Potier comments:
@Rashad : this is not fair, you have to help him for the winning price of $10...
Dan | gteh comments:
That's ok. I got it figured out.
I needed to set a height for the <li> inside .sub-menu
Thanks for your help. The prize is all yours.
Rashad Aliyev answers:
Hello, if you still not solved your problem you can find me from my profile. I've analysed and saw It's still needed for fixing.
Dan | gteh comments:
Hi thanks but I am on a tight budget for this one and cannot afford to hire someone at an hourly rate to do this.
It seems like a small CSS change to get the text to display, and was hoping someone could point me in the right direction.
Dan | gteh comments:
nevermind, figured it out. Had to set a height on .sub-menu's <li>