• Everything looks great, the children are there but when I go to click on them, they disappear. One title doe not have the problem but the rest do so it is not universal to the site. Any suggestions?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Example of code would be great. Can’t help if we don’t know what your talking about.

    Thread Starter rob@1st choice

    (@rob1st-choice)

    I 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

    Thread Starter rob@1st choice

    (@rob1st-choice)

    nav 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;
    }

    This site is for support of self hosted websites using WordPress dot org Please visit the WordPress dot com support forum.

    Thread Starter rob@1st choice

    (@rob1st-choice)

    this is a wordpress.org site… sorry, I gave an earlier address for the site… the correct address is
    wddodogs.com/wordpress

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘parent show, children not clickable’ is closed to new replies.