Help
Ask questions about how to do or fix things in Arrowchat
User avatar
RMcDowell
Customer
 
Posts: 9
Joined: 18 Apr 2016, 19:32

 

by RMcDowell 25 Mar 2026, 21:30

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
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 28 Mar 2026, 15:53

I’m not at a desktop to check but this usually happens when you have two different FA versions loaded on your site.
User avatar
RMcDowell
Customer
 
Posts: 9
Joined: 18 Apr 2016, 19:32

 

by RMcDowell 31 Mar 2026, 05:36

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.