Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #425850

    Hi Guys,

    I know there have been a couple of posts similar to this so apologies, however, I have tried the fixes suggested but unfortunately have not managed to find a solution.

    All fontello icons are missing from the current site. Interestingly they were visible during development of the site. I recently changed some settings to repoint the server to the live domain url and since then both the development site and the live site have not shown the icons.

    All browsers tested so far (Chrome, Firefox and Safari [Latest]) display blank squares or in Firefox case squares with Fontello id codes inside.

    I have had a look at the console errors and noticed a 404 (Not Found) status on the fontello file paths. I double checked the paths via FTP and the files are there so I wondering has the redirect caused some confusion.

    http://subdomain.sIDXXX.gridserver.com/:/subdomain.sIDXXX.gridserver.com/wp-con…emplatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3

    I had originally changed the General WordPress settings for the Site Address (URL) to the live domain, which gave the 404 error as below

    http://www.domain.com/:/subdomain.sIDXXX.gridserver.com/wp-con…emplatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3

    The site is hosted on a Media Temple Gridserver and the domain is 123-reg. The rest of the site seems to load fine, all content, images, assets and contact forms etc are working no problem, just the fontello fonts are not loading.

    Thanks in advance guys,
    .andy

    #425899

    Hey Andy

    Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions

    Regards,
    Yigit

    #425911

    Hi Yigit,

    Thanks for the reply. I’ve had a look and all folder/file permissions are correct/as required.

    .andy

    #425914

    Hi!

    Have you tried .htaccess solution suggested here – http://kriesi.at/documentation/enfold/enable-cors/ ?

    Image and font path is currently as following
    Images- http://retlan.s198968.gridserver.com/wp-content/uploads/
    Fonts – http://www.retlanrenewables.com/:/retlan.s198968.gridserver.com/wp-content/uploads/

    Cheers!
    Yigit

    #425939

    Yeah have tried the CORS .htaccess update, no joy unfortunately. I even tried some of the forum users suggestions in terms of adding snippets to the fontmanager.class.php but again no joy there. Anything that hasn’t worked I have removed though.

    .andy

    #425946

    Hi!

    Can you please contact your service provider and have them look into the issue?

    Regards,
    Yigit

    #425950

    Will do Yigit, could you advise on the best way to describe the issue to them? Is it as simple as describing as I have above or would there be a more technical way to put it?

    Thanks again for your replies and efforts.

    .andy

    #425954

    Hi!

    You can explain the issue as you did in your first post. They should understand it as soon as they check the console :)

    Cheers!
    Yigit

    #426201

    Hi Yigit,

    I got in touch with MediaTemple to see if they could help with the issue. Unfortunately they didn’t see any issue on the server side of things and could only offer basic suggestions to rectify the situation.

    I changed some server side details and will have to wait for DNS reconfiguration but wanted to reply in the hope this support request could remain open.

    Thanks,
    .andy

    #426362

    Hi!

    Do not worry .andy, we are keeping the thread open to hear from you :)

    Cheers!
    Yigit

    #427491

    Hi Yigit,

    I’m still having difficulties with this. I’ve tried a number of different options and all have failed so far. I’m pretty sure the issue is down to a redirect that is being forced on the fontello folder. I have no idea how it’s managed to get there and I’m struggling to work out how best to remove/override it.

    The redirect in question is: http://retlan.s198968.gridserver.com/:/retlan.s198968.gridserver.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3

    If I could get rid of the first http://retlan.s198968.gridserver.com/:/ I’m guessing that would resolve the problem. I know it’s most likely an issue with the domain and hosting server being different and having to ping the info back and forth, but I was wondering if there was maybe some script I might be able to add to the function.php or maybe something I could add to the htaccess doc to override/correct this?

    If you or the team can think of anything do let me know.

    Thanks,
    .andy

    #427506

    Hmmm I think I am getting somewhere now Yigit. I have hacked together a similar solution to another user support request. (mikogradle) https://kriesi.at/support/topic/fontello-icon-fonts-failing-in-ssl-https/

    I’m guessing this might be overwritten again on an update but thought I’d let you know where I’m at. Would still appreciate any help or ideas you can offer…

    Thanks again,
    .andy

    #427590

    Hi Yigit,

    Just thought I’d let you know all sorted now. Thanks for your assistance on this. Feel free to close the thread if need be.

    .andy

    #427594

    Hey!

    Thanks for letting us know .andy! Do you mind sharing your solution? :)

    Cheers!
    Yigit

    #427603

    Hi Yigit,

    I believe credit would be due to mikogradle. His post here: https://kriesi.at/support/topic/fontello-icon-fonts-failing-in-ssl-https/ was the basis for the fix/hack.

    Adding the line $fstring = str_replace(‘http:’,”, $fstring); to the font-manager.class.php seems to have worked for me also. Although a copy paste of Mikogradles code may cause some users issues as the unicoding doesn’t seem to match up and so some characters change to ? rather than the indented quote marks. Also the ” between the commas above is 2 single quotes rather than a double quote.

    Maybe very clear to someone who knows what they are doing but to someone like myself who was very much out of my depth I had to take a couple of edits to get it right.

    Hope that helps someone out in future. Fingers crossed it’s future update proof…

    Thanks again,
    .andy

    #427605

    p.s. I noticed after I make a post here the thread doesn’t automatically update and I have to refresh the page. I think get a couple of error messages just above the comment box. The error messages are:

    ERROR: Slow down; you move too fast.
    ERROR: Duplicate reply detected; it looks as though you’ve already said that!

    I’ve left a good lot of time before refreshing the page but still get the above errors. Just thought I’d mention it.

    Thanks & Good Luck,
    .andy

    #427609

    Hi!

    Thanks! We are aware of the issue but unfortunately we have not been able to reproduce it yet. I am marking this thread as resolved. Feel free to start a new one if you have any other questions or issues

    Best regards,
    Yigit

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Fontello Icon Fonts Missing All Browsers’ is closed to new replies.