-
Author
-
January 9, 2019 at 16:57 #216244msteimannParticipant
Is it possible to hide the text excerpt underneath the avatar? I noticed some inconsistencies when I change the privacy settings of a posted update. The problem is, at least one excerpt will remain visible for logged in users on the members listing page, even if changed every post to „private“.
Attachments:
You must be logged in to view attached files.January 10, 2019 at 17:34 #216303RaduModeratorHi,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODEdiv#latest-update { display: none; }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 11, 2019 at 16:06 #216343msteimannParticipantThanks for your reply, Radu. Unfortunately this code didn’t work. Maybe I should have been more specific. I was testing the rtMedia privacy settings for posting updates and noticed some inconsistencies. Sometimes the updates showed up on the members listing pages right beneath the names and Avatars along with a clickable link, even when set to „only me“ or „friends“.
Sometimes only quotation marks were shown. Clicking the link lead to a 404 error page. Therefore I thought it would be a good idea to hide the latest update text on the profile and members pages completely. I entered the code as you suggested in my child theme quick-css but with no luck.
Attachments:
You must be logged in to view attached files.January 12, 2019 at 14:04 #216440Kieran_SQModeratorHi,
Your screenshot showed the member profile header and the CSS provided above targets that area. If you would like to target the members directory please use the below CSS. This can be used instead of or as well as the CSS from Radu.
COPY CODE#members-list .update { display: none !important; }
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 12, 2019 at 14:45 #216448msteimannParticipantThank you Kieran, these lines of code did the trick!
January 12, 2019 at 14:50 #216449Kieran_SQModeratorHi,
Glad this worked for you 🙂 Feel free to open a new topic any time with any other questions or issues and we’ll be happy to help.
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.