Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • larenz Friend
    #145768

    Hello team, right now I´m having troubles with this amazing template. The fact is I erased the following code from all layouts files


    <?php if ($this->isIE6()) : ?>
    <?php $this->loadBlock('ie6/ie6warning') ?>
    <?php endif; ?>

    its supossed with this change the IE6 Warning must not appear, it works but left an empty field at the top of the page.

    I want to get a solution why this blank space appears

    ———

    By the way the IE6 Warning appears even if I use IE6 or IE7, I´m not sure if the fact I´m using IE6 and IE7 in the same pc must cause any conflict or either is a template problem.

    What part of the code I need to edit to solve this problem?

    Css Magician Friend
    #322631

    Dear larenz,

    If you want to remove IE6 Warning and not blank, please open file templates/[your_templates]/css/ie.css and remove the style :


    *html #ja-wrapper { margin-top: 205px; }

    larenz Friend
    #322686

    Thanks a lot Duchh! Yesterday was removing some code lines and refreshed the IE6 until I saw the blank space wasn´t in there. Obviously I added again the code lines until the page was fine again and found that file ie.css was causing the problem, checked it out that file and found that line you say.

    Now I´m wondering why the IE6 warning also appeared in IE7? Maybe it only happen to me, anyway I want to know if anybody else have this problem.

    The reason for what I want to move that warning is because I want to add my own IE6 warning which only appear just one time for that user and not always the user is surfing the web.

    Thanks anyway!

    Css Magician Friend
    #322732

    Dear larenz,

    In this templates framework , the IE6 warning only appeared in IE6, please check again or provider your site demo ? I will check its

    larenz Friend
    #323049

    Sorry I can´t provide a link because of having my site working locally. Either I can´t send you a print because I desactivated the IE6 warnings, perhaps is something wrong with the framework because when I was using its default IE6 warning it also appeared on IE7, but now I´m using another code it only appear on IE6.

    Was thinking maybe I had problem using both browsers (IE6 and IE7) at the same pc, but with this change of code I realized that is all ok with the browsers. Maybe you should check it out (framework).

    bobbytuck Friend
    #323135

    I can confirm that the info above does not fix the IE6 warning.

    I’ve taken the steps above, but it’s still flagging IE8 and as IE6.

    larenz Friend
    #323136

    <em>@bobbytuck 152294 wrote:</em><blockquote>I can confirm that the info above does not fix the IE6 warning.

    I’ve taken the steps above, but it’s still flagging IE8 and as IE6.</blockquote>

    What do you mean? IE6 warning also appears on IE8? In my case IE6 showed on IE7 also. What I did was remove the code who calls IE6 warning, then I installed another IE6 warning and now it works perfectly only for IE6.


    1. plg_sevenup.zip
    bobbytuck Friend
    #323141

    *sigh*

    yes, my mistake. I missed the PHP code.

    The combination of the CSS edits above and the PHP removal in the template worked.

    dcmwai Friend
    #337081

    I’m still having this issue on Firefox, Safari and etc…

    How can i fix this?

    The code seem to be changed on v 1.2

    Thank for the help in advance.

    micrantha Friend
    #337108

    Hello,
    You can find files here:
    ja_purity_ii/layouts/blocks/ie6/ie6warning.css
    ja_purity_ii/layouts/blocks/ie6/ie6warning.php

    In second file you find this little piece of code + instruction:

    define ('SHOW_IE6_WARNING', 'close');
    /*
    Setting for this message. Clear cookie if you change this setting.
    'none': Not show warning
    'once': Show one time only
    'close': Show until user check box "Not show again" and close the message
    'always': Always show this message
    */

    Good luck,
    Micrantha

    dcmwai Friend
    #337781

    That would just disable it.
    Anyway other way to fix it?

    Thank You

    keithsan Friend
    #337788

    <em>@micrantha 170559 wrote:</em><blockquote>Hello,
    You can find files here:
    ja_purity_ii/layouts/blocks/ie6/ie6warning.css
    ja_purity_ii/layouts/blocks/ie6/ie6warning.php

    In second file you find this little piece of code + instruction:

    define ('SHOW_IE6_WARNING', 'close');
    /*
    Setting for this message. Clear cookie if you change this setting.
    'none': Not show warning
    'once': Show one time only
    'close': Show until user check box "Not show again" and close the message
    'always': Always show this message
    */

    Good luck,
    Micrantha</blockquote>

    Sorry, hijacking the thread for a thank you! able to resolve my isue:D

    Rob Hawthorn Friend
    #339026

    Hi Micrantha, thanks for posting this I’m having the same problem.

    Sorry to be stupid but could you let me know what to do with this peice of code? You’ve not mentioned how to proceed with this……whether you delete it etc. And is it just this peice of code nothing else?

    Regards,
    Rob

    micrantha Friend
    #339356

    Hello Rob,

    First line is the code line.
    The other lines between /* and */ are explanation.

    So: when you don’t want the warning to show you change the first line in this way:

    define ('SHOW_IE6_WARNING', 'none');

    Hope this anwers your question.

    Good luck,
    Micrantha

    Rob Hawthorn Friend
    #339427

    Ah I must’ve been staring at the screen for too long. Thank you very much for your help

    Regard,s
    Rob

Viewing 15 posts - 1 through 15 (of 23 total)

This topic contains 23 replies, has 12 voices, and was last updated by  Saguaros 10 years, 7 months ago.

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