BuddyDev

Search

[Resolved] Shop and Profile Privacy Icons not working

  • Participant
    Level: Initiated
    Posts: 8
    Linda Anderson on #30417

    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?

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #30418

    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
    Brajesh

  • Participant
    Level: Initiated
    Posts: 8
    Linda Anderson on #30419
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #30421
    This reply has been marked as private.
  • Participant
    Level: Initiated
    Posts: 8
    Linda Anderson on #30422

    Thanks! 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 details

    Thanks!

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #30448

    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
    Brajesh

  • Participant
    Level: Initiated
    Posts: 8
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #30453

    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
    Brajesh

  • Participant
    Level: Initiated
    Posts: 8
    Linda Anderson on #30458

    Thank 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!

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #30459

    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.

This topic is: resolved