Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • lucadales Friend
    #142250

    I am having a unusual problem only when the customer gets to the checkout page and only with IE8

    Problem: pics on the right are not aligned in the center of the module: please have a look to the attached picture

    My joomla version is 1.5.11 with virtuemart 1.1.3.

    url: www . l o l l y b o b .co.uk

    checkout url: w w w.**********.co.uk/index.php?option=com_virtuemart&page=checkout.index&Itemid=53&redirected=1&Itemid=53

    Thank you


    1. 2
    mfcphil Friend
    #309104

    add the compatability code for a quick fix and to see it displayed correctly

    go to your admin and find your index.php file
    add the following code into the first line of your <head> of that file

    <meta http-equiv=”X-UA-Compatible” content=”IE=7″ />

    OR

    Find the following code in the same index php file

    <!–>
    <style type=”text/css”>
    .clearfix {display: inline-block;}
    </style>
    <!–>

    and change it to the following

    <!–>
    <style type=”text/css”>
    .clearfix {display: block;}
    </style>
    <!–>

    There is no halm in doing both!!

    lucadales Friend
    #309110

    the second solution worked! Thanks a lot mfcphil !!

    I just have to add that the index file is the one located at …templates/ja_larix

    mfcphil Friend
    #309112

    Second solution can be found in Tutorials….Thanks JA Developer 😉

    ruigato Friend
    #317101

    thanks for the fix mcphil

    Can we expect a oficial update for this template, or it would stay as it is?

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  ruigato 14 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum