Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • bfahnoe Friend
    #147196

    I have got the following error with Xenia II:
    When I make a menu item with Articles Category List it looked ok in old version 1.5.8 of Joomla.
    I have made an extensive updating, Joomla 1.5.15 and made a lot of other corrections) in a trial server (not Public) and now in EI the main part makes left smaller and overlaps it. It looks ok in Firefox.
    You can see the old version here that functions ok.
    http://www.solgym.dk/index.php?option=com_content&view=category&id=80&Itemid=101
    I have not changed anything in the template since the update.
    I have made a backup and installed a copy and put in ja_xenia_ii_for_joomla_1.5.v1.4 but it made no change

    bfahnoe Friend
    #327961

    Now it’s really odd. I have put the webserver on the net and you can see these two pages:
    http://www.solgym.dk/index.php?option=com_content&view=category&layout=blog&id=55&Itemid=31
    http://www.solgym.dk/index.php?option=com_content&view=category&layout=blog&id=57&Itemid=36
    They are made in exactly the same way, but you can se the error in IE8 on one page and not on the other.
    I’m baffled, what can I do?:confused:

    bfahnoe Friend
    #327963

    I found a pc with IE7 and it displyed ok, so it must be a IE8 thing

    bfahnoe Friend
    #327965

    This advice solved the problem:
    I put
    <meta http-equiv=”X-UA-Compatible” content=”IE=8″ />
    just after <head>
    Maybe not necessary.
    Then changed in index.php as below:

    The conditional may be necessary in your template to load the correct CSS.
    For example a specific IE7 css if the CSS are IE8 aware, or the reverse.

    We have changed such a conditional in ja_purity in the next version of Joomla, 1.5.15, because it was breaking display in IE8

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

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

    Source: http://forum.joomla.org/viewtopic.php?p=1909726#p1909726
    Hope others can use this too

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

This topic contains 4 replies, has 1 voice, and was last updated by  bfahnoe 14 years, 3 months ago.

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