BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Not displaying likes function

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

    #51322
    @stemis

    Hi there,
    we just installed the plugin but the “likes” functionality isn’t just there…
    i have enabled it and all but…
    any days???

    Answers

    #51336
    @stemis

    anyone??

    #51448

    Anonymous
    @

    Hi @stemis, Like functionality will be on BuddyPress activity only , you will not have like on page and post.
    Please let me know at which location you are looking for likes
    Regards
    Varun Dubey

    #51463
    @stemis

    hi there, yes i am talking about the activity feed, there is no like button there,
    plz check my image and get back to ASAP cause the site is online and we needed that..

    thanks

    #51489

    Anonymous
    @

    Hi @stemis, please let me know which theme your are using
    seems your theme css have additional css to convert favorite to star

    https://drive.google.com/file/d/0Bzv-k-FcE80iTGhrU01vb3luYmc/view?usp=drivesdk
    that’s why like button is not displaying
    We have converted the same favorite button to like
    Regards
    Varun Dubey

    #51491
    @stemis

    we have the Kleo theme,
    thank you

    #51571
    @stemis

    guys ????

    #51906

    Anonymous
    @

    Hi @stemis Please pm your site login details, we do not have any demo setup for kelo to inspect over there.

    Regards
    Varun Dubey

    #52908
    @stemis

    I have sent you in PM my login info, have you seen the issue?

    #53055

    Anonymous
    @

    Hi @stemis

    
    #buddypress a.button.fav, #buddypress a.button.unfav {
      position: static !important;
      display: inline-block!important;
    }
    

    the ‘like’ and the ‘unlike’ are being dynamically applied in html
    you can check by clicking on ‘star’,
    To change the star icon you can add following

    
    #buddypress a.button.unfav:before, #buddypress a.unfav.bp-secondary-action:before{
      content: "Unlike" !important;
    }
    
    #buddypress a.button.fav:before, #buddypress a.fav.bp-secondary-action:before, {
        content: "Like" !important;
    }
    

    Regards
    Varun Dubey

Viewing 10 posts - 1 through 10 (of 10 total)
  • The question ‘Not displaying likes function’ is closed to new replies.