Okay
  Public Ticket #692766
Font Awesome
Closed

Comments

  • Graziano Valli started the conversation

    Hi,

    I purchased a copy of your prestashop theme VELA on ThemeForest.
    I installed in a subdirectory of my domain to take a test before going live in the root.
    You can see it here: http://www.comotrade.com/_comopresta
    I have a problem that you no longer see the Font Awesome icons even if you could see just installed.
    Can you tell me the solution?


    Thank you


  •  1,593
    Criss replied

    Hi Graziano,

    We checked your store & we found the problem.

    All content of fonawesome class are empty. We think you opened ( Or when you transfered) global.css, your editor don't support UTF-8, unicode & all the content have been disappeared.

    .icon-rss-square:before, .icon-rss-sign:before {
      content: ""; }
    
    .icon-play-circle:before, .icon-play-sign:before {
      content: ""; }
    
    .icon-ticket:before {
      content: ""; }
    
    .icon-minus-square:before, .icon-minus-sign-alt:before {
      content: ""; }
    
    .icon-minus-square-o:before, .icon-check-minus:before, .icon-collapse-alt:before {
      content: ""; }
    
    .icon-level-up:before {
      content: ""; }
    
    .icon-level-down:before {
      content: ""; }
    
    ...

    Best Regards,
    Criss - FieldThemes