Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE Nav bar issue (WordPress)

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #38550
    robinq21
    Participant

    I have installed a plugin recently (Ubermenu), which works fine on most browsers – except it seems Internet Explorer.. The menu bar seems to be appearing in a Vertical format on Internet Explorer, and as normal on other browsers..

    The web address is http://www.summitretreats.com

    Any ideas how to fix this?

    Thank you!

    #85540
    Miller
    Member

    replace
    meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″
    with
    meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″

    #82393
    robinq21
    Participant

    Thanks Miller – where do I do this?

    #82392
    robinq21
    Participant

    Hi, I found this in Header.php, replaced it, and it just seems to display this message (meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″) at the top of the web page, when I try to replace the old message (meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″), this now shows at the top of the webpage, removing it altogether leaves a gap at the top of the page, but is better than the two alternatives???

    #82390
    Watson90
    Member

    Open up your **header.php** and it should be contained in there @robinq21

    #82384
    Miller
    Member

    wrap it with < and > symbols

    #82368
    robinq21
    Participant

    Great, all seems to be working now.. Thank you

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.