Skip to:
Content
Pages
Categories
Search
Top
Bottom

Ajax chat without admin bar


  • cancelthisaccountpls
    Participant

    @iamdavidstonegmailcom

    I disabled the admin bar in my theme and can’t get the ajax chat plugin to function. tried `backticks` `backticks` and `backticks` `backticks` without any luck…

Viewing 2 replies - 1 through 2 (of 2 total)

  • cancelthisaccountpls
    Participant

    @iamdavidstonegmailcom

    Okay, just figured out how to get the chat box to display and hide the admin bar.

    I had my admin bar hidden using the display: none tag. I undid that and went into adminbar.css and gave the adminbar a z-index of 1 or 2. Anything more than that and the admin bar would show.


    cancelthisaccountpls
    Participant

    @iamdavidstonegmailcom

    ‘#wp-admin-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 25px;
    font-size: 11px;
    width: 100%;
    z-index: 2;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ajax chat without admin bar’ is closed to new replies.
Skip to toolbar