Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #419101

    Hi,

    On Chrome, Mozilla and Safari, Our site looks ok while when we try it on IE 8, 9 and latest version, It looks horrible. The Layer slider is not showing, The font’s is working properly, the layout and the most important part is the responsive. Am not sure if the w3 cache plugin is the main source of this problem but after activating, deactivating and deleting w3 cahce plugin, It seems this problem raise but the thing is why only on IE. on other browser its working fine. Please have a look and guide me how to fix this problem ASAP.

    IE 10 and Latest Version
    http://screencast.com/t/VizLHWBJeO0

    IE 8 and 9
    http://screencast.com/t/b9xxSxCR

    Thanks,
    Hritter

    #419111

    I manage to fix some especially on Latest Version. Most of the problem now are on Old version especially on IE 8 and 9. Please guide me. Thanks

    #419709

    Hey!

    Thank you for using Enfold.

    I’m sorry but you’re using an old version of the theme, 3.0.4. Please download the latest version, 3.1.2, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    The layer slider isn’t fully supported on older versions of internet explorer so you might need to add an easy slider specifically for IE. Use css to hide or show any specific sliders on different kind of browsers. This one for example will hide the layer slider on IE then show the easy slider instead:

    .avia-msie div#layer_slider_1 {
    display: none !important;
    }
    
    .avia-slideshow {
    display: none;
    }
    
    .avia-msie .avia-slideshow {
    display: block;
    }

    Turn on the custom css class to add a unique class attribute to the slideshow: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Ismael

    #419817
    This reply has been marked as private.
    #419871

    Also the blog page layout is not working on IE 8.
    http://screencast.com/t/gkewyE4wZmY

    #421328

    Hey!

    I checked the “krypton” folder (child theme) but I don’t see the fonts folder. Or maybe it is hidden. Anyway, please check. Where did you apply the font?

    Best regards,
    Ismael

    #421686
    This reply has been marked as private.
    #422322

    Hey!

    If it is not inside the child theme folder then why is the font url directed to the krypton folder?

    @font-face {
    font-family: ‘segoe_printregular';
    src: url(‘http://kryptonescort.de/wp-content/themes/krypton/fonts/segoepr-webfont.eot’);
    src: url(‘http://kryptonescort.de/wp-content/themes/krypton/fonts/segoepr-webfont.eot?#iefix’) format(‘embedded-opentype’),
    url(‘http://kryptonescort.de/wp-content/themes/krypton/fonts/segoepr-webfont.woff’) format(‘woff’),
    url(‘http://kryptonescort.de/wp-content/themes/krypton/fonts/segoepr-webfont.ttf’) format(‘truetype’),
    url(‘http://kryptonescort.de/wp-content/themes/krypton/fonts/segoepr-webfont.svg#segoe_printregular’) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }

    Are you sure it is working on chrome and firefox? Please check it again.

    Regards,
    Ismael

    #425159
    This reply has been marked as private.
    #426895

    Hi!

    Please try to add this to the Quick CSS field to fix the blog layout on IE8:

    .avia-msie-8 .page .big-preview.single-big {
      width: 50%;
    }

    Cheers!
    Ismael

    #432628

    Hi Ismael,

    Thanks for the support. You can close this topic now.

    Thanks,
    Hritter

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Problem on Internet Explorer (Fonts, Responsive and Layouts)’ is closed to new replies.