-
Author
-
December 15, 2015 at 02:30 #93306
Loyal_Customer
ParticipantHello,
Can you please tell me how to remove the “Last Active” details on the home and group pages?
Attachments:
You must be logged in to view attached files.December 15, 2015 at 18:55 #93417Radu
ModeratorHi,
Please provide a print screen that pointing out elements that you want to hide.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 16, 2015 at 01:09 #93519Loyal_Customer
ParticipantHi,
I have attached 3 images showing the elements that I want to hide.
Thank you.Attachments:
You must be logged in to view attached files.December 16, 2015 at 18:50 #93673Radu
ModeratorHi,
Please add this css to your wp-admin -> theme options -> styling options -> quick CSS
COPY CODEbody.home span.activity { display: none; } #groups-list .search-item p.date { display:none; } #profile span.activity { display: none; }
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 16, 2015 at 23:11 #93721Loyal_Customer
ParticipantThank you!
The code below worked to remove the activity details on the home page; however, it didn’t work on one other page using the [kleo_top_members] shortcode.
body.home span.activity {
display: none;Please how can I get it to work on a page using the Front Page Template, with the parent page set to “Home” (Please see attached image). For example, I would like to hide the “Last active” details on a page called “yourdomain.com/home/search.”
Attachments:
You must be logged in to view attached files.December 17, 2015 at 16:59 #93857Radu
ModeratorHi,
Please replace
COPY CODEbody.home span.activity { display: none;}
with
COPY CODEspan.activity {display: none;}
Let me know if it works
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 19, 2017 at 21:25 #162147dtalton1607
ParticipantI am trying to accomplish the same task and was only able to eliminate the last activity meta in the group and individual profiles by using the span.activity {display:none;} in the Quick CSS Field of General Settings in Kleo.
Have tried the other CSS suggestions listed above as well as this: #buddypress span.activity {display: none;}. This last CSS Snippet works but removes the dropdown functionality of the primary menu. If you have any other suggestions on how to remove the last activity meta from the member and group directory lists I would greatly appreciate it!
Thank you.
– David
May 23, 2017 at 02:44 #162366Radu
ModeratorHi David,
Please use this CSS instead
COPY CODE.home .kleo-page .section-members .item-meta {display:none;}
It should remove only the time activity meta from Top Members section from homepage only.
This one should remove the time activity from the group’s directory.
COPY CODE.directory.groups div#groups-list .search-item .date {display:none;}
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 24, 2017 at 16:43 #162570Radu
ModeratorHi,
For the members, list use this CSS
COPY CODE#buddypress #friend-list .update, #buddypress #member-list .update, #buddypress #members-list .update { display: none; }
Let me know
It should work I’ve tested on the demo
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 24, 2017 at 17:02 #162584dtalton1607
ParticipantHi Radu,
Just tried it out and sadly it didn’t work. Tried placing it both in the Quick CSS field in the Theme General Settings as well as the style.css file.
May 26, 2017 at 18:11 #162760Radu
ModeratorHi,
In this case please provide to me an account in a private reply to can see and test live on your site the CSS snippet, please.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.