Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • philipandrews Friend
    #143032

    Hi guys, this may have been answered already but I am having problems when viewing my larix site in IE8.

    Take a look at http://www.betterphotoshoptechniques.com or the red highlighted areas in the attached screenshot.

    Cheers,

    philip


    1. larix-problem
    scotty Friend
    #312349

    Copy and paste the following to a new file and call it ie8.css…


    /* CSS Document */

    body#bd {
    text-align: center;
    }

    #ja-headerwrap {
    width: 100%;
    }

    #ja-mainnav {
    width:100%;
    }

    .vmCartModule {
    text-align:left;
    }
    #ja-pathwaywrap {
    width:100%;
    text-align:left;
    }

    #ja-container {
    text-align:left;
    }

    Save it to your templates CSS folder.

    Then open your templates index.php file and after…

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

    paste in….

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

    philipandrews Friend
    #312352

    Hey Scotty, thanks for the quick reply but after adding in the new css file and the changed code in the index.php I get this error

    Parse error: syntax error, unexpected T_STRING in /home/betterph/public_html/templates/ja_larix/index.php on line 1

    Any ideas?

    Philip

    scotty Friend
    #312403

    Hmm you added something at the start or else you FTP’ed it with the wrong settings. Did you make a backup first? If so, try again.

    The error you are getting is usually a result of FTPing with the wrong settings.

    philipandrews Friend
    #312841

    Hey Scotty, I finally found a few minutes to add in the file and code change you have suggested. Thanks the page elements now display much better, but somehow I have introduced a white space in the header. Can you have quick look at http://www.betterphotoshoptechniques.com in IE8 and give me a few clues?

    Cheers,

    Philip

    scotty Friend
    #312879

    try adding this to the <head> of your index.php….

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

    Not sure if it will work. Let me know please.

    andymate Friend
    #315302

    Hi Scotty, had the same problem but now is solved 😉 thx a lot
    andy

    <em>@scotty 138995 wrote:</em><blockquote>try adding this to the <head> of your index.php….

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

    Not sure if it will work. Let me know please.</blockquote>

    ricardomarx Friend
    #324731

    Solved HOW?

    Thanks for share 😉

    Anonymous Moderator
    #324878
Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 5 voices, and was last updated by Anonymous 14 years, 5 months ago.

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