sbrajesh / bp-clear-notifications

Clear All BuddyPress notifications in a single click
5 stars 3 forks source link

Doesn't work on boss theme by buddyboss #1

Open quinngoldwin opened 9 years ago

quinngoldwin commented 9 years ago

I dont know if it conflicts with the theme or other plugins but this is what I have installed

I use ubuntu 14.04 php 5.4 Wordpress 4.2.2 Buddypress 2.3.1 Boss theme 1.17

Plugin list Buddy dev bp auto login on activation buddy dev stealth mode for site admin all in one wp security better wordpress minify BP default email notification settings control BP redirect to profile BP You are blocked BUddy Dev Branded login for buddy press BuddyBoss Wall Buddypress Automatic Friends Buddypress BLock Activity Steam types Buddypress Captchia Buddypres Edit Activity Buddypress GLobal Search Buddypress Username Changer Email Login Google Authenticator Mailchimp for WOrdpress Spam Referrer BLock Stop Spammers Spam Control WP better emails wp Mandrill Wp User Avatar

sbrajesh commented 9 years ago

There is problem with the boss theme. They don't have proper class/id added for the notification dropdown causing this problem. Sorry, but we can not provide a fix unless you get the theme author to update their notification menu id/class. It should be identifiable.

maxledoux commented 7 years ago

Hi, @sbrajesh,

What should the class / id be? Can't I just fix it in my child theme?

Thank you.

sbrajesh commented 7 years ago

Hi, Most probably you won't be able to fix it in the child theme. The account dropdown is generated by the parent theme and child theme does not have much control over the generated content for the menu.

In order to allow clearing, we need some way(using any class/id) to identify the menu. In case of Boss, when i had checked last time, It was not feasible to differentiate between notification/other items.

Since the menu was just a clone of the notifications/account from adminbar, using the original id/class should have been the best approach.

tinyCoder32 commented 6 years ago

Hi, thanks for the great plugin, but when can we have a fix for this issue?

sbrajesh commented 6 years ago

Hi, Please ask BuddyBoss to provide a css selctor for identifying the notification bell/list and I will quickly update the plugin.

Thank you.