logo
  • You need 5 posts to download resources. You can only download 2 resources per day. To remove these limits consider upgrading.

Question Font Awesome - Icon not appearing - Website Footer app

Status
This thread has been solved! Go to solution…
Not open for further replies.

lanc3lot

Blizzard
Blizzard
LV
0
 
Joined
Apr 4, 2023
Messages
19
Reaction score
3
Awards
2
Hey everyone, cheers from Athens, Greece,

I am facing a problem and my coding skills its rather newbie to solve it. The theme i use for years now, its Magnum from Taman and apparently have FA older version compatibility. I installed (aXen) Font Awesome 6 to be able to use FA6 icons and for most parts work. I have now installed https://forumflake.com/resources/website-footer.570/ and i can't make it work with tiktok icon. When i try use it, it creates this picture which is shown when it can't find an icon:

Screenshot_1.jpg

Is there a way i can have this fixed somehow? I thought the most simple way is maybe if i can write a code in custom.css of IPS to instruct it when fa fa-tiktok is appearing, show this picture, and have a small picture uploaded in my ftp. Or any other idea you may have :)
Ty in advance!
 

lanc3lot

Blizzard
Blizzard
LV
0
 
Joined
Apr 4, 2023
Messages
19
Reaction score
3
Awards
2
Delete me, found a solution. In case other have similar problems, the solution is to replace in social template

the code
Code:
<i class="fa fa-{{if $icon->icon}}{$icon->icon}{{else}}$icon->name{{endif}}"></i>
with the code
Code:
<i class="fa-brands fa-{{if $icon->icon}}{$icon->icon}{{else}}$icon->name{{endif}}"></i>
 

Nick

Developer
Banned User
LV
0
 
Joined
Feb 7, 2023
Messages
510
Reaction score
129
Awards
14
Topic is now locked. Solution is now found!
 
Status
This thread has been solved! Go to solution…
Not open for further replies.
Top