Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing tooltip showing the name

  • Hi,

    I am looking for removing the tooltip which is showing the BP-Field “Name” when one is moving the mouse over an avatar.

    There must be somewhere an option as on this board it is de-activated.

    Can anyone give me a solution for that?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)

  • r-a-y
    Keymaster

    @r-a-y

    There’s two ways you can do this.

    1) Filter the avatar output

    Try adding the following to your theme’s functions.php.

    Disclaimer: Untested!

    `
    add_filter( ‘bp_core_avatar_title’, ‘__return_false’ );
    add_filter( ‘bp_core_avatar_alt’, ‘__return_false’ );
    `

    2) Use javascript
    You can also dynamically remove the title and alt text via javascript if desired.

    Hi Ray,

    That worked just great! you just made my day!

    Thanks for your time and feedback.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing tooltip showing the name’ is closed to new replies.
Skip to toolbar