Author Topic: Ja_Larix display broken in IE8  (Read 16471 times)

jenkinhill

  • UK Web Developer & Consultant
  • Global Moderator
  • Super Hero
  • *
  • Posts: 28746
  • Always on vacation
    • Jenkin Hill Internet
Ja_Larix display broken in IE8
« on: October 29, 2009, 15:53:49 PM »
The JA Larix template is provided as demo template in the eCommerce edition of VirtueMart. With IE8 the cart module in the page header is displaced to the left of the page. This can be fixed:

Look in the  ja_larix template folder   /components/com_virtuemart/themes/ja_larix/
Find the index.php file
In the <head> code change the IE filter to

<!--[if lte IE 6]>
<style type="text/css">
.clearfix {height: 1%;}
</style>
<![endif]-->

<!--[if IE 7.0]>
<style type="text/css">
.clearfix {display: inline-block;}
</style>
<![endif]-->


<!--[if gte IE 8.0]>
<style type="text/css">
.clearfix {height: 1%;}
</style>
<![endif]-->


There are further IE8 related issues - the fix for most is to put the following in the index.php head code:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Kelvyn

Jenkin Hill Internet,
Lowestoft, Suffolk, UK

Unsolicited PMs/emails will be ignored.

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Currently using VirtueMart 4.2.5 10924 J! 3.10.11 PHP 8.2.7