Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • heede Friend
    #147169

    Hi there,
    we have a problem with the Mageia Template on our website.
    The wrapper components height gets not generated properly.
    This affects only the Firefox browser.

    Please refer to following link to see the problem:

    http://heede-institut.de/seminare/level-1

    We presume the problem is linked to wrong html generation.
    When you look at the html source you see following:

    “<iframe id=”blockrandom””

    what you should see is probably:

    “<iframe onload=”iFrameHeight()” id=”blockrandom””

    We did not do any changes to the template and there are no special components or modules installed on joomla.
    Joomla version is 1.5.11

    Kind Regards
    Andreas

    jay973 Friend
    #327844

    English Translation:
    <blockquote>Due to a conversion in Firefox, the dates and registrations are not represented correctly at present. We work at present on a solution. Please use that weilen Internet Explorer or Safari as browsers. We ask for understanding. </blockquote>

    This could be a problem in the site that you are linking to. I’m using Wrappers on a few sites in Firefox and they are all fine.

    Cheers,

    J.

    heede Friend
    #327859

    Hello,

    Thanks for the answer, but this is not the problem. We tried to include other sites as well. It also doesn´t work. If we take an other template it works! Therefore there must be a problem within the template.

    Best regards

    Saguaros Moderator
    #327995

    Hello guy!

    I thinks the problem is from the Newsletter module,
    1) you turn off this module and try the problem again, may be it is fixed.

    2) if the module cause this problem, you comment these codes:
    [PHP]
    <script language=”javascript” type=”text/javascript”>
    function iFrameHeight() {
    var h = 0;
    if ( !document.all ) {
    h = document.getElementById(‘blockrandom’).contentDocument.height;
    document.getElementById(‘blockrandom’).style.height = h + 60 + ‘px’;
    } else if( document.all ) {
    h = document.frames(‘blockrandom’).document.body.scrollHeight;
    document.all.blockrandom.style.height = h + 20 + ‘px’;
    }
    }

    </script>

    [/PHP]

    heede Friend
    #328030

    The Problem was caused by two mistakes:

    1.) The so called Newsletter Modul (a wrapper modul) on the same page like a wrapper in the main area. So it seems to be a problem within this template to have two wrappers on one page

    2.) The second problem was that the wide of the main wrapper was set to 100% but it has to be written in Pixels

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

This topic contains 5 replies, has 3 voices, and was last updated by  heede 14 years, 10 months ago.

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