Tagged: enfold theme
-
AuthorPosts
-
June 24, 2014 at 1:07 am #282768
Hi there,
I have been scouring the enfold forum here regarding this issue and I can’t seem to find an exact issue fix. So if I view my site in chrome, all main page icons show properly. In IE10/11 nothing but an empty box on 4 of the 5, the fifth is a chinese character. The when I go to Firefox they show up as square boxes with 4 letters and numbers inside.
Any definitive ideas here? I have flushed the cache and tried multiple instances of browsers, and still no love.
Cheers,
JimJune 24, 2014 at 7:54 am #282846Hey jcummings68!
Thank you for using the theme!
Please post the website URL so that we can inspect it. Make sure that you’re running the latest version of the theme. If you have time, please do the fix provided on this link: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Cheers!
IsmaelJune 25, 2014 at 11:59 pm #283816This reply has been marked as private.June 26, 2014 at 11:45 pm #284343Hi Jim!
Did you apply the fixes described here?
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsCheers!
JosueJune 29, 2014 at 11:19 pm #285046This reply has been marked as private.June 30, 2014 at 12:00 am #285050You are welcome, always glad to help :)
Regards,
JosueSeptember 6, 2014 at 9:38 am #314431This reply has been marked as private.September 6, 2014 at 11:55 am #314462Hey!
It seems like your server uses the wrong mime types for the font files. If you’re using an apache server add this code to the htacess file:
<IfModule mod_mime.c> # Audio AddType audio/mp4 f4a f4b m4a AddType audio/ogg oga ogg opus # Data interchange AddType application/json json map topojson AddType application/ld+json jsonld AddType application/vnd.geo+json geojson # JavaScript # Normalize to standard type. # http://tools.ietf.org/html/rfc4329#section-7.2 AddType application/javascript js # Manifest files # If you are providing a web application manifest file (see the # specification: http://w3c.github.io/manifest/), it is recommended # that you serve it with the <code>application/manifest+json</code> media type. # # Because the web application manifest file doesn't have its own # unique file extension, you can set its media type either by matching: # # 1) the exact location of the file (this can be done using a directive # such as <code><Location></code>, but it will NOT work in the <code>.htaccess</code> file, # so you will have to do it in the main server configuration file or # inside of a <code><VirtualHost></code> container) # # e.g.: # # <Location "/.well-known/manifest.json"> # AddType application/manifest+json json # </Location> # # 2) the filename (this can be problematic as you will need to ensure # that you don't have any other file with the same name as the one # you gave to your web application manifest file) # # e.g.: # # <Files "manifest.json"> # AddType application/manifest+json json # </Files> AddType application/x-web-app-manifest+json webapp AddType text/cache-manifest appcache manifest # Video AddType video/mp4 f4v f4p m4v mp4 AddType video/ogg ogv AddType video/webm webm AddType video/x-flv flv # Web fonts AddType application/font-woff woff AddType application/font-woff2 woff2 AddType application/vnd.ms-fontobject eot # Browsers usually ignore the font media types and simply sniff # the bytes to figure out the font type. # http://mimesniff.spec.whatwg.org/#matching-a-font-type-pattern # Chrome however, shows a warning if any other media types are used # for the following two font types. AddType application/x-font-ttf ttc ttf AddType font/opentype otf AddType image/svg+xml svg svgz # Other AddType application/octet-stream safariextz AddType application/x-chrome-extension crx AddType application/x-opera-extension oex AddType application/x-xpinstall xpi AddType application/xml atom rdf rss xml AddType image/webp webp AddType image/x-icon cur ico AddType text/vtt vtt AddType text/x-component htc AddType text/x-vcard vcf </IfModule>
– reference: https://github.com/h5bp/html5-boilerplate/blob/master/dist/.htaccess
If you’re using a microsoft/IIS server please contact the server administrator and ask him to change the mime types for you.
Cheers!
PeterSeptember 11, 2014 at 3:48 pm #317451This reply has been marked as private.September 11, 2014 at 7:27 pm #317599Hey!
Try with the following:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch> # BEGIN WPCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L] </IfModule> # END WPCache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Best regards,
JosueSeptember 12, 2014 at 9:04 am #317956This reply has been marked as private.September 12, 2014 at 9:10 am #317961Hi,
Can you please create us a temporary FTP account? post it here as a private reply.
Regards,
JosueSeptember 12, 2014 at 9:53 am #317975This reply has been marked as private.September 12, 2014 at 8:30 pm #318315It’s fixed now, please review your site.
September 12, 2014 at 10:46 pm #318344Thanks very much
September 12, 2014 at 11:47 pm #318355You are welcome, glad to help :)
Regards,
JosueJune 20, 2016 at 6:11 pm #650983Hello I can’t see my icon box on mozilla firefox and internet explorer.
June 20, 2016 at 6:16 pm #650992Hey!
@micarpani03 – Please refer to this post – http://kriesi.at/documentation/enfold/enable-cors/If you have any other questions or issues, please start a new thread.
Best regards,
Yigit -
AuthorPosts
- The topic ‘Icon box icons not displaying in several browser instances’ is closed to new replies.