Internet explorer 6 not supported? In chrome / firefox

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri May 11, 2012 3:44 pm
Hello,

There is a strange problem with my website. After a while it starts displaying "Internet explorer 6 not supported" and the whole layout is messed up. Because it's after a while I think it has to do with a cache problem. The error looks so weird however that I wanted to ask for help or see if anyone has experienced this before.

Please see the attached screenshot.

The website is http://www.sunwood.nl
You might not see the website displayed the way in the screenshot.. that's because I cleared the cache manually or fixed the problem causing it already.

Thanks in advance!
Wout
User avatar
Fresh Boarder

GK User
Fri May 11, 2012 6:37 pm
Hi

Please try make the following change on this file ../layouts/default.php
by changing PHP condition to the conditional comments.

Replace this code:

Code: Select all
<?php if($this->browser->get('browser') == 'ie6' && $this->getParam('ie6bar', '1') == 1) : ?>
   <div id="gkInfobar"><a href="http://browsehappy.com"><?php echo JText::_('TPL_GK_LANG_IE6_BAR'); ?></a></div>
   <?php endif; ?>


with

Code: Select all
<!--[if IE 6]>
   <div id="gkInfobar"><a href="http://browsehappy.com"><?php echo JText::_('TPL_GK_LANG_IE6_BAR'); ?></a></div>
   <![endif]-->


If change solves this issue, it will be include on our next updates and Gavern Framework version 3.0

Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Jun 21, 2012 6:52 am
Hi guys,

This bug is fixed now please upgrade your template to the latest version to get it.

Cheers,
User avatar
Platinum Boarder


cron