wpdever
@wpdever on WordPress.org
- Member Since: October 21st, 2019
Contribution History
wpdever’s badges:- Plugin Developer
-
Committed [2862335] to Plugins SVN:
fixed get_status for no orders) -
Posted a reply to WooCommerce New Product Notification, on the site WordPress.org Forums:
Hi, In the free version, you can enable custom post types and choose product as… -
Posted a reply to Option to remove/clear notifications, on the site WordPress.org Forums:
Hi, Can you add this to your functions.php file? add_action('wnbell_notifications_processed', 'add_last_date'); function add_last_date() { $current_user_id… -
Posted a reply to css in menu item to show category specific notification, on the site WordPress.org Forums:
Hi, I had misunderstood what you meant before. Unfortunately, there's no way I can think… -
Posted a reply to Option to remove/clear notifications, on the site WordPress.org Forums:
Hi, I was testing the notifications instead of the posts. You can add this in… -
Posted a reply to Option to remove/clear notifications, on the site WordPress.org Forums:
Hi, Thanks for sharing the solution to hide old notifications. You can use the 'wnbell_notification_conditions'… -
Posted a reply to css in menu item to show category specific notification, on the site WordPress.org Forums:
Hi, The css class for the dot/menu is 'wnbell-count-menu' (I'm unsure I understand how you'd… -
Posted a reply to Show Custom Post Types, on the site WordPress.org Forums:
Hi, There's a 'Recipient role' dropdown field in the metabox in the 'add new' post… -
Posted a reply to Target links, on the site WordPress.org Forums:
Hi, Thanks for your suggestion. I'll add this option in the next update. -
Posted a reply to Responsive CSS issue, on the site WordPress.org Forums:
Hi, The same ids and classes used in desktop should work on smaller screen with… -
Posted a reply to Option to remove/clear notifications, on the site WordPress.org Forums:
Hi, About the issue of the seen_posts array, the "wnbell_seen_notification_post" should store 20 ids so… -
Posted a reply to Can’t send a notification if user has space in his name, on the site WordPress.org Forums:
Hi, I've just released an update to allow spaces in the usernames. Let me know… -
Committed [2721394] to Plugins SVN:
changed usernames trimming -
Posted a reply to Bell triggered, on the site WordPress.org Forums:
Hi, For now, this is the most basic behavior that would suit most types of… -
Committed [2720759] to Plugins SVN:
updated readme -
Posted a reply to Option to remove/clear notifications, on the site WordPress.org Forums:
Hi, I've added the css class "wnbell_user_item" in the latest update to style user notifications.… -
Posted a reply to Replace bell icon, on the site WordPress.org Forums:
Hi, If you've updated to the latest version of the plugin, you can add this… -
Committed [2701372] to Plugins SVN:
added hooks -
Posted a reply to Replace bell icon, on the site WordPress.org Forums:
I'll add a hook in the next update so you can add the code in… -
Posted a reply to Replace bell icon, on the site WordPress.org Forums:
Hi, Could maybe try with this: <img src="https://www.educaenvivo.com/wp-content/uploads/2022/01/icons8-facebook.svg" alt="facebook test"> -
Posted a reply to Replace bell icon, on the site WordPress.org Forums:
What custom image do you want to use? Does it have the same problem as… -
Posted a reply to Replace bell icon, on the site WordPress.org Forums:
Hi, In the website url that you sent, I don't see any sign of the… -
Posted a reply to Replace bell icon, on the site WordPress.org Forums:
Hi, Which display option are you using (add bell icon to menu, shortcode, floating bell...)… -
Posted a reply to Replace bell icon, on the site WordPress.org Forums:
Can you send the url of the page you're having trouble with, and a screenshot… -
Posted a reply to Replace bell icon, on the site WordPress.org Forums:
To make sure the problem isn't font awesome, can you test this and save ?… -
Posted a reply to Replace bell icon, on the site WordPress.org Forums:
Hi, Can you maybe try to add and activate the Font awesome plugin , then… -
Posted a reply to Replace bell icon, on the site WordPress.org Forums:
Hi, What icon have you used and does it work anywhere else on your site?… -
Posted a reply to Replace bell icon, on the site WordPress.org Forums:
Hi, You can try adding this: <i class=”fa fa-gift” style=”font-size:22px;color:#4B4B4B”></i> to the ‘Bell icon or… -
Posted a reply to Option to remove/clear notifications, on the site WordPress.org Forums:
Hi, The filter for user notifications (comments, bbpress, woocommerce...) is called 'wnbell_user_item_append'. You can do… -
Committed [2694929] to Plugins SVN:
stop default thumbnail -
Posted a reply to Personalized notifications, on the site WordPress.org Forums:
Hi, You can try to test in for the Administrator user role. In the 'Add… -
Posted a reply to Personalized notifications, on the site WordPress.org Forums:
Is the 'Recipient Role' field in the notification post editor not enough for what you… -
Committed [2690959] to Plugins SVN:
fixed variable for visitors -
Posted a reply to What are the chances?, on the site WordPress.org Forums:
Can you maybe share a screenshot for how this message should look like? You can… -
Posted a reply to Option to remove/clear notifications, on the site WordPress.org Forums:
Hi, There's no function to help with that. You can search for onclick="wnbell_ajax_seen in the… -
Posted a reply to Option to remove/clear notifications, on the site WordPress.org Forums:
Hi, You can try this: add_filter("wnbell_item_append", "add_wnbell_close_button", 10, 2); function add_wnbell_close_button($output, $notification_id) { $out =… -
Posted a reply to Sound on Notification, on the site WordPress.org Forums:
Hi, The notification sound is already a feature in the premium version. If you want… -
Committed [2685583] to Plugins SVN:
security fix -
Committed [2685580] to Plugins SVN:
security fix -
Committed [2685579] to Plugins SVN:
security fix -
Posted a reply to WPML or Multiple Languages, on the site WordPress.org Forums:
Hi, As I don't have WPML I don't know if it's compatible with Polylang. You… -
Posted a reply to WPML or Multiple Languages, on the site WordPress.org Forums:
Hi, For multilingual sites, only Polylang is supported in the premium version at the moment.… -
Posted a reply to WordPress database error, on the site WordPress.org Forums:
Hi, I saw a similar error sometime ago, but I have not been able to… -
Posted a reply to Add notifications programmatically, on the site WordPress.org Forums:
Hi, This hook "wnbell_user_notifications_output" should be enough to get your notification to appear in the… -
Posted a reply to Add notifications programmatically, on the site WordPress.org Forums:
Hi, There are no examples, but you can check the includes/buddypress.php or includes/bbpress.php files in… -
Posted a reply to Issue with mobile site., on the site WordPress.org Forums:
Hi, I'm unable to see the image you sent. Can you check in the page… -
Posted a reply to Issue with mobile site., on the site WordPress.org Forums:
Hi, There should normally be an x icon at the top right when in smaller… -
Committed [2678458] to Plugins SVN:
removed pointer events if link empty -
Committed [2677116] to Plugins SVN:
escaped variables in output -
Posted a reply to Option to remove/clear notifications, on the site WordPress.org Forums:
Hi, You can use this to change the number of notifications inside the box: add_filter('wnbell_notifications_display_count','change_notification_count',10);…
Developer
-
Cart tracking for WooCommerce
Active Installs: 60+
-
Target Notifications
Active Installs: Less than 10
-
WP Notification Bell
Active Installs: 600+