By David Falise on Wednesday, 25 October 2017
Posted in Technical Issues
Replies 3
Likes 0
Views 622
Votes 0
Pop Boxes that require an approval or Accept - The button for this has font issues in that the font will sometimes be there but when you hover over font, the font will blend in with the background color and disappear.

Other buttons the font will not show even if you are not hovering.

See attached
Hey David,

Can you please provide us with the login credentials to the site as I need to inspect the element using firefox
·
Wednesday, 25 October 2017 20:47
·
0 Likes
·
0 Votes
·
0 Comments
·
I gave login info and I have attached some additional images where text is an issue and color of font is an issue

see attached
·
Sunday, 29 October 2017 06:08
·
0 Likes
·
0 Votes
·
0 Comments
·
It looks like your template isn't updated for EasySocial 2.1 yet. Temporarily, you can apply the fix by applying the css codes below:

[gist]
html div#es.es-main.view-users div[data-es-users-result=""] .o-grid .es-user-meta {
margin-top: 35px;
}

body #es .es-dialog-footer-content .btn-es-primary,
body #es .es-dialog-footer-content .btn-es-primary:hover {
color: #428bca !important;
}
[/gist]
·
Sunday, 29 October 2017 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post