Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • congeladosemcasa Friend
    #118260

    I get no logo in Bellatrix in IE6.
    I replaced the original logo with my own, also a png file, and kept the same file name.
    It shows ok in FF, IE7, but not in IE6. I’m guessing that’s due to the script being used to show the logo.

    Any ideas?

    jvernoski Friend
    #213096

    I can confirm this problem.

    douglas Friend
    #213264

    <em>@congeladosemcasa 6062 wrote:</em><blockquote>I get no logo in Bellatrix in IE6.
    I replaced the original logo with my own, also a png file, and kept the same file name.
    It shows ok in FF, IE7, but not in IE6. I’m guessing that’s due to the script being used to show the logo.

    Any ideas?</blockquote>

    I asked, and others have asked and no answer. Perhaps make your question stand out in BOLD RED LETTERS to get someone from tech support to answer this question. It’s obvious that it’s to do with an IE6 issue, but what the fix is I don’t know.

    Hope you get an answer, but don’t hold your breath. There are now 5 to 8 times as many members now since I joined last year, and not enough tech support hours in the day to answer the questions about these template issues. So it’s member help member to find a solution or you wait, or get frustrated and use another template.

    I suggest checking on http://www.joomla.org in the forums for IE6 issues with missing PNG, GIF or JPG images. This might help you start tracking down the issue as to why this happens in IE6 and Joomla templates.

    If you are running Norton, try turning it off to see if this resolves your issues. There are some real hassles with Norton and how it handles images etc, and this might be the problem.

    Doug:eek:

    congeladosemcasa Friend
    #213298

    I found a solution for the “IE6 no logo” problem.

    IE6 has a major issue with transparent PNG files, so I replaced the PNG file for a GIF file (doesn’t look so weel, but it works).
    The question is the script in index.php doesn’t load GIF files, so I changed it.

    Instead of…

    <div id="ja-header" class="clearfix">
    <h1>
    <a href="index.php">
    <script type="text/javascript">
    od_displayImage('sitelogo', '<?php echo $ja_template_path;?>/images/logo-bellatrix', 131, 50, '', '<?php echo $mosConfig_sitename?>');
    </script>
    </a>
    </h1>

    …I use

    <div id="ja-header" class="clearfix">
    <h1>
    <a href="index.php">
    <img src="<?php echo $ja_template_path;?>/images/logo-bellatrix.gif" alt="<?php echo $mosConfig_sitename?>" />
    </a>
    </h1>

    douglas Friend
    #213302

    I saw this, and thought of changing this to correct the problem, but I finally decided to not worry so much about IE 6 users, as I am recommending my members to upgrade to better browsers, such as Firfoxe or IE 7.

    I also installed the Ultimate PNG fix and the other PNG fix mambots. You can find them on http://www.joomla.org.

    Doug

    frame4 Friend
    #213345

    <em>@douglas 6393 wrote:</em><blockquote>I also installed the Ultimate PNG fix and the other PNG fix mambots. You can find them on http://www.joomla.org.

    Doug</blockquote>

    Did the PNG fixes work at all?

    Regards,
    Anthony

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

This topic contains 6 replies, has 4 voices, and was last updated by  frame4 17 years, 10 months ago.

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