wpdever
Forum Replies Created
-
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…).
Forum: Plugins
In reply to: [WP Notification Bell] Notification Font sizeHi,
Which type of notifications are you using?
You can check out this tutorial for css if you haven’t already: https://wpsimpleplugins.wordpress.com/2021/02/11/how-to-style-a-notification/
Just change the font-size attribute as you need.
If it’s for user notifications, check towards the end of the tutorial, you can then add the font-size to both the Visited notification item and Non visited notification item class.
Forum: Plugins
In reply to: [WP Notification Bell] Scheduled Posts Showing as Default NotificationHi,
Are you using the new post notifications? And if so, did you add {{post_title}} in the “Default value” of one of the fields?
You can check this tutorial for the new post notifications: https://wpsimpleplugins.wordpress.com/2021/02/11/how-to-add-new-post-notifications/
For the scheduled post, do you mean that the notification is created when the post is scheduled, or that the displayed date on the notification (if you use the {{date}} placeholder) shows the date when it was first created and scheduled instead of when it’s published?
Forum: Plugins
In reply to: [WP Notification Bell] Latest release caused FATAL CRASH !I’ve released an update fixing this issue. Let me know if it works for you.
Forum: Plugins
In reply to: [WP Notification Bell] Latest release caused FATAL CRASH !Hi,
Can you please share the error message? I was not able to find any.
Meanwhile, I’ve released another update reverting back some changes. Please let me know if it works for you.
Forum: Plugins
In reply to: [WP Notification Bell] Trying to access array offset on value of type nullHi,
Thanks for letting me know. I’ve added the null check in the latest update. Please check and let me know if you find any more errors or warnings.
Forum: Plugins
In reply to: [WP Notification Bell] Error in error.log with PHP 8.1Hi,
I’ve just updated the plugin to fix this, you can check to see if the warning’s gone.
Forum: Plugins
In reply to: [Cart tracking for WooCommerce] Fatal Error – Plugin will not activateHi,
Thanks for letting me know. I’ve updated the plugin with a fix for this issue.
Forum: Plugins
In reply to: [WP Notification Bell] Error after updateHi, I’ve just a released an update to fix this error. Please update and let me know if it works.
Forum: Plugins
In reply to: [WP Notification Bell] Notification messages close very quicklyHi,
Do you use caching only on the main page? And how are you using it, is it through a plugin?
Can you tell me how to make the popup window of the informer close only when you click outside its area or when you click on the call again?
This is the normal behavior of the plugin. The box closing on its own without any clicks is not supposed to happen so there’s no option to enable or disable that.
Can you maybe deactivate other plugins to see if it changes anything?