Page 1 of 1

Font Awesome issues V4.1.3

PostPosted: 25 Mar 2026, 21:30
by RMcDowell
Noticed that some of the font awesome Icon have stop working, seems that some of the icon that were free are not anymore, anyone knows how to fix this issue, how to change them
far fa-xmark do not work now
fa-solid fa-xmark works
far fa-ellipsis doesn't work now
fa-solid fa-ellipsis works
far fa-magnifying-glass doesn't work now
fa-solid fa-magnifying-glass works
I changed them while using inspect but not sure where to change them in the CSS

Re: Font Awesome issues V4.1.3

PostPosted: 28 Mar 2026, 15:53
by Jason
I’m not at a desktop to check but this usually happens when you have two different FA versions loaded on your site.

Re: Font Awesome issues V4.1.3

PostPosted: 31 Mar 2026, 05:36
by RMcDowell
I’m not at a desktop to check but this usually happens when you have two different FA versions loaded on your site.
I found both of these in my site script header, not on the arrowchat header
FA 6.5.0
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ ... ll.min.css">

FA 4.7.0
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ ... me.min.css">

I tried to remove them one at a time to see if it made a difference, it did not, the only time I see the missing icons is when I'm on my PC, not when using my phone, or using the code embedded on a page, just when using the chat popup., I clear my cache but made no difference.