Using PHP Plugin to customize my footer. After upgrade, the FA icons no longer work. I’m confused as it looks to me to be correct.
Since I can’t add the imaged it looks to me like my fa-instagram icon comes out with the letters “FI6D”, Facebook comes out with letters “F09A” and LinkedIn comes out with letters “F0BC” - which are the escaped values for those icons.
Backlight 3 uses Font Awesome 5. The code you have is using syntax from Font Awesome 4.7.
The easiest thing to do is to edit your page template and go to Advanced Setup > Iconography > Font Awesome Version Support and enable the Font Awesome 4 shim.
You may need to clear template cache after making the change.
Ta Da! Thank you. Is the Font 5 syntax that different? I note that the info tab on the Version Support says it slows the page load down. Is it worth redoing the syntax, or wait for 6?
The syntax is different. I don’t know it off the top of my head, so take a look at the Font Awesome site.
If the footer is the only place you’re using the Font Awesome 4 icons, it might be worth using the new syntax; it’s only a matter of making three changes in your phplugins code.
I have no knowledge of when Font Awesome 6 is coming out or if Matt and Ben will update Backlight to use it.
My understanding of Font Awesome 6 is that it will be a drop-in replacement for Font Awesome 5, so I’m hoping for a seamless upgrade. I’m a Font Awesome backer, so already setup to have it the moment it becomes available. Haven’t found time to mess with the pieces they’ve released in beta yet, though.
Matthew – personally, I’m not too hung up on which release…just making sure I keep up with things as they change. I’ll pay closer attention to upgrade notes!