Jump to content

Remove dynamic font awesome link from Admin V4 or Blend


thianbrodie

Recommended Posts

Hi all,

There is a link in your code; admin/templates/blend(orv4)/header.tpl

<link href="{\WHMCS\Utility\Environment\WebHelper::getBaseUrl()}/assets/css/fontawesome-all.min.css" rel="stylesheet" />

This conflicts with my theme, I have tried deleting it, emptying cache, commenting it out etc but I can not get rid of it, can anyone please advise?

Thian

fa-headaiche.jpg

Link to comment
Share on other sites

a call to a css file in an admin area template should have no impact on the client area template output.

I think your issue lies with incorrect code in your custom theme on how you're referencing the font awesome icons - you're using...

<i class="fa fa-android"></i>

whereas, because these are all brands, you should be using fab...

<i class="fab fa-android"></i>

O9upcZX.png

Edited by brian!
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated