wpdever
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Notification Bell] WP Notification Bell custom textTo change the css, you can go to Settings=>’Notification item’ tab. In the field you would like to customize, add an Id attribute or a Class attribute. If you add custom_font in ‘Id attribute’, you can head to the menu Appearance=>Customize=>Additional CSS (it depends on your theme): add your css like:
#custom_font{
font-style: italic;
font-family: “Lucida Console”, “Courier New”, monospace;
font-size: 15px;
}
to change the font style, family and size.Forum: Plugins
In reply to: [WP Notification Bell] Notification countHi,
I released an update that should have fixed this. ThanksForum: Plugins
In reply to: [WP Notification Bell] Notification countHi,
Yes, I’ll release an update to fix this bug. Sorry about this.Forum: Plugins
In reply to: [WP Notification Bell] Notification countHi,
Is this happening with the shortcode or the ??add bell to menu?? option? And is the notification box opening correctly?
You can send me a link to you website and a test user account in this email address if you’d like: [email protected]
It’s likely that it’s a problem with the position of the count span if the notification box itself is working.Forum: Plugins
In reply to: [WP Notification Bell] The last version is NOT compatabile with woocommerceHi,
I’m sorry this happened.
I just released an update to fix it. Thanks for bringing it to my attention.Forum: Reviews
In reply to: [WP Notification Bell] Can not activateThank you very much. I appreciate it.
I’ll look into adding these features in a future update. Feel free to contact me about any other suggestion anytime.Forum: Reviews
In reply to: [WP Notification Bell] Can not activateI might look into it for a future update. I have a few questions though: are these normal posts or custom post types. Do users who are posting have a specific role?
If you’d like to give more suggestions or details, you can contact me here : [email protected]Forum: Reviews
In reply to: [WP Notification Bell] Can not activateThat’s great news. I’ll still make sure to test with previous php versions.
Hope the plugin can add some value.Forum: Plugins
In reply to: [WP Notification Bell] Not Working in My WebsiteHi,
Is this when you enable the add bell icon to the menu or when you manually add a shortcode?
Can you test the shortcode in some other location and see if the problem is still there?Forum: Plugins
In reply to: [WP Notification Bell] Wo commerce integrationHi, I added a woocommerce trigger for customers order updates if you want to check it out.
Forum: Plugins
In reply to: [WP Notification Bell] Empty notificationsHi, is this after the last update? I had this support question before and it was because of spaces in the name field in ??notification item?? but this should not be a problem anymore.
Can you contact me here : [email protected] with the screenshot of the ??notification item?? tab ?Forum: Plugins
In reply to: [WP Notification Bell] Notifications inside the pop-up box are emptyCan you maybe head to Display => ?Notification item? tab and change the name of each item into something different, then add a new notification ?
If the problem persists, please contact me here: [email protected] with a screenshot of the overview, it would be helpful.Forum: Plugins
In reply to: [WP Notification Bell] Notifications inside the pop-up box are emptyDo notifications title and content appear in the first admin menu where all notifications are displayed?
Forum: Plugins
In reply to: [WP Notification Bell] Features suggestionsThank you very much for your suggestions, they’re very helpful. I’ll look into adding these features in the future.
For the notification bell shortcode, there is already this one : [wp-notification-bell] . I mentioned it in the installation menu, but I guess not many will find it.
I was planning to add a few options for smaller screens but it kept getting delayed.
Thanks again for all your suggestions.Forum: Plugins
In reply to: [WP Notification Bell] Wo commerce integrationI wasn’t considering WooCommerce before but I’ll try to add these triggers in the future. By message do you mean emails?