Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #228150

    Hi,
    Everything was fine with my theme…Today I have updateded my enfold Theme via filezilla . I copied enfold folder> the newest version.
    In Firefox: All font face symbols are broken! (search symbo in header etc…)
    Can you help with that firefox 26 -font- face problem???

    Firefox updated
    Windows8.1 updated Started PC again
    Firefox cache cleared

    .htacess:
    <FilesMatch “\.(ttf|otf|svg|eot)$”>
    SetEnvIf Origin “^http(s)?://(.+\.)?(medientanz\.de|medientanz\.de)$” origin_is=$0
    Header set Access-Control-Allow-Origin %{origin_is}e env=origin_is
    </FilesMatch>

    Webpage:http://medientanz.de

    Thanks Thomas

    #228281

    Hey Schmenger!

    Please try to deactivate the cache plugin then set the .htaccess again. Reload the page a few times.

    Best regards,
    Ismael

    #228370

    Hi,
    I deactivated and deinstalled WP Supercache Plug In
    Cleared Firefox cache
    restartet and reloaded http://medientanz.de many times
    no effect
    firefox font face are still broken
    Any ideas? Everything was OK with firefox before hat update, maybe it is a new code in that 2.53 enfold version?

    thomas

    #228694

    Hey!

    Please try update the theme to the latest version 2.5.4 http://kriesi.at/documentation/enfold/updating-your-theme-files/
    If it still does not work, please refer to fix under “Fonts not loading in Firefox or IE9” section here http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Cheers!
    Yigit

    #228720

    Hi,
    I updated to 2.5.4 and put the fontssquirrel fix in .htacess.
    Then I cleared the firefox Cache, emptied and deaktivated the wordpress Cache Plugin.
    Restartet firefox several times.
    But – font- face still broken..

    http://medientanz.de
    firefox 26 win 8.1

    Any idea? Thanks

    Thomas

    #228882

    Hey!

    Please get the css > base.css file on the latest version of Enfold then update the old one.

    Regards,
    Ismael

    #229009

    Hi,

    Got base.css Version 10.02.2014 from Themeforest enfold Theme
    Updated to css folder

    No effect
    firefox font-face still broken

    hop you can help.Thanks
    Thomas

    #229964

    Hey!

    It seems like the font file doesn’t load properly. I guess the mime type of the file is not correct and thus firefox doesn’t load the woff/ttf file as font but as data file. Try to add this code to the htaccess and cear the browser cache:

    
    <IfModule mod_mime.c>
      # Audio
        AddType audio/mp4                                   m4a f4a f4b
        AddType audio/ogg                                   oga ogg opus
    
      # 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/vnd.ms-fontobject               eot
    
        # Browsers usually ignore the font MIME 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 MIME types are used for
        # the following fonts.
    
        AddType application/x-font-ttf                      ttc ttf
        AddType font/opentype                               otf
    
        # Make SVGZ fonts work on the iPad.
        # https://twitter.com/FontSquirrel/status/14855840545
        AddType     image/svg+xml                           svgz
        AddEncoding gzip                                    svgz
    </IfModule>
    

    The code is taken from: https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess
    You can also try to re-install the latest version of the theme – then you can be sure that the font files are not corrupt/broken. Use ftp: https://vimeo.com/channels/aviathemes/67209750 to update the files.

    Regards,
    Peter

    #230037

    Hi Dude,
    I tried your recommondation and added all between

    . <IfModule mod_mime.c>…


    </IfModule>
    to .htacess

    I and emptied all caches.No font face in Firefox!
    Than I deleted the Enfold whole folder and re – installed Enfold with todays newest Themeforest version
    No font face!

    Everything was working fine with the 2.50 enfold version: Font face was visible in Firefox
    So it must be a code – changing in enfold after this 2.50???
    Is it possible to get the old 2.5 Version? Where can I get it ? I would try to reinstall the 2.50 Version!

    Thanks Thomas

    #231040

    Hi!

    Please try to add this code to the htaccess file:

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

    – see: http://stackoverflow.com/questions/17831664/font-awesome-not-working-in-firefox-ie

    Cheers!
    Peter

    #231052

    Hi Dude,

    I have tried several htacess solutions

    the htacess <FilesMatch “.(ttf|otf|eot|woff)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>
    is not working for 2.54

    1. With the enfold 2.50 Version, everything was OK.
    2. After updating to 2.54 , font-face in firefox was broken
    3.It must be a code changing in the enfold theme

    Is it possible to re – download the 2.5 Version from somewhere? I want to reinstall this working version

    Thanks
    Thomas

    #231054

    Hi!

    I don’t have access to the old 2.5 version but I’ll mark this thread for Kriesi – maybe he has a backup.

    Cheers!
    Peter

    #231060

    Thanks dude,

    you can check the problem here:

    http://medientanz.de

    in Firefox 27 :Broken search button in header etc…

    What I have done for testing:
    Reinstalled firefox.
    Tested several htacess solutions
    Deaktivated all plug ins
    Emptied the browser cache
    Deleted the whole enfold folder and reinstalled it
    Tested the pure Enfold Theme ( without the Enfold- Child Theme)

    1und1.de Server

    #231168

    Hey!

    Can you please deactivate the minify plugin? Remove browser cache then reload the page a few times. We’ll check it without the minify plugin. Post the login details here and set it as a private reply.

    Cheers!
    Ismael

    #232930

    Hi,
    What I have done to solve the Problem with font face:

    1. I tried to deaktivate alllplug-ins.

    2. and added to .htacess:
    AddType application/vnd.ms-fontobject .eot
    AddType font/ttf .ttf
    AddType font/otf .otf
    AddType application/x-font-woff woff
    <FilesMatch “\.(ttf|ttc|otf|eot|woff|font.css)$”>

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

    3. and to child css:
    @font-face {
    font-family: ‘entypo-fontello’; font-weight: normal; font-style: normal;
    src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=2&#8217;);
    src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=2#iefix&#8217;) format(’embedded-opentype’),
    src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=2&#8217;) format(‘woff’),
    src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=2&#8217;) format(‘truetype’),
    src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=2#entypo-fontello&#8217;) format(‘svg’);
    }

    No effect! Font face fonts still broken
    fonts are broken in firefox and in iexplorer (with chinese symbols!!!!),
    Chrome and Safari are OK!

    4. And I have done a little test: I uploaded an own fontello font zip: This own font is working in all browsers!

    but i need the working font face fonts! (search button etc)

    And again: With the older version, 2.50 there was no problem with font-face.
    Is there a theme update in the pipeline to solve that problem?

    http://medientanz.de

    Thanks! Thomas

    #233700
    #233711

    Thanks Robin, I think it´s the same problem. Hope it will be fixed in 2.5.5 …
    Thomas

    #234128

    Hi,
    Is it possible to download the enfold 2.5.0 version again? This version was fine with firefox and iExplorer. I need a solution for this broken fontface icons.

    Thanks Thomas

    #234339

    Hey Guys!

    Since we did not change any of the font face files, the only explanation I can think of is that they got corrupted somehow. Mind dropping me your ftp credentials in a a reply marked as “private reply” so I can try to upload different set of font files and see if any of them are working?

    Regards,
    Kriesi

    #234377
    This reply has been marked as private.
    #234379

    Thanks!

    I replaced the font folder with my current font folder and it seems that its working just fine now. So my guess was probably right and your font files were somehow corrupted.

    Everyone else experiencing the problem: I would just recommend to go to http://themeforest.net/downloads and re download the theme file and upload them manually via ftp. (or at least the config-templatebuilder folder)

    That should fix the issue. You can also wait for the next theme update which should arrive during the next 48 hours
    Cheers!
    Kriesi

    #234421

    Thank you, Kriesi, Everything OK now.
    Thomas

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘After Update: In firefox 26 font face broken’ is closed to new replies.