By Erich Brunken on Friday, 09 February 2018
Posted in General
Replies 4
Likes 0
Views 302
Votes 0
please check it, now i see it on groups, but check you it on page and events...

look here the desktop view and mobil view.
Hi there,

Sorry for any inconvenience caused.

Actually, the reason why it does not shown numbers on that view is because we enforce this not to be shown on that particular view. If you wanted to shown its counter, you need to apply language strings below on your language files/ language overrides.

COM_EASYSOCIAL_GROUPS_MEMBERS_PLURAL="%1$s Members"
COM_EASYSOCIAL_GROUPS_MEMBERS_SINGULAR="%1$s Member"


And for the second points, if you check using Protostar(Default Joomla Template), it will shown you those icons(as stated on my above reply). So if you wanted to show those icons on your site, you can apply css codes below.
[gist type="css"]
.com_easysocial #es .es-nav-pills .o-nav__link .fa {
display: inherit !important;
}
[/gist]

Hope this help you understand.
·
Friday, 09 February 2018 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Currently that how it behave actually as we enforce to hide icon for members sections. But there are issues on our translations. Maybe you can try to use language strings below on your language overrides and see how it goes.

COM_EASYSOCIAL_GROUPS_MEMBERS_PLURAL="%1$s Members"
COM_EASYSOCIAL_GROUPS_MEMBERS_SINGULAR="%1$s Member"


This how it supposed to looks actually http://take.ms/HfShu. If you wanted to shown them, you can apply css codess below on your custom.css files.

.com_easysocial #es .es-nav-pills .o-nav__link .fa {
display: inherit !important;
}


Please give it a try and see how it goes.
·
Friday, 09 February 2018 13:01
·
0 Likes
·
0 Votes
·
0 Comments
·
sry i have little problem with this to understand
·
Friday, 09 February 2018 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post