Tagged: cover-photo
On my BuddyPress Members Directory Card, I want to disable the Cover Image, while the Cover Image should appear on the Member’s Single Page.
I used this Snippet:
`add_filter( ‘bp_is_profile_cover_image_active’, ‘__return_false’ );
add_filter( ‘bp_is_groups_cover_image_active’, ‘__return_false’ ); `Which I got from here:
https://buddydev.com/disable-cover-images-for-buddypress-2-4/But it didn’t work.
Please, do you have the updated code that can help me to effectively disable the Cover Photo from the Members Directory Card, while retaining it on the Single Profile Page?
Regards.
Hi,
welcome back.I am sorry, that code is not related to members directory. The default BuddyPress template packs don’t have any cover visible in directory.
I will suggest reaching out to theme author as it seems specific to your theme.
Regards
Brajesh
You must be logged in to reply to this topic.