Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #762313

    The Fontello icons on my live website are either blank, square, or Chinese characters. I can’t figure out why this is happening only on some pages.

    There is no error message in the browser console, so I don’t believe it’s some sort of loading error. I really need some help here.

    This is the content of my .htaccess file:

    # BEGIN WordPress
    <FilesMatch “.(eot|ttf|otf|woff)”>
    Header set Access-Control-Allow-Origin “*”
    </FilesMatch>

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    • This topic was modified 7 years, 8 months ago by dannablumenau.
    #763106

    Hey dannablumenau,

    I can see icons on both pages, did you try clearing your browser cache and reload a few times?

    Best regards,
    Rikard

    #816326

    I have the same problem.
    I also added the code to .htaccess from http://kriesi.at/documentation/enfold/enable-cors/
    Then clearing browser data and refreshing 5+ times.
    That didn’t help.

    Any other solutions?

    #816345

    Hi!

    Can you please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?

    Best regards,
    Yigit

    #816384

    I just did (just replaced the entire enfold folder) but did not change a thing.

    #816397

    All right, here’s my solution:

    Disable all plugins, and turn them on one by one until the icons go back to empty / Chinese characters.

    In my case it was the “WP Speed of Light” plugin that crashed my icons.

    Hope it can help others :)

    #816408

    Hi,

    Glad you figured it out and thanks for sharing your solution! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Fontello Icons are displaying as squares, blank or Chinese characters. Help!’ is closed to new replies.