Support » Theme: Quality » Crash in IE9

  • Resolved frances2823

    (@frances2823)


    Hi,

    in IE9, the website puts itself in compatibility mode and IE7 norms..
    even if this code is present in the head `<!–[if IE]>
    <meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
    <![endif]–>`
    The view is broken, it show the responsive menu in 1920px screen etc…
    I have the 1.0.2 version.
    Can you fix this ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter frances2823

    (@frances2823)

    Hi I found the problem.

    You’ve forgotten the ‘ / ‘ at the end of the declaration

    We have : `<!–[if IE]>
    <meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
    <![endif]–>`

    But we must have to work: `<!–[if IE]>
    <meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″ />
    <![endif]–>`

    And it works like this.

    Theme Author webriti

    (@priyanshumittal)

    ohhh! thanks for reminding this bug. will fix this in the next version.

    How you rate this theme

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Crash in IE9’ is closed to new replies.