wpdever
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Notification Bell] Changing the color of the bell iconHi,
Can you check if the quotes are the correct ones “” ?
<i class="fa fa-gift" style="font-size:22px; color:#FFFFFF";"></i>
If it’s still not working, maybe Font Awesome is not loaded in your theme. You can try adding it in functions.php file and see if it works.
Forum: Plugins
In reply to: [WP Notification Bell] Deleting notfications after X amount of time.Hi,
If you mean the post type key, it’s ‘wnbell_notifications’.
Have you tested plugins like https://www.ads-software.com/plugins/post-expirator/ ? If you go to that plugin’s settings, you’ll find “Notification Bell” in the Post Types tab. But I haven’t tested it beyond that.
Forum: Plugins
In reply to: [WP Notification Bell] Getting PHP WarningsHi,
Could you update the plugin version and see if you’re still getting the same warnings?
Forum: Plugins
In reply to: [WP Notification Bell] UTC timezone issueHi,
I’ve released an update just now. Could you update and let me know know if it works on your side?
Forum: Plugins
In reply to: [WP Notification Bell] UTC timezone issueHi,
Are you using the new post/custom post type notifications? Or another type of notifications?
Also, could you test the {{time}} placeholder, and let me know if it gives the correct time?
Could you send me a member’s login at [email protected] ?
Also, could you please test with the recipient role as well? I’m unable to replicate this issue so I’d just like to see if you have the same problem with that field.
Hi,
Can you send the website link?
Is the count updating correctly when sending to everyone or when sending to a specific Recipient role?
Forum: Plugins
In reply to: [WP Notification Bell] Error On Php 8.1Hi,
I tested php version 8.1 but was unable to replicate the error.
What type of notifications are you using (comments, buddypress…), and what display method (on the menu, with a shortcode…)?
Forum: Plugins
In reply to: [WP Notification Bell] wnbell_notifications_lists Error (Loading Unlimited)Hi,
I’ve released a new plugin version. Please check and see if you still see the warning.
Forum: Plugins
In reply to: [WP Notification Bell] Open Notifcation Links in New TabGlad it worked! And thanks for letting me know about this fix.
Forum: Plugins
In reply to: [WP Notification Bell] Open Notifcation Links in New TabThe code will disappear if you update the plugin in the future.
Can you check why it doesn’t work in functions.php? Maybe change the position of the code or verify if it’s the right theme.
Forum: Plugins
In reply to: [WP Notification Bell] Open Notifcation Links in New TabIs the bell displayed by enabling the “Add bell icon to menu for visitors” option?
Can you add the code directly to the plugin’s wp-notification-bell.php at the bottom, just to test?
Forum: Plugins
In reply to: [WP Notification Bell] Open Notifcation Links in New TabCould you please send the website link to [email protected] and how to access the bell on the site?
Forum: Plugins
In reply to: [WP Notification Bell] Open Notifcation Links in New TabHi,
I’ve just added the filter to be used for this. You can update the plugin then in your theme’s functions.php file, add:
add_filter('wnbell_link_target', function ($target) {
return '_blank'; // Open all links in a new tab
});Hi,
Do you mean the count is not going over 5 even if more notifications are published? Or that when the bell is clicked, the count is not set to 0 and hidden?
Also, please let me know what type of notifications do you use: the manual/ post type notifications, or the user notifications (comments, woocommerce…).