Jump to content

Problem with site icons


Recommended Posts

Try adding this to global.css, also make sure your theme folder has font folder with Fontawesome in it

@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }
Edited by PrestaToolkit (see edit history)
Link to comment
Share on other sites

 

Try adding this to global.css, also make sure your theme folder has font folder with Fontawesome in it



@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

This didn't help.

In /themes/default-bootstrap/font folder i have the 

fontawesome-webfont.woff

fontawesome-webfont.ttf

fontawesome-webfont.svg

fontawesome-webfont.eot

FontAwesome.otf

as from stock installation...

Link to comment
Share on other sites

Why i never have a solution in this forum? :/

 

dude...

 

there are loads of solutions on the forum.  

 

sometimes we ask things and it's the answers we don't understand.  I read the topic and http://www.prestashop.com/forums/topic/378257-problem-with-site-icons/?p=1862497

 

part of being good shop manager is that we wear many different hats.  Somethings we know others we are learning.

 

learn how to use browser debug tools..preferably chrome...or hire someone to do it for you.

Link to comment
Share on other sites

Of course i have searched forum before i post. And i know how to use firebug etc. I know that fonts aren't loaded. But this gives no solution obviously. Files that declare fonts to browser are correct (i checked them with stock prestashop 1.6 files), and fonts are into the folders as should. Can anybody explain why fontawasome isn't loaded, when config files are correct?

Link to comment
Share on other sites

  • 3 months later...

Hello,

 

I now find the same problem on a new website I am making. But is there any sollution?

I fixed it by deleting and re-uploading the stock /theme/default-bootstrap to server. Hope that helps. If not, just avoid using prestashop, it has lots of problems and you almost never find solutions in this forum. It's a pitty for such a cms with lots of features

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

×
×
  • Create New...