logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$5
Hello Bar Not Clickable

Hey everyone, hopefully a quick fix for someone. I have installed the "Hello Bar" plugin on fishnpack.com but it isn't clickable in Chrome or Firefox. IE (surprisingly) works fine. Can anyone help me troubleshoot?

This question has been answered.

Kyle Hungate | 06/27/12 at 10:15am Edit


(1) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    06/27/12
    10:22am
    Peter Harrison says:

    It is because your "user-nav" is positioned absolute.

    If you edit your styles.css file and replace this:

    #user-nav {
    z-index: 999;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    }

    With this:

    #user-nav {
    z-index: 999;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    }

    It should work fine.

    Thanks
    Pete

    • 06/27/12 10:30am

      Kyle Hungate says:

      thank you! i had to also do the same for the #user-nav ul. all seems to be working now.

    • 06/27/12 10:31am

      Peter Harrison says:

      No worries! Glad I could help! :)

This question has expired.



Gabriel Reguly, Hai Bui, Romel Apuya, Francisco Javier Carazo Gil, Arnav Joy, Ross Wilson, Kyle Hungate voted on this question.



Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.