By gjay on Friday, 25 May 2018
Posted in Technical Issues
Likes 0
Views 524
Votes 0
Just updated Easysocial and Charm, but it seems to have messed up the menus. Old is a screenshot from before the update, New is a screenshot after the update. Any idea whats going on here and how to fix it?
Hey gjay,

We just release another new version for Charm template, can you try update it on your site and see how it goes.
·
Friday, 25 May 2018 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Good evening, I have the same siuci with the Template Protostar, I think we will have information quickly
·
Friday, 25 May 2018 06:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Good evening, I have the same siuci with the Template Protostar, I think we will have information quickly
I think so! Stack Ideas have awesome support =)
·
Friday, 25 May 2018 06:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the update =)
Yep just tried the 'new' new version. For some reason I downloaded .2 instead of .3 yesterday (the website said it was .3?) Now I have .4 and its working.
There was a code hack from a previous ticket to show numbers of conversations and friend requests (previous ticket). I didn't get the chance to try it out on the other version, but any idea if it would work on the new one?
·
Saturday, 26 May 2018 02:51
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

There was a code hack from a previous ticket to show numbers of conversations and friend requests (previous ticket). I didn't get the chance to try it out on the other version, but any idea if it would work on the new one?

Regarding this, we will remain the design do not show the counter for those notification part in Charm template but we did added back the counter in the HTML code, then we only use CSS to hide it.

In other word, you do not need to replace that file what i mentioned in your previous thread (https://stackideas.com/forums/easysocial-notifications-not-showing-a-counter#reply-407310), what you need to do is remove that CSS what i suggested from last time, then apply this :


body #es .es-navbar__icon-link.has-new .es-navbar__link-bubble {
display: inherit;
}

body #es .es-navbar__link-bubble {
display: none;
position: inherit;
color: #fff;
background-color: #d9534f;
top: 0px;
left: auto;
right: 2px;
min-width: 10px;
height: 15px;
overflow: hidden;
text-align: center;
font-size: 10px;
line-height: 14px;
font-weight: bold;
padding: 0 2px;
}


If still not working for you, you can start a new thread on our forum so i will take a look of this.
·
Saturday, 26 May 2018 10:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, so not to change the easysocial.php file, but just change the code in custom css?
Can you confirm location of the css file and I will try this new css code there =)
·
Saturday, 26 May 2018 10:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, that is correct.

But i do not know where you put that custom css what i provided in your previous thread.

I think it would be fine, you just need to put these custom css into your backend > template > Charm > template option > custom code > custom code textarea, you can refer on my attached screenshot below.
·
Saturday, 26 May 2018 10:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes that worked fine. No, that is because I didn't have a chance to make the change at the time because of being very sick =(
Thank you very much!!!
·
Saturday, 26 May 2018 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Saturday, 26 May 2018 11:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post