BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall show all comments link is hiding activity like count

  • This topic has 7 replies, 2 contibutors, and was last updated 9 years ago by Anonymous.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #51387
    @surfbuddy

    Hi all, The show all comments link that appears when there are too many comments is hiding the activity like count. How can I fix this to only hide comments? I never want to hide the activity like count. Thanks

    Answers

    #51436

    Anonymous
    @

    Hi @surfbuddy, Please attach screenshot to get clear idea
    Regards

    #51539
    @surfbuddy

    Here you go. The activity-like-count class becomes hidden when many comments. I would like to only hide comments when many comments. How can I always show like count?

    #51818

    Anonymous
    @

    Hi @surfbuddy , you can use following css

    
    .activity-like-count{
    display:block !important;
    }
    

    Regards

    #51871
    @surfbuddy

    Thanks. show-all comments link is displaying above like count. How can I display show-all comments link to be below activity-like-count?

    #51904

    Anonymous
    @

    Hi @surfbuddy, we have only this possible hook which we can use to display all likes
    bp_before_activity_entry_comments
    and we have used the same, who liked bp activity is not bp functionality
    Regards
    Varun Dubey

    #51975
    @surfbuddy

    Gotcha. Thanks Varun!

    #51977

    Anonymous
    @

    🙂 i will close this topic
    Regards

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘show all comments link is hiding activity like count’ is closed to new replies.