• Font Awesome icons have stopped loading with this plugin.

    Plugin is generating the following code to generate a Font Awesome icon, but the icon doesn’t render:

    <i class="fa fa-store-alt fa-3x" style="color:#44571f;background-color:transparent;"> </i>

    It needs to generate the following code to get the icon to render:

    <i class="fas fa-store-alt fa-3x" style="color:#44571f;background-color:transparent;"> </i>

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m having the same issue with a site which is built upon the Business Pro theme, it’s missing the ‘s’ from ‘fas’ when it generates the code.

    Any update on the issue?

    • This reply was modified 5 years, 5 months ago by perspecdesign.

    For anyone else who has this problem…

    As a temporary fix you can inspect the widget and copy the html into custom html block and then fix the ‘fas’ bit. That way you can still retain the plugin formatting etc and it looks identical, you’ll need everything inside this div…

    <div class=”icon-widget” style=”text-align:center”>…</div>

    Thread Starter seokomodo

    (@seokomodo)

    Yea that’s what I had originally done to get it working. But posted the error to bring it to the dev’s attention. Thanks for posting that fix here for others.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font Awesome icons no longer loading’ is closed to new replies.