This topic has 3 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #176377
     evolvebsa
    Participant

    Hello, good afternoon. I have in the Member Directory three tabs: “All Members”, “Featured Members”, and a custom one “Entertainers”. Those filter the members at my site, i would like to display only the tab of “Entertainers”. How do i delete or hide the other ones.

    Thank you.

    #176490
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme 🙂

    COPY CODE
    
    li#members-featured {
        display: none !important;
    }
    li#members-all {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #182972
     evolvebsa
    Participant

    That helped to hide all the members. I have two membership levels, “Enjoyers” and “Entertainers”. I need to display only in my membership directory the “Entertainers”, so i downloaded a plugin called BP Member Types to do it, but i have to assign manually for every member the member type and it’s not going to work. Is there a code like that one but to hide the “Enjoyer” membership level from the members directory?

    That would solve the problem.

    Thanks Laura for the attention, like always.

    #183085
     Laura
    Moderator

    Hello, well that would be the way to o it with membership types, another way could be using roles but that requires a lot of development and time. Here are some codes that could help
    https://gist.github.com/sbrajesh/2142009
    https://gist.github.com/maksbd19/43f0598f28eabf4d5bd1

    But you will need the help of a developer to do it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?