Icons Not Displaying In the Full Site Editor
-
Hey there,
I’m having issues getting icons selected from any acf font awesome icon field to show up in the full site editor. The search drop down works fine to filter through icons, it displays the icons correctly. However once I select one, it doesn’t appear in the block I’m adding it to in the preview section.
For example, if I got to add a facebook link icon to our header template nothing get’s added. If I inspect the section where it should be showing, I can see that it’s adding
<i class="fa-brands fa-facebook"></i>
correctly to the code. But it doesn’t look like it’s getting whatever it needs to add the:before
pseudo selector.Everything works fine in the regular block editor and on the front end, the issue appears to be only when editing or viewing blocks in the FSE.
I inspected the
<head>
section and it looks like font awesome is being added correctly in FSE instances, so I’m at a loss for why it’s not working.If anyone has any suggestions or might be able to help with what I may be doing wrong, that would be greatly appreciated!
- The topic ‘Icons Not Displaying In the Full Site Editor’ is closed to new replies.