Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #213040

    Hey there,

    so far I am really satisfied with Enfold!!!

    Just one question: Do you know why it looks really strange on my Russian Page, the symbols are not shown properly with Firefox: http://www.movers.ru.

    Thanks in advance,

    Markus

    #213092

    Hi cma-UG!

    Please try solution in “Fonts not loading in Firefox or IE9” section here http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Regards,
    Yigit

    #214079
    This reply has been marked as private.
    #214149

    Hey!

    Icons display fine on Spanish version on my end. Please see screenshot here http://i.imgur.com/KNkW1vs.jpg
    Can you try re-updating the theme on problematic versions?

    Cheers!
    Yigit

    #214182
    This reply has been marked as private.
    #215251

    Hey!

    It seems like your website won’t load the font icon files. The network traffic shows that the font files from the google fonts api are loaded but not the icon files. Please try insert this code

    
    	@font-face {
    	font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
    	src: url('http://www.movers.ru/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=2');
    	src: url('http://www.movers.ru/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=2#iefix') format('embedded-opentype'), 
    	     url('http://www.movers.ru/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=2') format('woff'), 
    	     url('http://www.movers.ru/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=2') format('truetype'), 
    	     url('http://www.movers.ru/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=2#entypo-fontello') format('svg');
    	}
    

    into the quick css field.

    Regards,
    Peter

    #215285
    This reply has been marked as private.
    #215444

    Hi!

    Ok,

    1) Please try to update (or re-install) the theme files with ftp ( https://vimeo.com/channels/aviathemes/67209750 ) and make sure ALL files on the server are updated. If you didn’t modify the theme files the best solution is to delete the entire wp-content/themes/enfold/ folder and to upload the uncompressed enfold folder from your hard drive.

    2) The ZipArchive is a standard php class: http://www.php.net/manual/en/class.ziparchive.php
    If your server returns an error like “Class ‘ZipArchive’ not found” please contact your hoster and ask the server administrator to activate the ZipArchive class/support for you. Maybe they need to update the php version or change the php.ini config file for you.

    Best regards,
    Peter

    #217230
    This reply has been marked as private.
    #217232

    Hi Markus!

    Try this plugin: http://wordpress.org/plugins/wp-minify/

    Cheers!
    Josue

    #217395
    This reply has been marked as private.
    #217406

    Hey!

    Please try this solution: https://kriesi.at/support/topic/invisible-icons/#post-216288

    Cheers!
    Peter

    #218537
    This reply has been marked as private.
    #218709

    Hey!

    Please try following css code to fix the issue

    
    #text-2 .textwidget{
    line-height: 2em;
    }
    

    – insert the code into the quick css field.

    Cheers!
    Peter

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Symbols are not shown properly with Firefox on my Russian Page’ is closed to new replies.