Skip to:
Content
Pages
Categories
Search
Top
Bottom

Clicking comment to open text field


  • Splendorito
    Participant

    @splendorito

    Hi,

    I wonder if there is someway to disable that you must klick comment to open text field for the availability to comment? or is it a bug? I would like to have the text field available all the time.

    Best Regards

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

  • Splendorito
    Participant

    @splendorito

    Does anyone know about this?


    BuddyBoss
    Participant

    @buddyboss

    Yes I know how this works. I am assuming you are referring to the post input on profiles, for adding activity posts. This is a feature and not a bug.

    There is some CSS setting the height of the comment box. When you click into it, some Javascript recognizes that you have clicked into the box and then makes the box taller. You can override all of this via CSS, by just setting a fixed height to the box.

    Here is the CSS to add:

    #buddypress form#whats-new-form textarea {
    height: 50px;
    }

    Instead of 50px, use the height you want it to be. If that does not work, try adding an !important declaration like this:

    #buddypress form#whats-new-form textarea {
    height: 50px !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Clicking comment to open text field’ is closed to new replies.
Skip to toolbar