The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Removing the Pop-Up chat?

    Jellydonut
    Jellydonut
    Forumember


    Female Posts : 572
    Reputation : 27
    Language : English
    Location : Illinois

    Solved Removing the Pop-Up chat?

    Post by Jellydonut March 26th 2012, 12:13 am

    How to I take away the pop up chatbox and make it the normal one again? I'm guessing I have to remove some CSS coding, but I'm afraid I'll mess it up if I experiment around.


    Last edited by Jellydonut on March 26th 2012, 1:41 am; edited 1 time in total
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: Removing the Pop-Up chat?

    Post by Mike March 26th 2012, 12:35 am

    What pop up chatbox are you currently using?
    Jellydonut
    Jellydonut
    Forumember


    Female Posts : 572
    Reputation : 27
    Language : English
    Location : Illinois

    Solved Re: Removing the Pop-Up chat?

    Post by Jellydonut March 26th 2012, 12:46 am

    Drogba921 wrote:What pop up chatbox are you currently using?

    pbh2?
    FMv3.4.1
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: Removing the Pop-Up chat?

    Post by Mike March 26th 2012, 1:04 am

    Remove the widget that you installed, and then remove this from css:
    Code:
    /*FMChat Design*/
    .chatbase { /*This can be edited to your liking - (the button)*/
      position: fixed;
      bottom: 2px;
      right: 15px;
      background: #56A0D3;
      border: 2px solid #7BB92B;
      width: 75px;
      height: 20px;
      border-radius: 5px;
      text-align: center !important;
      cursor: pointer;
      color: #ffffff;
    }

    .chatbase:hover { /*This can be edited to your liking - (hovering over the button)*/
      border-color: #D30C3F;
      color: #000000;
    }

    #chat { /*This can be edited to your liking - (box surrounding the chatbox)*/
      border: 2px solid #7BB92B;
      width: 65%;
      position: fixed;
      right: 15px;
      bottom: 27px;
      height: 50%;
      border-radius: 5px;
    }
    Jellydonut
    Jellydonut
    Forumember


    Female Posts : 572
    Reputation : 27
    Language : English
    Location : Illinois

    Solved Re: Removing the Pop-Up chat?

    Post by Jellydonut March 26th 2012, 1:41 am

    Thank you!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Removing the Pop-Up chat?

    Post by SLGray March 26th 2012, 1:44 am

    Topic Solved & Locked





    Removing the Pop-Up chat? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 23rd 2024, 3:32 am