compatibility view settings in internet explorer

gerber.joane
2 Posts
gerber.joane posted this 15 June 2016

My client uses internet explorer for work reasons. His software works through ie.
For some reason the website isn't working correctly on Internet explorer?Please help.

www.webaccounting.co.za

My client uses internet explorer for work reasons. His software works through ie. For some reason the website isn't working correctly on Internet explorer?Please help. www.webaccounting.co.za
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
gerber.joane
2 Posts
Is Solution
gerber.joane posted this 15 June 2016

Found a solution!

"compatibility mode" is an IE browser feature. It effectively mean "pretend to be IE7". Themler does not support IE7. IE will go into compatibility mode automatically if it detects that you are using an intranet.

But I had to disable this for the whole site, without having to teach each user about it. Luckily, there is a meta tag for it!
Add the following tag into the head section of each template page will disable compatibility mode.

<meta http-equiv content>

for exampe:
Go to:
www -> WebsiteFolder -> templates -> TheTemplateYouAreUsing -> templates -> page.php

<head>
</head> <meta http-equiv content>
<title>My Web Page</title>

Found a solution! "compatibility mode" is an IE browser feature. It effectively mean "pretend to be IE7". Themler does not support IE7. IE will go into compatibility mode automatically if it detects that you are using an intranet. But I had to disable this for the whole site, without having to teach each user about it. Luckily, there is a meta tag for it! Add the following tag into the head section of each template page will disable compatibility mode. &lt;meta http-equiv content&gt; for exampe: Go to: www -> WebsiteFolder -> templates -> TheTemplateYouAreUsing -> templates -> page.php &lt;head&gt; &lt;/head&gt; &lt;meta http-equiv content&gt; &lt;title&gt;My Web Page&lt;/title&gt;
Support Team
Support Team posted this 17 June 2016

Hi,

Custom meta tag can be added in Themler under Home tab >> Settings >> Additional HEAD HTML.

Thank you,
Olivia

Hi, Custom meta tag can be added in Themler under Home tab >> Settings >> Additional HEAD HTML. Thank you, Olivia
You must log in or register to leave comments