Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #315712

    Hi,

    I updated my Site to WordPress 4.0 this morning and now none of the Social Icons, search icons or arrows are appearing. However the icons appear if use a mobile! Re-uploaded the Theme as well but no luck. Strange, Please help…

    • This topic was modified 9 years, 7 months ago by suums.
    #315810

    Hi suums!

    Please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
    Regards,
    Yigit

    #316275

    Hi,

    I have done that several times including deactivating all plugins and changing the theme and reverting back to enfold but nothing is working.

    Regards,
    Sumeru

    #317059

    Hi!

    Try adding this to your .htaccess file:

    <IfModule mod_headers.c>
            Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>
    

    Regards,
    Josue

    #317190

    Hi Josue,

    Brilliant! It Worked. May I know what the problem was?

    Regards,
    Sumeru

    #317191

    You are welcome, it was a Cross Origin Resource Sharing problem:
    http://davidwalsh.name/cdn-fonts

    Regards,
    Josue

    #322184

    Hi there,
    It sounds like I have the exact same problem. My Fontello and Enfold theme icons are displaying as small squares on some browsers including firefox, chrome, and ie (although they seem to view fine in Safari). How do I go about adding this to .htaccess? I don’t have access to ftp only WordPress dashboard. I was thinking of adding it via a WP .htaccess plugin like ‘WP htaccess Control’, but I’m worried about adding things to .htaccess file. I’ve altered elements in this file on other sites only to see the entire site crash. Can you please include detailed instructions or a screenshot of what this should look like in the .htaccess file? I would just like to get very clear clarification about how to go about making the necessary changes to make sure all of the icons are viewable in every browser. Thanks!

    #322192

    Hi @migatica,

    Can you post the link to your website please?

    Regards,
    Josue

    #322399
    This reply has been marked as private.
    #322443

    Hey @migatica!

    I checked your website and the icons are showing as expected:
    http://screencast.com/t/EYpEblfPhyXm

    Can you please check if the issue persists on another computer?

    Cheers!
    Josue

    #336477

    Hi Josue,

    I’m having the same icon issue after the update.

    I have a premium WordPress account with MediaTemple. The htaccess file only has the following in it:
    # BEGIN WordPress
    # END WordPress

    Do I add the code in between # BEGIN and # END ?

    Honestly it would be nice not to have have edit the htaccess file since it’s a paid theme, and it takes time to do this. And it was working before the update just fine.

    Thanks

    #336484

    Hi!

    Before # BEGIN add this code:

    <FilesMatch ".(eot|ttf|otf|woff)">
    	Header set Access-Control-Allow-Origin "*"
    </FilesMatch>

    Please note that this is not exactly a theme problem, it happens because of particular factors, things like changes in the domain-related configurations.

    More information on CORS:
    http://davidwalsh.name/cdn-fonts
    http://enable-cors.org/
    http://en.wikipedia.org/wiki/Cross-origin_resource_sharing

    Regards,
    Josue

    #336501

    Still not working in Chrome or Firefox. Safari is ok. Why is this?

    How can this be fixed? We need a solution as the site is going live.

    #336504

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #336531
    This reply has been marked as private.
    #336739

    Hi Josue,
    your last suggestion worked fine for me; in all browsers. Thanks.
    And thanks for the links to study.

    Regards
    Katharina

    #337050

    Hey!

    Glad it works for you Katharina.


    @mikehirsch
    , icons are displaying fine on my end (Chrome / OS X) – http://screencast.com/t/OjKvfxvP7Kl, can you post a screenshot of your view? also, have you checked it on another computer?

    Regards,
    Josue

    #337059

    I just deleted the htaccess file and uploaded a fresh one. That seemed to fix it.

    May I ask why it was working before without this extra code in the htaccess file?

    #337072

    It’s hard to say to be honest, we’d need to check the website when the problem occurs to give a precise diagnosis. Let us know if it happens again.

    Regards,
    Josue

    #764933

    Hi, Josue.

    My website presented the same problem: http://www.embraport.com/

    I’ve tried all the solutions that you gave above but anything worked.

    I think is some problem with the icon font:
    aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” title=”Facebook”><span class=”avia_hidden_link_text”

    But I dont have any idea what could happening.

    Thank you.

    #765028

    Hey!

    Please create a new topic for your issue, so we can be able to check it properly.

    Cheers!
    Basilis

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘Social Icons and Arrows disappeared after Update to WordPress 4.0’ is closed to new replies.