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..
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???
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!
replace
meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"
with
meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"
Thanks Miller - where do I do this?
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???
Open up your header.php and it should be contained in there @robinq21
wrap it with < and > symbols
Great, all seems to be working now.. Thank you