Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • marcc Friend
    #135655

    Hello,

    yesterday I installed the JA Corona template on Joomla 1.5.8

    I’m having some problems with the layout, but only in IE7. IE6 and Firefox 3 seem to work fine.
    On some pages, the footer appears at the top or the middle of the page. Here’s some examples:

    http://83.149.67.22/~bart01/index.php?option=com_content&view=article&id=51&Itemid=66
    http://83.149.67.22/~bart01/index.php?option=com_agora&Itemid=63
    http://83.149.67.22/~bart01/index.php?option=com_content&view=article&id=52&Itemid=69

    Can you please look into this?

    Thanks,

    Marc

    The same problem seems to apear on the demosite:

    http://template15.joomlart.com/ja_corona/index.php?option=com_wrapper&view=wrapper&Itemid=55

    pierodela Friend
    #280521

    Hi, I have the same problem. I have Joomla 1.5.8 too, and problems are only in IE7

    marcc Friend
    #280523

    Pierodela,

    I got the fix below from support. Unfortunately I doesn’t seem to work for me. Maybe you can try it and
    post your results.

    Regards,

    Marc

    <blockquote>
    For this case, please open file templates/ja_corona/css/template.css, at about line 1076, find following script:

    #ja-footer .copyright {
    font-style: normal;
    left: 20px;
    position: absolute;
    top: 20px;
    }

    And change to:

    #ja-footer .copyright {
    font-style: normal;
    left: 20px;
    position: relative;
    top: 20px;
    }
    </blockquote>

    scotty Friend
    #280525

    Try something like…

    #ja-footer .copyright {
    font-style: normal;
    left: 20px;
    position: relative;
    bottom: 20px;
    }

    this should set it up from the bottom rather than down from the top.

    pierodela Friend
    #280533

    Thank you 🙂 but It does not solve the problem. This appears only sometimes and only in IE7.

    scotty Friend
    #280541

    The problem is the .clearfix class being applied to #ja-footer in your index.php

    Open templates/ja_corona/index.php and find on line 245…
    [php]
    <!– BEGIN: FOOTER –>
    <div id=”ja-footerwrap”>
    <div id=”ja-footer” class=”clearfix”>[/php]and change to…

    [php]<!– BEGIN: FOOTER –>
    <div id=”ja-footerwrap” class=”clearfix”>
    <div id=”ja-footer”>[/php]I can’t test this myself so let me know how you get on, also, make sure to re-test in IE6 because removing the class may have adverse effects. That’s if it even works.

    scotty Friend
    #280542

    Post above adjusted ^^^

    marcc Friend
    #280543

    Scotty,

    just tried your suggestion. Doesn’t work. I also tested with IE6 and firefox. They seem to keep working.

    Thanks,

    Marc

    marcc Friend
    #280544

    Scotty,

    your last suggestion was the one. It’s working now! 🙂

    Thank you,

    Marc

    erwinderuiter Friend
    #281135

    Scotty’s last solution works also for me.

    Thanks!

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

This topic contains 10 replies, has 4 voices, and was last updated by  erwinderuiter 15 years, 9 months ago.

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