• Im having display issues with this theme in all versions of Internet Explorer I can test it on – 7, 8, 9 & 10 and the theme displays exactly the same in all versions of IE.

    It works perfect in Chrome, Firefox & Safari on Mac and PC.

    See this image for what it looks like in all version of IE – its like some sort of mobile layout.

    Im using this theme out of the box and and have not modified it in anyway and I have also tested out other themes out of the box such as Twenty Thirteen & Twenty Twelve and they display perfect in all browsers with none of the issues im having with the Twenty Fourteen in Internet Explorer.

    Maybe im doing something incredibly stupid but I can figure this one out.

Viewing 15 replies - 16 through 30 (of 32 total)
  • Thank you so much for posting this link Ajbernabe! Could you more specify, please, what you exactly did or which code you used to solve it?

    Just this meta tag or which one?

    <meta http-equiv=”X-UA-Compatible” content=”IE=8″>
    <!– plus variations such as emulate, quirks, 7, 8, 9 —>

    Edit:

    I tried exactly these two lines and it seems it is working now, but let me check it tomorrow from more computers…

    Thank you so much for help!

    I did just this

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">

    Either way should work, i guess.

    I confirm it works now in IE 10 after I added this line into the header.php file. Thank you so much Ajbernabe, you made my day!

    No worries, Kejml. Glad it helped! ^_^

    Yes, you did it! My web is again all browsers friendly! ??

    I still have not quite understood which php file you manipulate (or if you do not manipulate individual files with an html-editor: how you use the blog’s menue to make such changes).

    …most of my experience is with conventional html sites and wikis ??

    OK, now it’s my turn to help, because I’m one step ahead. In WP administration, there is on left side menu choice Appearance > Editor. Open it and on the right side menu “Templates” click on Header (header.php. It will open header.php file in editor…

    Now you just need to put this line:

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">

    behind a <head> tag on the top of the file, click on the button “Update file” and you are done… Try to open your web now in IE 10 and it should be OK, if it was the same problem…

    No! Do not edit the Twenty Fourteen theme. It is the current default WordPress theme and having access to an original, unedited, copy of the theme is vital in many situations. First create a child theme for your changes.

    Thank you for your tip! Unfortunatelly my friend doing some changes of my web did it in already in the original twenty fourteen theme – is there a way how to take out just changes we already made and to put them into the child theme, please?

    You would need to download a fresh copy of the theme and compare its files with your amended copy of the theme.

    OK, it shouldn’t be a big problem so I’ll play with it a little bit when I’ll have a time. Thank you for your tips, Esmi!

    well, I feel I understood how you create a child theme and what it is able to do, the result is, however, a design with new horrors different Browsers: the main menu is translated into a list… and some design beauties get lost – see

    https://positivists.org/blog/

    …I get the desired result, however, if I do not use a child theme and manipulate the header.php of the 2014-theme mother… I must be too stupid then, to create a decent child…

    Yeah esmi is right. I dont usually edit the original theme. Creating a child theme is the way to go.

    None of your websites works with ie8, did anyone fix this problem?

Viewing 15 replies - 16 through 30 (of 32 total)
  • The topic ‘Internet Explorer issues’ is closed to new replies.