By default, the members masonry should have the filter set to “Last Active” which will not display pending members since they have no ‘activity’ yet. If you switch that filter to Alphabetical, they will show up.
The members masonry only stylizes the buddypress member loop. So, if you want to filter out pending users no matter what filter is selected, you’ll have to modify the buddypress query. You should ask this question over on the Buddypress support forum.
Or you might be able to add a conditional check within the members loop in /kleo/buddypress/members-loop.php to check for activity before outputting the member.
COPY CODE
<?php if (bp_member_last_active() != '') { ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com