Missing / Broken Font Awesome Images

More
2 years 10 months ago #1193 by nluk1000
I'm missing a few icons / images when using the font awesome icon set - here is one of them;

[img


Now if I edit the font awesome class in my browser I can get it to re-appear;

[img


Is there a fix for this or is it possible to edit the files manually? I can't seem to find which files sets the fas part of the code.

Thanks

Please Log in or Create an account to join the conversation.

More
2 years 10 months ago #1194 by admin
Hello do you have a live site. It seems that a conflict with bootstrap supported template.

Please Log in or Create an account to join the conversation.

More
2 years 10 months ago #1195 by nluk1000
Yes, it's 928oc (dot) org

Please Log in or Create an account to join the conversation.

More
2 years 10 months ago - 2 years 10 months ago #1196 by admin
Yes your Gantry template loads fontawesome 5 after kunena that causes conflict. See attached image. Have you downloaded Aqidah ku recently? I have made some improvements recently. I can have a look if you share credentials via mail: admin@joomlatema.net
ibb.co/TcTs5nT
Last edit: 2 years 10 months ago by admin.

Please Log in or Create an account to join the conversation.

More
2 years 10 months ago #1197 by nluk1000
Yes, I downloaded a new version the other day. I am unable to give access at the moment without authorisation.

Maybe I can change the icons from font awesome to something else - what do you use on your site?

Please Log in or Create an account to join the conversation.

More
2 years 10 months ago #1198 by admin
try this solution:
Go to www.928oc.org/components/com_kunena/temp...ssets/css/custom.css line 1216 find the code below
.glyphicon {
font-family: 'IcoMoon','FontAwesome','Glyphicons Halflings';
}

change it like this
.glyphicon,.fas {
font-family: 'IcoMoon','FontAwesome','Glyphicons Halflings'!important;
}
The following user(s) said Thank You: nluk1000

Please Log in or Create an account to join the conversation.

Time to create page: 0.472 seconds