-
Author
-
January 22, 2019 at 20:03 #217161crashmasterParticipantCOPY CODE
<span lang="en">Hello, I wish I could hide the list of members to the user who is not connected and who is not a member. I did not find this option in the theme settings. Thanks for your help</span>
January 23, 2019 at 17:55 #217202LauraModeratorHello, the list of members do you mean the directory or exactly which list? We can do this with css 🙂
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 🙂
January 23, 2019 at 21:44 #217216crashmasterParticipanthello, I mean the view of the members.
the user goes to the site and if he is not connected, he sees the member tab but the list of members is replaced by a text or login / registration form for example.Thanks for your help,
cordiallyAttachments:
You must be logged in to view attached files.January 24, 2019 at 17:52 #217262LauraModeratorHello, i can test a code to see if it works for what you want, can you share admin credentials?
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 🙂
January 29, 2019 at 02:25 #217498LauraModeratorHello, i added this to your style.css of child theme
COPY CODEdiv#members-dir-list { display: none; } li#members-all:after { content: 'THIS CONTENT IS RESTRICTED FOR LOGGED IN USERS'; font-size: 20px !important; clear: both !important; margin: 30px; color: mediumorchid !important; } div#members-dir-list { display: none; } .logged-in div#members-dir-list { display: block !important; }
Just change the text for the restriction
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 🙂
January 30, 2019 at 16:43 #217633crashmasterParticipantThanks for your help.
I have a request from the client.“For members, you may be able to hide members and search for those who have not paid, and once they have paid, they can do member research.
To put “members on hold, you must make the payment.”
”Is it possible to do that?
Thanks for your helpJanuary 31, 2019 at 21:18 #217719LauraModeratorHello, not right now, what you can do is restrict the members directory only for paid members, this can be done at Memberships section of theme options
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.