Notifications
Clear all

Non-logged users are getting notifications

2 Posts
2 Users
0 Likes
1,252 Views
Posts: 4
Topic starter
(@lacamaraderia)
New Member
Joined: 5 years ago

Hello, I have purchased the online user addons and it works great, except for a few things I've noticed:

1. non-logged users are getting notifications and can read messages from logged users. I was wondering if there is a way to only have it show for logged users. We are an online photo school and the idea is for notifications of discussions be shown to actual registered members not public in general.

2. Said "new comments" keep showing up repeatedly. Even messages that are a few weeks old keep popping up as new. It becomes annoying after a while because they keep repeating and you can tell they are no longer new comments. Said comments are marked as read and replied to, by the way. 

3. Is there a way to limit certain pages where don´t notifications pop-up? It's kinda related to point number one. I would like to keep the user-online and new comments notifications pop-up on our member-only areas such as paid courses and lessons. Ideally, not show on woocommerce pages and home page for example, where it becomes distracting. 

Thanks!

1 Reply
Elvina
Posts: 1403
(@elvina)
Support
Joined: 5 years ago

1. non-logged users are getting notifications and can read messages from logged users. I was wondering if there is a way to only have it show for logged users. We are an online photo school and the idea is for notifications of discussions be shown to actual registered members not public in general.

Please try the following CSS code: 
body:not(.logged-in) #wou-notification-popup {
display: none !important;
}
The CSS code should be added in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea.

2. Said "new comments" keep showing up repeatedly. Even messages that are a few weeks old keep popping up as new. It becomes annoying after a while because they keep repeating and you can tell they are no longer new comments. Said comments are marked as read and replied to, by the way. 

Please send the admin login details to info[at]gvectors.com email address. I'll ask the developers to check it for you.

3. Is there a way to limit certain pages where don´t notifications pop-up? It's kinda related to point number one. I would like to keep the user-online and new comments notifications pop-up on our member-only areas such as paid courses and lessons. Ideally, not show on woocommerce pages and home page for example, where it becomes distracting. 

I'm sorry but there is no way to do this.
Reply
Share:
Scroll to top