CMS Development

HBarden
Participant

Arrows showing as rectangles?

SOLVE

Hi,

 

On my theme, the down arrows in my header and on my hero modules are showing as rectangles. 

 

Anyone have any idea how I can fix this please? Link to website is https://ame-3d.co.uk/

1 Accepted solution
FrancoQ
Solution
Contributor

Arrows showing as rectangles?

SOLVE

Hi! seems like your <script> tag for Font Awesome is outputting a "Forbidden" error, it likely means that your access to the Font Awesome CDN has been blocked, possibly due to:

  1. A restriction on the provided kit.fontawesome.com URL.
  2. An issue with the kit's unique ID (f4952dc142 in your case).
  3. Incorrect permissions or expired kit settings for your Font Awesome account

SOLUTION:

  1. Settings > Tools > Content > Pages > click templates tab
  2. In the Head HTML code area add the following:
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">

    *If it doesnt work make sure there isnt a Default setting set for the domain

     

    If my post helped answer your query, please consider marking it as a solution.

     

View solution in original post

0 Upvotes
3 Replies 3
FrancoQ
Solution
Contributor

Arrows showing as rectangles?

SOLVE

Hi! seems like your <script> tag for Font Awesome is outputting a "Forbidden" error, it likely means that your access to the Font Awesome CDN has been blocked, possibly due to:

  1. A restriction on the provided kit.fontawesome.com URL.
  2. An issue with the kit's unique ID (f4952dc142 in your case).
  3. Incorrect permissions or expired kit settings for your Font Awesome account

SOLUTION:

  1. Settings > Tools > Content > Pages > click templates tab
  2. In the Head HTML code area add the following:
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">

    *If it doesnt work make sure there isnt a Default setting set for the domain

     

    If my post helped answer your query, please consider marking it as a solution.

     

0 Upvotes
HBarden
Participant

Arrows showing as rectangles?

SOLVE

Hello...

 

It has now worked... thank you!!

0 Upvotes
SteveHTM
Key Advisor | Platinum Partner
Key Advisor | Platinum Partner

Arrows showing as rectangles?

SOLVE

@HBarden - I spent a few hours recently trying to update a fontawsome reference in theme code, only to realize the changes caused an issue similar to your description (rendering of the down caret). In the end I backtracked because I could not duplicate the same effect with the new font integration. Unsolved!

 

Steve

Steve Christian

HTM Solutions

https://info.htmsolutions.biz/meetings/stevec2

mobilePhone
+1 6195183009
emailAddress
stevec@htmsolutions.biz
website
www.htmsolutions.biz
address
San Diego, CA
Create Your Own Free Signature
0 Upvotes