Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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,
    Jim

    #282846

    Hey 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!
    Ismael

    #283816
    This reply has been marked as private.
    #284343

    Hi Jim!

    Did you apply the fixes described here?
    http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Cheers!
    Josue

    #285046
    This reply has been marked as private.
    #285050

    You are welcome, always glad to help :)

    Regards,
    Josue

    #314431
    This reply has been marked as private.
    #314462

    Hey!

    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!
    Peter

    #317451
    This reply has been marked as private.
    #317599

    Hey!

    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,
    Josue

    #317956
    This reply has been marked as private.
    #317961

    Hi,

    Can you please create us a temporary FTP account? post it here as a private reply.

    Regards,
    Josue

    #317975
    This reply has been marked as private.
    #318315

    It’s fixed now, please review your site.

    #318344

    Thanks very much

    #318355

    You are welcome, glad to help :)

    Regards,
    Josue

    #650983

    Hello I can’t see my icon box on mozilla firefox and internet explorer.

    #650992

    Hey!


    @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

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Icon box icons not displaying in several browser instances’ is closed to new replies.