Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #212295

    Hi Guys,

    As I told you:
    I need a little help. Somehow the icons do not appear to me neither on the site nor in the admin. None of them.
    I also tried to download and install a few new one from fontello. Everything is seemed to be all right and I see the new group in the icon selector window but there is no icon to select.

    URL: http://tozegto.hu (Also, I can grant access if needed)

    And I did not edit the code, using WP 3.8 and have only one active plugin Contact Form 7.

    Thanks in advance,
    Greg

    #212301

    Hi homolagergely!

    I have just checked your website and on my end, only go to top icon is missing http://i.imgur.com/jSF0f54.jpg
    Can open Footer.php file in Appearance > Editor and make sure 168th line is the same as in screenshot, It should be at the very bottom of the file http://i.imgur.com/M3XOqYo.jpg

    Best regards,
    Yigit

    #212394

    Hi Yigit,

    That is weird. (your first screenshot)
    The loupe icon is also missing and I can not see any of them (excep the one on your print screen, it is visible for me too)
    Here is the end of the php:

    and that is what I see in the admin:

    Thanks,
    Greg

    #212627

    Hey!

    The code you posted is not visible. Please use pastebin.com.

    Best regards,
    Ismael

    #212675

    Ok!

    Here are the links:
    PHP: tozegto.hu/screens/01.jpg
    What I see in the admin: tozegto.hu/screens/02.jpg

    Thanks,
    Greg

    #212773

    Hi Greg!

    Can you try re-updating the theme via FTP? If something went wrong in previous install, this should correct it
    Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #213239

    Hi,
    It’s done but nothing has changed… :(
    Any other idea?

    Thanks,
    Greg

    #213493

    Hey Guys,

    Out of ideas?
    I know this is not a common problem but I should solve this issue somehow.

    Help me if you can!

    Best,
    Greg

    #213955

    Should I expect any response?

    #213971

    Hey!

    Can you please try solutions here http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems ?

    Best regards,
    Yigit

    #213984

    That’s my problem:

    Fonts not showing in any browser

    This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you’ve confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.

    I suppose that fonts are in the correct folder as I did not remove them, CSS should be good as well since I did not edit it and I am using the default WP .htaccess file without any modification…

    I send you an access if you want to…

    #215267

    Hi!

    Please create us an admin account and post the login credentials as private reply.

    Cheers!
    Peter

    #215310
    This reply has been marked as private.
    #215317

    Hey Greg!

    Could you also post us the credentials to the ftp server. we will attempt to update the theme once again and make sure that there are no files corrupted or missing. quite frankly I am not sure why the icons are not visible for you :/

    Cheers!
    Kriesi

    #215406
    This reply has been marked as private.
    #216288

    Hi!

    I found the problem. Your server sends the font file with the header/type “application/octet-stream” and the browser won’t interpret it as font. Please insert following code into the htaccess file located on your server

    
    AddType application/vnd.ms-fontobject .eot
    AddType font/ttf .ttf
    AddType font/otf .otf
    AddType application/font-woff .woff  
    

    for more information see: http://stackoverflow.com/questions/15521130/google-warning-resource-interpreted-as-font-but-transferred-with-mime-type-appl

    Regards,
    Peter

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Invisible icons’ is closed to new replies.