-
Author
-
April 30, 2015 at 22:25 #56855Venter11Participant
When users’ avatars are on each side of the screen, how can that be set to: 1) Only show when a user is logged in, and 2) Only show the current user’s friends instead of everybody on the site.
Thanks for your time!April 30, 2015 at 22:30 #56856Venter11ParticipantHere’s what I’m talking about.
Attachments:
You must be logged in to view attached files.April 30, 2015 at 23:57 #56875sharmstrModeratorFor the first question, try this in your childs function.php file
COPY CODEif (!is_user_logged_in()) { echo '<style>nav.pagination-sticky.members-navigation {display: none;}</style>'; }
The second one would involve editing the member nav query which is you’ll need to either do yourself, hire someone or request this feature in the new Feature Request section here.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 2, 2015 at 03:54 #57005Venter11ParticipantThanks! In the meantime, is there a way to simply turn off sticky members in theme options?
May 2, 2015 at 16:21 #57039sharmstrModeratorSticky members?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 2, 2015 at 23:53 #57080Venter11ParticipantOh I thought that’s what you guys called it, ha. The ‘next user’ buttons/gravatars on the left and right sides of the screen like we talked about before. I’d like to just turn that off if possible if it’s not for user’s friends only.
May 3, 2015 at 00:16 #57081sharmstrModeratorPut this is quick css
COPY CODEnav.pagination-sticky.members-navigation {display: none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.