Skip to:
Content
Pages
Categories
Search
Top
Bottom

Disabling Visibility Levels Feature


  • samurdhilbk
    Participant

    @samurdhilbk

    Is it possibility to disable the profile visibility levels feature? I want to disable the entire feature so users don’t have any access controls.

    WordPress version – 4.7.2
    BuddyPress version – 2.7.4

Viewing 1 replies (of 1 total)

  • mrjarbenne
    Participant

    @mrjarbenne

    You could just hide the toggle with CSS. There’s probably a more elegant way I don’t know, but this will work in a pinch:

    Add this to the style.css file of your child theme, or add it to the Custom CSS panel in the Customizer:

    #buddypress .field-visibility-settings-toggle {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar