Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • fiumeciane Friend
    #142463

    Hi,
    I discovered that Internet Explorer 8, the template is not working well (see pictures)

    IE8

    Firefox

    In addition, the template works correctly with Avant Browser and IE7

    Why?

    mfcphil Friend
    #309931

    Here is the usual IE8 answer

    go to your index php file and find the following

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

    and change to:

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

    OR

    It is a compatibility issue

    You need to paste code into the first line of the <head> of your index.php file

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

    fiumeciane Friend
    #309934

    Thanks, problem solved 😀

    fiumeciane Friend
    #309968

    For those who needed, I found a plugin that makes it compatible with every template IE8

    http://download.jjsworld.fr/ie8_compatibility_1.1_Joomla_1.5.x.zip

    Manos Moderator
    #310626

    The latest version of the template is working ok without problem.
    What else are you using (plugins modules etc). ??

    shertmann Friend
    #310657

    Thanks for this valuable info as I was having the same issue with IE8

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

This topic contains 6 replies, has 4 voices, and was last updated by  shertmann 14 years, 9 months ago.

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