-
AuthorPosts
-
February 23, 2014 at 6:08 pm #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
February 24, 2014 at 2:13 am #228281Hey Schmenger!
Please try to deactivate the cache plugin then set the .htaccess again. Reload the page a few times.
Best regards,
IsmaelFebruary 24, 2014 at 8:45 am #228370Hi,
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
February 24, 2014 at 10:26 pm #228694Hey!
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-problemsCheers!
YigitFebruary 24, 2014 at 11:35 pm #228720Hi,
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.1Any idea? Thanks
Thomas
February 25, 2014 at 6:19 am #228882Hey!
Please get the css > base.css file on the latest version of Enfold then update the old one.
Regards,
IsmaelFebruary 25, 2014 at 1:57 pm #229009Hi,
Got base.css Version 10.02.2014 from Themeforest enfold Theme
Updated to css folderNo effect
firefox font-face still brokenhop you can help.Thanks
ThomasFebruary 27, 2014 at 9:08 am #229964Hey!
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,
PeterFebruary 27, 2014 at 12:20 pm #230037Hi Dude,
I tried your recommondation and added all between. <IfModule mod_mime.c>…
…
…
</IfModule>
to .htacessI 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
March 1, 2014 at 11:44 am #231040Hi!
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!
PeterMarch 1, 2014 at 12:37 pm #231052Hi 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.541. 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 themeIs it possible to re – download the 2.5 Version from somewhere? I want to reinstall this working version
Thanks
ThomasMarch 1, 2014 at 12:43 pm #231054Hi!
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!
PeterMarch 1, 2014 at 1:08 pm #231060Thanks dude,
you can check the problem here:
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
March 2, 2014 at 3:53 am #231168Hey!
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!
IsmaelMarch 5, 2014 at 9:20 pm #232930Hi,
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’);
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=2#iefix’) format(’embedded-opentype’),
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=2’) format(‘woff’),
src: url(‘http://medientanz.de/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=2’) 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’) 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?Thanks! Thomas
March 7, 2014 at 11:52 am #233700Guess we’re talking about the same issue here: https://kriesi.at/support/topic/social-icons-fontello-not-working-in-firefox-enfold-2-5-4/
March 7, 2014 at 12:30 pm #233711Thanks Robin, I think it´s the same problem. Hope it will be fixed in 2.5.5 …
ThomasMarch 8, 2014 at 10:30 am #234128Hi,
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
March 9, 2014 at 2:43 am #234339Hey 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,
KriesiMarch 9, 2014 at 1:39 pm #234377This reply has been marked as private.March 9, 2014 at 2:07 pm #234379Thanks!
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!
KriesiMarch 9, 2014 at 7:30 pm #234421Thank you, Kriesi, Everything OK now.
Thomas -
AuthorPosts
- The topic ‘After Update: In firefox 26 font face broken’ is closed to new replies.