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
LarsHi 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
BrajeshYou are welcome.
I am glad you were able to style it.Regards
Brajesh
The topic ‘ [Resolved] Buddypress friends suggest’ is closed to new replies.