Tagged: icon, profile privacy
I downloaded the BP profile visibility plugin. Running buddyboss, elementor and learn dash. Everything is working OK, except for the icons for Shop and Profile Privacy are not working and I do not know how to access them to change them?
Hi Linda,
Thank you for using the plugin.Are you referring to the “Account” sub tab’s icon?
For BuddyPress profile visibility, Please visit Dashboard->Appearance->Customize->Additional CSS and add the following
#buddypress .bp-settings-container .bp-navs #account-admin-visibility-mode:before { content: '\E90D'; }
Which plugin are you using for shop? Is it BuddyCommerce? Please let me and I might be able to help with that.
Regards
BrajeshThanks! I copied the css but it replaced the icon with the actual text E90D, not an icon?
For the shop, yes, I am using this plugin:
WC4BP -> WooCommerce BuddyPress Integration
Integrates a WooCommerce installation with a BuddyPress social network
Version 3.3.10 | By ThemeKraft | View detailsThanks!
Hi Linda,
Please copy the css from the forum post. It will work. I am guessing, you might have copied for the email notification. That gets entity encoded and won’t work.For the WC4BP, Please contact their author.
Regards
BrajeshHi Brajesh,
Yes, I did copy the CSS directly from the post. But it is not working. Please see screen shots:Thank you!
Hi Linda,
Thank you.yes, It is the quotes causing it.
Please remove the quotes from the values and add again to make sure it is single quoted like
'
and not backquoted.#buddypress .bp-settings-container .bp-navs #account-admin-visibility-mode:before { content: '\E90D'; }
Here is how it looks
https://i.imgur.com/ywrX3nt.png
Regards
BrajeshThank you. I am not sure what is going on . I am copying exactly as you have it, with a singly quote:
#buddypress .bp-settings-container .bp-navs #account-admin-visibility-mode:before {
content: ‘\E90D’;
}It is still not working. It is only showing E90D as the icon. Not an actual icon. Anything else to try?
Thanks for your help!Hi Linda,
I am sorry but I am not sure what could be the issue. Will you be able to grant me temporary admin access(can create a temporary account and delete).I can quickly check, update and share the reason.
Regards
Brajesh
The topic ‘ [Resolved] Shop and Profile Privacy Icons not working’ is closed to new replies.