Chatbox isnt sizing correctly. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    Chatbox isnt sizing correctly.

    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    Solved Chatbox isnt sizing correctly.

    Post by SpyroDragon November 12th 2016, 9:48 pm

    So i did the instructions on
    https://help.forumotion.com/t143414-add-the-chatbox-to-your-toolbar

    and it works, but however
    the chatbox doesnt fit correctly..


    Chatbox isnt sizing correctly. Chatbo10

    Anyone know whats up?


    Last edited by SpyroDragon on November 13th 2016, 5:52 am; edited 1 time in total
    DougATLTF
    DougATLTF
    New Member


    Male Posts : 9
    Reputation : 1
    Language : English
    Location : Pennsylvania

    Solved Re: Chatbox isnt sizing correctly.

    Post by DougATLTF November 13th 2016, 12:29 am

    In the Javascript, locate

    Code:
      FA.Chat = {
     
        // chatbox settings
        config : {
          height : '60%',
          width : '70%',

    and edit the values to suit.

    For example, ours is

    Code:
     FA.Chat = {
     
        // chatbox settings
        config : {
          height : '50%',
          width : '55%',

    and looks like this:

    Chatbox isnt sizing correctly. Chatbo10
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    Solved Re: Chatbox isnt sizing correctly.

    Post by SpyroDragon November 13th 2016, 12:54 am

    I tried that, all ot does is make the black box bigfer and amaller, but as you can see in the picture the smaller box stays the same
    DougATLTF
    DougATLTF
    New Member


    Male Posts : 9
    Reputation : 1
    Language : English
    Location : Pennsylvania

    Solved Re: Chatbox isnt sizing correctly.

    Post by DougATLTF November 13th 2016, 2:38 am

    Maybe try removing the CSS and Java and reinstalling? Could be something didnt copy right.
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    Solved Re: Chatbox isnt sizing correctly.

    Post by SpyroDragon November 13th 2016, 5:51 am

    Turns out thats what the problem was
    supposnly i only copy and pasted

    Code:
    #fa_chat_container {
      background:#FFF;
      border:1px solid #556682;
      border-radius:3px;
      position:fixed;
      right:3px;
      z-index:999;
      overflow:hidden;
      min-width:500px;
      min-height:250px;
      transition:300ms;
    }

    and didnt copy the rest underneith that on the tut page.
    [sovled]
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Chatbox isnt sizing correctly.

    Post by SLGray November 13th 2016, 6:26 am

    Problem solved & topic archived.
    Please read our forum rules:  ESF General Rules



    Chatbox isnt sizing correctly. Slgray10

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