By gjay on Friday, 13 April 2018
Posted in General
Replies 5
Likes 0
Views 725
Votes 0
Hi there,
Installed charm, but already have complaints from people that they cant see a counter on the notification on their indicators (Friend Requests, Conversations, Notifications). They only see the red circles.
Hi gjay,

Correct me if I'm wrong here, do you mean notification icon as shown: http://take.ms/zH3V6
If yes, it is actually intended to not shows counter (number-notification) for charm template where it is not actually a bug.

Thanks for your understanding and cooperation
·
Friday, 13 April 2018 12:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes that is the one!
I have had a number of people ask me about it already - it is not a good design. Some members don't want to open every email or accept/reject every friend request, and so they can't see when there is actually new items to look at.
It is a bad design and I hope that is rethought for the next release.. thanks
·
Saturday, 14 April 2018 01:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your input, I will discuss with our team regarding this.
·
Saturday, 14 April 2018 12:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you - I hope it is easy to code a hack to make it work =)
·
Saturday, 14 April 2018 16:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Try download my attached file and replace into this JoomlaFolder/templates/charm/features/easysocial.php

And apply this following custom css into your custom css file and see how it goes.


body #es .es-navbar__link-bubble {
height: 14px !important;
}
·
Saturday, 14 April 2018 16:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post