Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello plex0r,

    It seems ok to me. I’ve tested in IE 10, Firefox 23, Chrome 23, Safari 5, and Opera 15 on Windows 8, Firefox 23 and Chromium 28 on Arch Linux/KDE 4.

    Could you detail your problem a little more in case I am missing something?

    Thank you.

    Thread Starter plex0r

    (@plex0r)

    Hey Robert, thanks for the reply, When on the Homepage and moving over to a sub menu link the menu disappears and glitches, but when you are on another page such as https://all4jesusfoundation.org/about/about-a4j/ the menu stays in place and does not disappear off the screen and lets you click links.

    I’m sorry, I am not seeing that behavior. What browser are you using? What operating system are you on?

    I have noticed however, that you have your <div id=”outerWrap”> starting above your doctype declaration. Your outerWrap div should begin inside of your body:

    <!DOCTYPE html>
    <head>
      meta info
      page title
      stylesheet/script links
    </head>
    <body>
       <div id="outerWrap">

    and so on…

    No layout/content code should go anywhere but inside of the <body></body> tags.

    This is probably throwing off a lot of your code, and MAY be causing the problems that you are experiencing.

    Thread Starter plex0r

    (@plex0r)

    I am using OSX and have also tested on windows through all browsers and am having the same issue on all of them.

    Thread Starter plex0r

    (@plex0r)

    all css is valid will go through html now

    Matt Gross

    (@mattgrossworkgmailcom)

    Hi there,

    I’ve actually run into this issue before on one of my own sites, which arose from the hover state being pinned to the link anchors instead of the list items, and since the links don’t take up the whole space of the box underneath them, the hover state is deactivated. I can’t speak to the internal pages, since those apparently work, but it’s worth a look.

    From what Robert mentioned, it sounds like you’re using a custom theme, in which case it might be best to ask whomever built it, or a WP expert to come in and look it over for interesting bugs like these.

    Hope that helps,

    Matt

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu Not working on Homepage only’ is closed to new replies.