wpdever
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Notification Bell] Change iconFor a gift icon, you can try adding this: <i class=”fa fa-gift” style=”font-size:22px;color:#4B4B4B”></i> to the ‘Bell icon or text’ field (you can change the size and color if you need to), or just enter any icon link or svg you have.
Forum: Plugins
In reply to: [Cart tracking for WooCommerce] Addto cart not validHi,
Can you let me know exactly what error are you seeing? I’m unable to replicate this problem.
There was a problem in version 1.0.5 with the add to cart button but after making some changes in 1.0.6 I don’t get anymore errors.You can reach out on this address: [email protected] to let me know the exact issue if you’d like.
Forum: Plugins
In reply to: [WP Notification Bell] wp notification bell doesn’t show comment numberHi,
Currently, visitors can only see dots with no number inside. I already have this option in the list of features to develop in the future so I might add it in the next few months or earlier.
Forum: Plugins
In reply to: [WP Notification Bell] BBPress ImprovementHi,
I’ve added an option to notify any user who replied in a topic, even if not subscribed.
So people can opt out, I suggest adding some form and saving user preference as a user meta field. I’ve added this hook ‘wnbell_bbpress_receivers’ so you can add code to loop through users and only notify users who didn’t opt out.Forum: Plugins
In reply to: [WP Notification Bell] BBPress ImprovementHi,
Thanks for letting me know. I’ll update that function soon.
I’m not too sure about notifying users about replies in topics they’re not subscribed to, I may add a way to save users who have actively unsubscribed, preferably using the same bbPress unsubscribe button for email notifications.Thank you and and let me know if you have any other suggestions.
Forum: Plugins
In reply to: [WP Notification Bell] wp notification bell doesn’t show comment numberHi,
I just sent you a reply to your second email. Check your inbox and let me know if you have more questions.
Forum: Plugins
In reply to: [WP Notification Bell] Where is the pro version?Hi,
Currently, the only page for the premium version is on the ‘Upgrade’ menu of the plugin (the last submenu of the plugin in the admin area).
Thanks for reaching out and let me know if you have any other questions.Forum: Plugins
In reply to: [WP Notification Bell] Woocommerce notification & a few feature suggestionHi,
I’ve just released an update with the logged-out guest role in the premium version. So the user notifications customization option should take a week or two from now.Forum: Plugins
In reply to: [WP Notification Bell] Woocommerce notification & a few feature suggestionHi,
There’s a feature that was requested by multiple users so that’s probably what the next update will be about, I can add the visitor role feature you mentioned in this update so it should be done in about a week or two.
I’ll start on the user notifications customization feature next. So it might be done in a few weeks.
The second feature : ‘notification detail view’ is the only feature I don’t plan on adding to the plugin so you can contact me on that email if you’d like to hire me to do it, or if you need hooks to develop it yourself.Forum: Plugins
In reply to: [WP Notification Bell] Woocommerce notification & a few feature suggestionHi,
I just released an update that should haved fixed the order notifications bug.
For the user notifications, I plan to add options to customize all of them as a premium feature. But I added this filter hook you can use to customize with an order number or dates and it won’t be removed with plugin updates.
You can try something like this in your theme’s functions.php file or in a custom plugin:
add_filter(“wnbell_woo_orders_text”,”custom_order_text_callback”,10,2);
function custom_order_text_callback($text,$notification){
//change the $text= “You order is …”;
return $text;
}Forum: Plugins
In reply to: [WP Notification Bell] Woocommerce notification & a few feature suggestionHi,
For the order number and date of order updates, can you contact me here: [email protected] ? I’m thinking not everyone would want this change so I can add a hook and send you custom code for now.
Also, thanks for pointing out the “seen” bug, I will fix it in the next update. For the mark as seen button, there is a hook “wnbell_item_append” I added for this purpose. Let me know if you need more information on how to use it.
Thanks for the bottom border suggestion. I will add it in future updates.
Forum: Reviews
In reply to: [WP Notification Bell] Helpful and excelentThank you very much for your kind review!
If it’s a button you need, there’s a filter hook “wnbell_item_append” that can be used to maybe add a button to each notification. I can add another hook to filter notifications displayed for each user if you need one. Let me know. Thank you once again!
Forum: Reviews
In reply to: [WP Notification Bell] this is best woo bell notification pluginThank you for this review !
Hi,
I just realeased an update that should have fixed this. I changed the way the box is displayed for small devices. Let me know if it works for you. ThanksHi,
Thanks for bringing this to my attention. I’ll fix it in the next update.