By Alexandre Ndobe on Wednesday, 22 November 2017
Posted in Vanilla
Replies 7
Likes 0
Views 887
Votes 0
Hei,
My ES notifications do not show properly with Vanilla. See attached screenshot.
Please for help
Alexandre, let us know if you still need help on this as I think the suggestion provided by Tony is already a solid one
·
Sunday, 10 December 2017 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Currently, that how it behave actually. We decided to shown only red dot instead of counter in it. Thanks for your understanding.
·
Thursday, 23 November 2017 12:33
·
0 Likes
·
0 Votes
·
0 Comments
·
please find this css code to put in your custom.css


body #es .mod-es-menu-bar__link-bubble {
font-size: 12px;
right: 0px;
background-color: #FC595B;
border-radius: 50%;
min-width: 12px;
height: 14px;
line-height: 14px;
padding: 0 5px;
}


play with size and color to get how you want.

Enjoy!
·
Saturday, 09 December 2017 23:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing this Tony By the way, the reason that we do not display the "counter" because we realized that showing counter numbers really doesn't help the user in any way.

Having just a red circle indication, does tell the user that there is something new for them to review.
·
Sunday, 10 December 2017 15:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

In my case, I had need counter to let user to manage his notification without forgetting one or more, without treatment; particularly if user get a lot of notification. This is why I share this simple solution to get it.
·
Sunday, 10 December 2017 15:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah i see. Thanks for the input on this Tony
·
Sunday, 10 December 2017 16:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome
·
Sunday, 10 December 2017 16:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post