Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • kj_wilson Friend
    #137672

    I updated IE to version 8 over the past week and find that the JA Fagus template moves everything below the breadcrumbs over to the left side of the window rather than floating it with the top.

    I checked the JA demo page for this template and it also moves over.

    Anyone have any ideas where to tweak the code to fix it?

    Or is it just my copy of IE8??

    Thanks.

    Sherlock Friend
    #289657

    Dear kj_wilson !

    You can fix it following some steps below :
    1.Download attachment file , extract it , copy to templatesja_faguscss folder.
    2.Open index.php file in templates/ja_fagus folder , find following code section at about line 68 :


    <?php if ($tmpTools->isIE6()) {
    $s = '';
    if ($tmpTools->getParam(JA_TOOL_SCREEN) == 'narrow') $s = '-n';
    ?>
    <script type="text/javascript">
    window.addEvent ('domready', makeTransBG);
    function makeTransBG() {
    makeTransBg($('ja-mainnav'), '<?php echo $tmpTools->templateurl(); ?>/images/mainnav-bg<?php echo $s;?>.png')
    makeTransBg($E('#ja-topsl .ja-newflash'), '<?php echo $tmpTools->templateurl(); ?>/images/topimg.png')
    makeTransBg($E('#ja-topsl'), '<?php echo $tmpTools->templateurl(); ?>/images/topsl-bg<?php echo $s;?>.png')
    }
    </script>
    <?php } ?>

    change to :


    <?php if ($tmpTools->isIE6()) {
    $s = '';
    if ($tmpTools->getParam(JA_TOOL_SCREEN) == 'narrow') $s = '-n';
    ?>
    <script type="text/javascript">
    window.addEvent ('domready', makeTransBG);
    function makeTransBG() {
    makeTransBg($('ja-mainnav'), '<?php echo $tmpTools->templateurl(); ?>/images/mainnav-bg<?php echo $s;?>.png')
    makeTransBg($E('#ja-topsl .ja-newflash'), '<?php echo $tmpTools->templateurl(); ?>/images/topimg.png')
    makeTransBg($E('#ja-topsl'), '<?php echo $tmpTools->templateurl(); ?>/images/topsl-bg<?php echo $s;?>.png')
    }
    </script>
    <?php } ?>

    <!-->
    <link href="<?php echo $tmpTools->templateurl(); ?>/css/ie8.css" rel="stylesheet" type="text/css" />
    <!-->

    kj_wilson Friend
    #289792

    Thanks for the code bit. . . unfortunately it doesn’t change the column location. I can see from the code what you are trying to do, so I will pursue that further myself. If you have any more ideas, feel free to share them, and I will do the same if I figure it out.

    Thanks again.

    kj_wilson Friend
    #289795

    Okay, I should not have been so hasty. . . I must have copied the code incorrectly or didn’t give the cache enough time to clear. . . it works – it looks great- and I am forever in your debt!

    Thanks very much, and ignore my previous message!

    lafra002 Friend
    #298865

    Excellent, same problem here, your solution does the trick!

    inforpedros Friend
    #303866

    Hi.

    To fix this problem in Joomla 1.0.15 can i use this same code?

    Thanks

    pimmar Friend
    #309468

    Th change of code seems not to work for Joomla 1.0 version

    can you advise us how to solve the problem too ? :((

    splove Friend
    #311197

    Hi guys

    i had the same problem in joomla 1.0.15

    I removed

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

    from index.php

    and solved the problem

    didnt include ie8.css

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

This topic contains 8 replies, has 6 voices, and was last updated by  splove 15 years, 3 months ago.

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