-
Author
Tagged: activity, profile photo, Remove Activity
-
September 17, 2015 at 03:10 #78150tmh23Participant
I’d like to not have the members most recent activity show in the profile cover photo area. How can I remove it?
Thanks,
TroyAttachments:
You must be logged in to view attached files.September 17, 2015 at 19:05 #78234RaduModeratorHi,
Please provide url and admin credentials
REgards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 18, 2015 at 18:33 #78395tmh23ParticipantYes. Sorry. I had a database crash on the stage server last night and am in the process of getting it back up. I will message you when It is back on line.
Troy
September 18, 2015 at 21:07 #78431tmh23ParticipantRadu,
Site is back online. You should be able to have access now.
September 21, 2015 at 17:13 #78717RaduModeratorHi,
Hide profile status update under avatar
COPY CODE#item-header-content #latest-update { display: none; }
Increase font size on groups
COPY CODE.buddypress div#item-header div#item-header-content #latest-update, .buddypress div#item-header div#item-header-content p:first-child { font-size:1.2em; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 21, 2015 at 19:54 #78784tmh23ParticipantThis is perfect! Thank you.
Question… Is it possible to have the cover photos of groups and members default to show in the compact view?
Troy
September 22, 2015 at 17:18 #78912RaduModeratorHi,
Can you provide a screenshot with the compact view please ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 22, 2015 at 23:56 #79045tmh23ParticipantSorry, displaying in compact view would not work… It doesn’t show the ‘Add Friend’ or ‘Private Message’
In the fix above about increasing the font size in groups. Is there code that would work to not display this text at all?
Thanks,
TroySeptember 23, 2015 at 18:15 #79167RaduModeratorHi,
Like this you can hide the text from group
COPY CODE.buddypress div#item-header div#item-header-content #latest-update, .buddypress div#item-header div#item-header-content p:first-child { display:none !important; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 23, 2015 at 18:15 #79168RaduModeratorHi,
Like this you can hide the text from group
COPY CODE.buddypress div#item-header div#item-header-content #latest-update, .buddypress div#item-header div#item-header-content p:first-child { display:none !important; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 23, 2016 at 14:47 #100143costyclanParticipant@radu I used your code to remove members last update from profile header which has worked perfectly. Any chance I could get code that would also remove it from directory and search results?
January 25, 2016 at 14:10 #100334RaduModeratorHi @costyclan,
For the members directory use this
COPY CODEbody.directory.members #buddypress #members-list span.update { display: none !important; }
For the search results the last update should be hidden because of the above code.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 25, 2016 at 16:21 #100355RaduModeratorI see, that’s because the solution i provided to you is available for Kleo – this is a Kleo topic.
I will get back to you with solution
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 25, 2016 at 17:01 #100362RaduModeratorSharmstr answered you here : https://archived.seventhqueen.com/forums/topic/remove-update-from-member-profile-in-search-results/#post-100360
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.