BuddyBoss Home – Web Support Forums Themes Boss. theme buddypress links in buddypanel menu – missing unread counter

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #52427
    @surfbuddy

    Hi all, When bp notifications component link is added to buddypanel menu, it shows the unread count over the font awesome bell icon. However, the unread count is not showing for bp messages component link. How can I display the messages unread count in buddypanel menu? Thanks

    Answers

    #52481

    Anonymous
    @

    Hi @surfbuddy
    BuddyPanel also contain the counts for messages, notification and friends
    You can also check that on our demo site.
    You will need to include BuddyPress menus in BuddyPanel.
    https://drive.google.com/file/d/0Bzv-k-FcE80iYlpLZkFZZm5HbmM/view?usp=drivesdk
    Regards

    #52550
    @surfbuddy

    Thanks. The counter disappeared from buddypanel when I removed messages nav from my account menu
    $wp_admin_bar->remove_menu('my-account-messages');
    I added the messages nav back and counter reappeared in buddypanel. How can I remove messages nav from my account menu without removing the count from buddypanel?

    #52843

    Anonymous
    @

    Hi @surfbuddy
    you can use custom css to hide it

    
    #wp-admin-bar-my-account-messages{display:none;}
    

    Regards
    Varun Dubey

    #53329
    @surfbuddy

    Awesome, thanks Varun!

    #53468

    Anonymous
    @

    🙂 I will close this thread
    Regards
    Varun Dubey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘buddypress links in buddypanel menu – missing unread counter’ is closed to new replies.