-
Author
-
October 11, 2017 at 23:01 #176377evolvebsaParticipant
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.
October 12, 2017 at 23:40 #176490LauraModeratorHello, please try by adding this to style.css of child theme 🙂
COPY CODEli#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 solutionLaura 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 🙂
December 14, 2017 at 00:07 #182972evolvebsaParticipantThat 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.
December 15, 2017 at 02:59 #183085LauraModeratorHello, 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/43f0598f28eabf4d5bd1But 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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.