Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Feature Requests › Customize Icon on Member Profile Card
Tagged: Implemented
- This topic has 6 replies, 3 voices, and was last updated 3 years, 2 months ago by
Themosaurusrex.
-
AuthorPosts
-
lalaineParticipant@lalaine
- 11 Topics
- 22 Posts
Up::0Is it possible to add an icon like this : https://fontawesome.com/icons/address-book?style=regular
either thru a code snippet? or css?
Thanks
October 10, 2018 at 04:21 #2742@themosaurus- 1 Topics
- 1675 Posts
Hi @lalaine,
Apparently you are using the BuddyPress user circles plugin (https://buddydev.com/plugins/buddycircles/).
Unfortunately, this one is not compatible with Gwangi at the moment.Therefore We put this ticket as a feature request.
In another time, you can tell us which icon you would like to display for this button.
Then we will send you a CSS snippet while waiting for a possible update for the plugin’s full compatibility.The list of available icons is only available here: https://fontawesome.com/v4.7.0/icons/
Best regards,
October 10, 2018 at 08:59 #2743@themosaurus- 1 Topics
- 1675 Posts
Hi @lalaine,
Thank you for your great suggestion. ?
You request has been added to the feature request forum. We will implement the integration with BuddyPress User Circles if other community members upvote this request.
We’ll keep you informed. Thank you very much for contributing to Gwangi!
Best regards,
October 11, 2018 at 11:10 #2761lalaineParticipant@lalaine- 11 Topics
- 22 Posts
.circle-button a::before{
content: “”;
color: #4798B6; /* replace with actual code*/
}I was able to add the same icon for message from inspect element
content: “”; <— how do I change this “icon”thanks, is this a custom icon or a font awesome icon?
October 12, 2018 at 03:03 #2790lalaineParticipant@lalaine- 11 Topics
- 22 Posts
I was able to edit the circle icon holder, adding to custom css, I copied from inspect element the settings icon, editing hex color is straight forward
Is there a list of what content icons are available and how to properly add them
————————- Adding Buddy Circles Icon via css
.circle-button a::before{
content: “”;
color: #FFA20D;
}————————-
Hope this helps others
October 12, 2018 at 04:57 #2792@themosaurus- 1 Topics
- 1675 Posts
Hi @lalaine,
Thank you for your great contribution. ?
We hope also that this might help others.You can browse the list of icons included in Gwangi here: https://fontawesome.com/v4.7.0/icons/
To use any icon, simply copy the font unicode and paste it preceded by backslash like following:content: "\f2ba";
Thank you very much for contributing to Gwangi! #Sharingiscaring ❤️
Best regards,
October 12, 2018 at 11:08 #2797@themosaurusrex- 0 Topics
- 2048 Posts
Hi,
We have recently released an update of Grimlock for BuddyPress that includes this feature (v 1.4.1). Updating this plugin to the latest version should add it to your website.
After the update, any integration problems should be fixed. However, you might still be seeing an issue because your browser cache is showing you an older version of the page (browsers do that to load pages faster). To see that the issue is resolved you will need to empty your browser cache and reload the page. If you want to read more on what browser cache is and how to clear it, here is an article that might help you:
https://www.lifewire.com/how-to-clear-cache-2617980Kindest regards,
November 19, 2021 at 10:10 #36945 -
AuthorPosts
The topic ‘Customize Icon on Member Profile Card’ is closed to new replies.