• Resolved Mwiinga

    (@rodgerrmi)


    hello
    wonderful plugin you have.
    have a question.
    how do I remove or hide the “Privacy,” “Blocked Users,” “Notifications,” & “Account Deletion” Options in the ‘Settings’ of the user profile page?

    Regards

    Rodger.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello, @rodgerrmi
    If you want to disable that settings, you should open Roles tab in Membership settings and configure required user role: https://prntscr.com/kifv9a – you can disable account deletion and privacy settings.
    Unfortunately you can’t remove “Blocked Users” and “Notifications” – but you can try to use custom CSS to hide that tabs using display:none; property.

    Thread Starter Mwiinga

    (@rodgerrmi)

    Thank you for your time and write back.
    & on the CSS, may I kindly ask for the CSS code?
    I actually do not know how to write/retrieve it.

    Regards

    Plugin Author supsystic

    (@supsysticcom)

    Hello, @rodgerrmi

    You should find in WordPress dashboard page for mebership profile and add in the Text Editor the following CSS code:

    <style>
    .ui.secondary.pointing.menu a.item[data-tab*="blocked"],
    .ui.secondary.pointing.menu a.item[data-tab*="notification"]{
    display:none;
    }
    </style>

    After this update page and test the results. “Blocked Users” and “Notifications” tabs should disappear from Profile page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove/Hide “Privacy” “Blocked Users” “Notifications” & “Account Deletion”’ is closed to new replies.