rob@1st choice
Forum Replies Created
-
Forum: Themes and Templates
In reply to: parent show, children not clickablethis is a ww.wp.xz.cn site… sorry, I gave an earlier address for the site… the correct address is
wddodogs.com/wordpressForum: Themes and Templates
In reply to: parent show, children not clickablenav ul ul {
opacity: 0;
margin: 0;
position: absolute;
top: 1.9em;
left: -9999px;
width: 188px;
z-index: 99999;
box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}Forum: Themes and Templates
In reply to: parent show, children not clickableI didn’t change any code, just added a few more pages this AM. the site is
WDDOdogs.wordpress.com
I think I will need to re-load my theme PressWork 1.0.3 to solve the problem. It will allow me to see the children, but if I hover over them they disappear before I can click on them. Really weird, it moves around.. one time it will work correctly, I go back to it a few seconds later and the problem is back.
Where in the code would I even look for this issue? I assume in the theme functions.php but what part? Any help is greatly appreciated!
Rob