By Groupe Média Théapolis on Wednesday, 06 February 2019
Posted in General Issues
Replies 5
Likes 0
Views 553
Votes 0
Hello,

Our site uses 4 different templates.

After the new Easysocial update, our JA WALL template (which does not use a framework) can no longer display "Awesome Font" that appeared very well before.

Apparently, it seems to be FontAwesome present since version 4.7 of the FA (fa-address-book, fa-address-card, fa-handshake-o).

Do you have any idea of ​​what may be causing this problem ?

Best regards.

Example:
https://www.leweborateur.fr/twitter/medias
The new format is:

font-family: 'Font Awesome 5 Free';
font-weight: 900;


For your example:

.top-left .nav > li a::before, .top-right .nav > li a::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}

Change anywhere in the CSS. Goes fast and so I made it.

And for some characters, you have to find a new free character on:

https://fontawesome.com/v4.7.0/icons/
·
Wednesday, 06 February 2019 22:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chris,

Thanks for sharing.
·
Thursday, 07 February 2019 11:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Thank you for your answer.

We don't want to change all FA version 4 of our site simply because the new update Easysocial uses FA 5 Free.

We don't understand why our JA WALL template no longer displays the following FA : fa-address-book, fa-address-card, fa-handshake-o.

With all our other templates, it works very well.

Could there be a conflict between the template and Easysocial ?

Waiting to find the problem internally, we use your technique. We did css to fix things and now we have all our FA (with FA 4 and FA 5).

Thank you again for your assistance.

Best regards.
·
Friday, 08 February 2019 00:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Could there be a conflict between the template and Easysocial ?
- You might want to consult with the template developer about this issue because we updated Font Awesome to the latest version in Easysocial 3.0. Some of the existing icons might not work.
·
Friday, 08 February 2019 12:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post