[Resolved] Buddypress & Input field of "what's new"

Home Forums Support [Resolved] Buddypress & Input field of "what's new"

Home Forums Support Buddypress & Input field of "what's new"

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #151511
    Uwe Pfeifer

    Hi. The input field of what’s new in buddy press is always very small. And if I type in it it resizes. but if i switch tabs or windows, and come back, it’s “minimized” again. is there any way you can style it so it has a fixed height? where its comfortable to write in? That would be really awesome! 🙂

    #151587
    Tom
    Lead Developer
    Lead Developer

    Can you link me to the page possibly?

    #151590
    Uwe Pfeifer
    #151599
    Uwe Pfeifer

    But I guess you need to register then? Because non-logged in users cant post anything to the timeline.

    #151648
    Tom
    Lead Developer
    Lead Developer

    Looks like BuddyPress sets the height using javascript.

    You can overwrite it with this CSS:

    #buddypress form#whats-new-form textarea {
        min-height: 50px !important;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.