Viewing 1 replies (of 1 total)
  • Plugin Author Arevico

    (@arevico)

    Thank you fotr opening a support topic. Most problems with Internet Explorer are caused by the doctype. Often, themes use a strict doctype whilst plugins or the theme itself do not follow this strict specification. This is fixable by asking the theme developer to change the doctype to a HTML5 one or you can do it yourself.

    Open header.php in your theme’s directory. Make sure that the first line starts with:
    <!DOCTYPE html>

    replace any doctype variants with this one.

Viewing 1 replies (of 1 total)
  • The topic ‘Does not load in IE’ is closed to new replies.