By Gaike Bos on Saturday, 07 April 2018
Likes 0
Views 725
Votes 0
After the update I have a few icons on my website but I can not figure out what is supposed to be there ..... (i send a screenshot)
it seems like your last custom css contain invalid syntax which caused this issue.

Can you try modify this from this file or backend under template section?

JoomlaFolder/templates/hotel_3/html/com_easyblog/styles/custom.css


#eb *, #eb ::before, #eb ::after {
font-family: verdana;
}


Replace with :


#eb *,
#eb::before,
#eb::after {
font-family: verdana;
}
·
Wednesday, 11 April 2018 13:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Gaike,

I have checked your site and it looks like there is an error serving font files from the web server, http://www.gaikebos.com/media/com_easyblog/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0

Could you check with your hosting provider as to why it is throwing such errors?
·
Saturday, 07 April 2018 01:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

I did. This is their answer:
Thanks for your message. I suspect this has to do with a problem with using Font Awesome. You may want to try to load Font Awesome from a CDN by including the code below in the template:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">

Do you know where to place the code?
Thanks!
·
Wednesday, 11 April 2018 11:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you again, it was!
·
Saturday, 14 April 2018 17:45
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome, glad to heard your issue resolved.

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, 14 April 2018 20:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post