Tagged: featured members
Hello Lucia,
Thanks for sharing. You can hide last activity time in following manner.
Step 1. Copy the plugin template file name ‘members-loop-slider.php’ to the following path
{current_theme_folder}/buddypress/members/featured/widget/members-loop-slider.php.
if folders not exists create by your own.
Step 2. Find the string ‘bp_member_last_active()’ and delete this. That’s it.
Please let me know if resolved or not.
Regrads
RaviHi Lucia,
You can use the following css.featured-member-item span.activity { display: none; }
Also, the template method recommended by Ravi was fine too. You don’t change it in plugin, instead you keep a copy in your theme.
I will suggest going with any method which is is more comfortable with you.
Regards
BrajeshHi, Brajesh
I put this code.featured-member-item span.activity {
display: none;}
in the area that my theme leaves to add custom css but it’s not working.
Maybe I need to put it somewhere else to make it work. Can you please advise on where to put it?thanks again,
LuciaHi Lucia,
I checked again. The selecter has lower priority causing it to not hide the activity. Please update the code to this.featured-member-item span.activity { display: none !important; }
This should do it.
You must be logged in to reply to this topic.