Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Feature Requests › BuddyPress Miscellaneous Button Icon Change
Tagged: Implemented
- This topic has 18 replies, 3 voices, and was last updated 2 years, 9 months ago by Manathan.
-
AuthorPosts
-
ErikParticipant@erikdiamond
- 22 Topics
- 56 Posts
Up::0Hello, I have installed the BuddyBlock plugin, and BuddyPress has assigned a strange miscellaneous button icon for it. It is an arrow icon for blocking a member that does not make sense. I want it to be replaced with a handstop icon perhaps? So how can I do that? I do have font awesome installed if you were wondering.
Thanks
October 21, 2021 at 20:55 #36164@themosaurusrex- 0 Topics
- 2048 Posts
Hi Erik,
Thank you for your feedback.
We totally agree. This arrow icon is the placeholder chosen by our dev team and it should be removed. We’ll share your feedback with them and consider replacing this icon by another that will be more suited to this context.
We will add this task to our list but we cannot disclose any release date as we already have a lot to work on. Please note that I took the liberty to move this topic to our Feature Requests forum.
We’ll keep you informed. Thank you very much for contributing to this theme!
Best regards,
October 25, 2021 at 22:02 #36234@themodactyl- 0 Topics
- 6603 Posts
Hi Eric,
Waiting the update, simply add the following code snippet to your website:
/** * Change icon of Blocking user feature */ #buddypress:not(.youzer) div.action > div > a.block-button::before{ font-family:'FontAwesome' !important; content:'\f05e' !important; color:var(--grimlock-color-danger) !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you. 🙂Regards,
November 24, 2021 at 13:58 #37059@themodactyl- 0 Topics
- 6603 Posts
Hi Erik,
Something must conflict with the snippet on your site because it works fine on our demo.
It’s best if we take a quick look at this… Could you create a new website user for us please? If possible with administrator capabilities so we can make a quick check of your settings.
You can post the user name and password in your next reply and mark it as private to keep this between us.Thank you.
December 1, 2021 at 10:54 #37237@themodactyl- 0 Topics
- 6603 Posts
Hi Erik,
Thank you for sharing the right url with us.
I just took a look. First, there was a
{
missing in one of your css that messed with the snippet.Secondly, it seems the css in the customizer is not taken in consideration. In fact, any CSS I can add is not affecting the page. My best guess is that your issue might probably be caused by some conflicting third party plugin or some extra code snippet as we don’t encounter this issue with our demos. Could you deactivate all plugins that have not been installed with your theme during its setup and all existing custom PHP code snippets please? And then, could you confirm me that the issue is still persisting please?
We’re waiting for your feedback.
Thank you.
December 6, 2021 at 10:25 #37366ErikParticipant@erikdiamond- 22 Topics
- 56 Posts
Hello,
I can see that it shows a “block” icon on it but with the green background even if it’s misc?
I also wanted to know how can I change the order of the buttons. For example:
Add Friend
Private Message
Block.it does not make sense to have a block button to be featured at the top of the order, right?
December 6, 2021 at 23:32 #37376@themodactyl- 0 Topics
- 6603 Posts
Hi Erik,
My best guess is that this color might probably be caused by some extra code snippet as we don’t encounter this issue with our demos. Could you deactivate all existing custom code snippets please? And then, could you confirm me that the issue is still persisting please?
Please also make sure that you have the latest theme version and that all recommended plugins are up-to-date. Finally, you could also consider clearing all activated caching system as well as your browser cache before investigating any further. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.
Concerning the order, this is standard behavior with our BuddyPress, I’m afraid. As this is not breaking the page, changing this is considered customization work. Unfortunately, this is a service that we do not provide. As you know, we only share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you hire a freelancer to do it for you. If you’re on a tight budget, we recommend you to require the services from Envato Studio freelancers (https://studio.envato.com/explore/websites-programming). This web platform gives you access to developers who have already experience with theme customizations, and for very competitive prices.
Thank you for your understanding.
🍾 2022 is coming ! 🥂
From December 25, 2021 until the January 2, 2022 included, our support forum will be closed as our team will be enjoying Christmas and New Year’s Eve with their families. We’ll be back on January 3, 2022. Be sure that we’ll do our best to manage all your topics as soon as possible.
We thank you for your understanding and we wish you a Merry Christmas and a Happy New Year!December 7, 2021 at 12:50 #37388ErikParticipant@erikdiamond- 22 Topics
- 56 Posts
Thank you.
I have Breeze Cache from Cloudway. I have turned off the browser cache because it may affect the BP Membership Map. For example, it only shows admin on the map, not the rest of the members. When I turn off the browser cache, all members show up on the map which is very odd. But that is a different subject and more testings for later.
December 7, 2021 at 21:41 #37415@themodactyl- 0 Topics
- 6603 Posts
Hi Erik,
We tend to keep one subject per topic. This is more easier to manage a request and to keep track of it.
Don’t hesiatte to report this issue to BP Maps for Members Authors. They might have a solution we don’t know of.
Best,
December 8, 2021 at 13:08 #37425@themodactyl- 0 Topics
- 6603 Posts
Hi Erik,
We have just released a new update of Grimlock for BuddyPress (v 1.4.4). Updating this plugin to the latest version should fix this issue.
After the update, the problem should now be fixed. However, you might still be seeing the 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: How to Clear Internet Cache in Every Major Browser.
Kindest regards,
🍾 2022 is coming ! 🥂
From December 25, 2021 until the January 2, 2022 included, our support forum will be closed as our team will be enjoying Christmas and New Year’s Eve with their families. We’ll be back on January 3, 2022. Be sure that we’ll do our best to manage all your topics as soon as possible.
We thank you for your understanding and we wish you a Merry Christmas and a Happy New Year!December 14, 2021 at 14:53 #37520 -
AuthorPosts
The topic ‘BuddyPress Miscellaneous Button Icon Change’ is closed to new replies.