Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #162547

    Hello,

    Could you suggest a browser targeted CSS fix like display:none; that I could apply to all the Entypo icon font icons from Enfold since they won’t display properly—or at all—in IE8 (actually Internet Explorer 8 and below)?

    Any leads would be very much appreciated!

    Cheers
    Seth

    P.S. Excellent work on the forum upgrade!

    • This topic was modified 10 years, 7 months ago by sethbutler.
    #162984

    Hi Seth,

    The icons do actually work as far as I know in IE8. Anything below that isn’t supported but myself and the other support crew have tested the theme in IE8 and the icons have worked in native IE8.

    Regards,

    Devin

    #163009

    Devin,

    Thanks for the speedy reply!

    Please see the below screen shot where the icons are not loading properly in IE8.
    Enfold IE8 Icon Problem

    Then compare to the following link in a webkit enabled browser: http://sandbox-3.sethbutler.com/prototype

    You’ll see that the search icon in the upper right hand corner is failing. Also, the icons in the three column layout below the slider are loading incorrectly or failing to load at all. The left two icons (START A TEAM & APPLY FOR A MENTOR) are loading the incorrect icons, and the third column (REGISTER) is failing altogether.

    Any suggestions with a solution to make them go away would be very helpful (for IE8 and below) would be much appreciated.

    Warmest Regards
    Seth

    • This reply was modified 10 years, 7 months ago by sethbutler.
    #163513

    Hi!

    You can use conditional tags to hide the icon font for older IEs. Insert following code in header.php before the closing head tag (</head>).

    
    <!--[if lt IE 9]>
    <style>
    .avia-font-entypo-fontello{ display: none !important; }
    </style>
    <![endif]-->
    

    Regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘ENFOLD: Icon Problems with Entypo icon font in IE8 (and below)’ is closed to new replies.