Jump to content

Font Awesome problems


Recommended Posts

Can anyone help point to somewhere we can find out how to use font awesome icons, and what icons are used in prestashop 1.6

 

I have added the following icons as a test in my header.tpl file 

 

<i class="icon-truck" id="icon-truck"></i>
<i class="fa fa-flickr"></i>
<i class="fa fa-eur"></i>
<i class="fa fa-heart"></i>
<i class="fa fa-camera-retro"></i>
 
None of the icons work except the truck? any ideas?
 
Link to comment
Share on other sites

  • 2 weeks later...

I'm trying to add Font Awesome's 'tree' icon, fa-tree []

 
I've tried to do this by tracking down every instance of the Font Awesome leaf icon in my code. (I know the leaf icon works) and duplicating the leaf code, then adding the tree's numbers 'f1bb' and changing 'leaf' to 'tree', but leaving everything else the same.
(This is how you have to do it when you're a self-taught coder!)
 
Still my tree is not appearing. All that appears is that little box, with 'f1bb' written inside it. So I know I'm doing something right because that's the tree's 4-digit code. But no tree picture.
 
Font Awesome's manual says I have to add this line in somewhere
<i class="fa fa-tree"></i> fa-tree
But where should I put it?
Many thanks to all those who have patiently and generously answered my previous questions and thanks in advance for an answer to this.
Link to comment
Share on other sites

  • 1 month later...

Can anyone help point to somewhere we can find out how to use font awesome icons, and what icons are used in prestashop 1.6

 

I have added the following icons as a test in my header.tpl file

 

<i class="icon-truck" id="icon-truck"></i>

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

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

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

<i class="fa fa-camera-retro"></i>

 

None of the icons work except the truck? any ideas?

Hi, please refer to my replyfrom this link for solution.

 

Edited by WSH90 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...