-
AuthorPosts
-
December 30, 2009 at 11:44 am #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.11Kind Regards
Andreasjay973 Friendjay973
- Join date:
- October 2008
- Posts:
- 401
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 28
- Thanked:
- 105 times in 68 posts
December 31, 2009 at 6:30 am #327844English 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.
December 31, 2009 at 8:03 am #327859Hello,
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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 3, 2010 at 1:59 am #327995Hello 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]
1 user says Thank You to Saguaros for this useful post
January 3, 2010 at 6:20 pm #328030The 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
-
AuthorPosts
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