Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ce2f Friend
    #163171

    good morning,
    I use JA Xenia and i have big problem with IE6, IE8 et IE9
    With only IE 8 et IE9, my website have a problem with left column. the width of left column reduce or increase according to rubrics or asked articles. The content of the left column overflows on the body of the website according to articles and rubrics but not the home page.
    I found a solution when i put this in head :
    [PHP]<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />[/PHP]
    or instead of
    [PHP]<!–>
    <style type=”text/css”>
    .clearfix { display:inline-block;}
    </style>
    <!–>[/PHP]
    in index.php
    [PHP]<!–>
    <style type=”text/css”>
    .clearfix { display:block;}
    </style>
    <!–>[/PHP]

    I can too delete this code in index.php because it’s defined in css template with clearfix and there’s nothing error with IE6-9 :
    [PHP]<!–>
    <style type=”text/css”>
    .clearfix { display:block;}
    </style>
    <!–>[/PHP]

    There is an error of javascript with IE6 in IE taskbar on all pages of website but the layout of the website does not move
    in line 239 car 2 error null …. code 0

    The error comes of an error in repertory scripts ja.script.js of the template which do reference of an image which doesn’t exist templates/ja_genista/images/

    I delete this in ja.script.js and i don’t have error in IE6
    [PHP]function fixIE() {
    var objs = getElementsByClass (“createdate”, null, “TD”);
    if (objs) {
    for (var i=0; i<objs.length; i++){
    objs.innerHTML = “<span>” + objs.innerHTML + “</span>”;
    }
    }

    var obj = $E(‘h1.logo a’);
    obj.onmouseover = function () {
    this.setStyle(‘filter’, “progid:DXImageTransform.Microsoft.AlphaImageLoader(src=templates/ja_genista/images/logo2.png, sizingMethod=’crop’)”);
    }
    obj.onmouseout = function () {
    this.setStyle(‘filter’, “progid:DXImageTransform.Microsoft.AlphaImageLoader(src=templates/ja_genista/images/logo1.png, sizingMethod=’crop’)”);
    }

    /*
    //var objs = getElementsByClass(‘.*-transbg’);
    var objs = $ES(‘#ja-cssmenu li ul’);
    if (!objs) return;
    for(var i=0; i<objs.length;i++){
    makeTransBg(objs);
    }
    */
    var objs = getElementsByClass(‘.*-transbg’);
    if (objs) {
    for(var i=0; i<objs.length;i++){
    makeTransBg(objs);
    }
    }
    }

    if(isIE6()) jaAddEvent (window, ‘load’, fixIE);[/PHP]

    thks to joomlart to give the good file of ja.script.js
    Thks
    Tom

    Saguaros Moderator
    #388987

    this is a difficult issue, i have created a issue report on PM http://pm.joomlart.com/browse/JATCXENIAII-6
    Please provide us some time for checking the issue

    Thanks

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 12 years, 12 months ago.

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