BuddyDev

Search

[Resolved] Buddypress friends suggest

  • Participant
    Level: Initiated
    Posts: 3
    Lars on #20826

    Hi, I would like to try out this plugin on my site – can you help me with some css?

    1) The ‘add friend’ button. I have tried

    ´.friendship-button not_friends add
    {…} ´
    but it doesn’t seem to work?

    2) I would like to right and top align the ‘x’ for hiding suggestions with the name.

    3) How come this plugin is not in the wp repository? Do you plan to keep maintaining it?

    Thanks
    Lars

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #20839

    Hi Lars,
    Thank you for the question.

    1. what is the issue you are facing? the not_friends and add are css classes and you can use them like this

    
    
    #members-suggestion-list .not_friends .add{
    
    }
    
    

    2. Depends on your theme and you will need use some css to do that. I am unable to provide exact css as it will be theme dependent.

    You can use the following selector

    
    .remove-friend-suggestion {}
    
    

    To target the ‘x’ mark.

    3. We haven’t put all our plugins on wp.org. We have been maintaining it for last years(originally released in 2011) and we are certainly going to keep it updated for the foreseeable future.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 3
    Lars on #20844

    Thank you Brajesh, that helped a lot.

    I managed to style the widget, and it seems to be working fine.

    Nice work!

    Kind regards
    Lars

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #20856

    You are welcome.
    I am glad you were able to style it.

    Regards
    Brajesh

The topic ‘ [Resolved] Buddypress friends suggest’ is closed to new replies.

This topic is: resolved