BuddyDev

Search

Hide Cover Image in Members Directory Card

Tagged: 

  • Participant
    Level: Initiated
    Posts: 14
    Cordial on #53587

    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.

  • Keymaster
    (BuddyDev Team)
    Posts: 24645
    Brajesh Singh on #53593

    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.

This topic is: not resolved