Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    Hi Sandy,

    Thanks for your suggestion. I have just uploaded version 1.1.1, in which hovercards are disabled in the profile badge and the profile header (in the bp-default theme). If the classes are different in your theme or you want to disable them on more places, I have added filters (still no settings screen!) to change the classes – explanation is in the faq.

    Cheers,
    Mike

    Thread Starter Hope

    (@amalsh)

    Thanks a lot Mike. Now hovercards are disabled on profile header and I added this filter to disable it on the user bar menu:

    function disable_bphc_by_parent( $filter ) {
    return $filter . ‘, #wpadminbar’;
    }
    add_filter(‘bphc_parent_filter’, ‘disable_bphc_by_parent’);

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A suggestion’ is closed to new replies.