[wp-meta] [Making WordPress.org] #1328: drop-down menus in WordCamp Meta Theme "WordCamp Base Redux" Main Menu do not work.
Making WordPress.org
noreply at wordpress.org
Sat Oct 10 00:43:14 UTC 2015
#1328: drop-down menus in WordCamp Meta Theme "WordCamp Base Redux" Main Menu do
not work.
----------------------+--------------------------
Reporter: faddah | Owner:
Type: defect | Status: closed
Priority: normal | Component: wordcamp.org
Resolution: invalid | Keywords:
----------------------+--------------------------
Changes (by iandunn):
* status: new => closed
* resolution: => invalid
Comment:
It worked for me after (temporarily) removing all your custom CSS, so it
seems like something about your CSS is causing the conflict.
Part of the problem is these styles:
{{{
.main-navigation .sub-menu, .main-small-navigation .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 200px;
text-align: left;
background: #48424a;
.sub-menu {
position: absolute;
display: none;
background: #dedede;
}}}
If you remove those, you'll see the submenu is displayed, but partially
hidden, possibly because of a `z-index` conflict.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1328#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list