BuddyBoss Home – Web Support Forums Themes OneSocial theme Make activity comment area visible without clicking

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #64280
    @krutten

    I need to make the box where you can add comments, etc. on the activity areas visible without first having to click anywhere in that area to make the “+” appear. It’s not intuitive and people don’t know how to add a comment. I want it immediately obvious as the default please.

    Answers

    #64481

    Alyssa
    Participant
    @alyssa-buddyboss

    Hi @krutten,

    I hope you’re doing well. You can make activity areas visible with following lines of code.

    jQuery( document ).ready( function(){
        $('#whats-new-form').removeClass('isCollapsed');
    });

    You need to put this code in Custom Codes section. You can find it on Dashboard -> BuddyBoss -> OneSocial Theme -> Custom Codes.

    Please refer follwoing screenshot http://goo.gl/yyKSpw

    Thanks

    #64598
    @krutten

    Worked perfectly… thanks @Sagar!! 🙂

    #64606

    Alyssa
    Participant
    @alyssa-buddyboss

    @krutten You are welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Make activity comment area visible without clicking’ is closed to new replies.