-
AuthorPosts
-
marcc Friend
marcc
- Join date:
- November 2008
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
November 24, 2008 at 5:09 pm #135655Hello,
yesterday I installed the JA Corona template on Joomla 1.5.8
I’m having some problems with the layout, but only in IE7. IE6 and Firefox 3 seem to work fine.
On some pages, the footer appears at the top or the middle of the page. Here’s some examples:http://83.149.67.22/~bart01/index.php?option=com_content&view=article&id=51&Itemid=66
http://83.149.67.22/~bart01/index.php?option=com_agora&Itemid=63
http://83.149.67.22/~bart01/index.php?option=com_content&view=article&id=52&Itemid=69Can you please look into this?
Thanks,
Marc
The same problem seems to apear on the demosite:
http://template15.joomlart.com/ja_corona/index.php?option=com_wrapper&view=wrapper&Itemid=55
November 27, 2008 at 3:24 pm #280521Hi, I have the same problem. I have Joomla 1.5.8 too, and problems are only in IE7
marcc Friendmarcc
- Join date:
- November 2008
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
November 27, 2008 at 3:38 pm #280523Pierodela,
I got the fix below from support. Unfortunately I doesn’t seem to work for me. Maybe you can try it and
post your results.Regards,
Marc
<blockquote>
For this case, please open file templates/ja_corona/css/template.css, at about line 1076, find following script:#ja-footer .copyright {
font-style: normal;
left: 20px;
position: absolute;
top: 20px;
}And change to:
#ja-footer .copyright {
font-style: normal;
left: 20px;
position: relative;
top: 20px;
}
</blockquote>1 user says Thank You to marcc for this useful post
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 27, 2008 at 4:21 pm #280525Try something like…
#ja-footer .copyright {
font-style: normal;
left: 20px;
position: relative;
bottom: 20px;
}this should set it up from the bottom rather than down from the top.
November 27, 2008 at 5:22 pm #280533Thank you 🙂 but It does not solve the problem. This appears only sometimes and only in IE7.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 27, 2008 at 7:05 pm #280541The problem is the .clearfix class being applied to #ja-footer in your index.php
Open templates/ja_corona/index.php and find on line 245…
[php]
<!– BEGIN: FOOTER –>
<div id=”ja-footerwrap”>
<div id=”ja-footer” class=”clearfix”>[/php]and change to…[php]<!– BEGIN: FOOTER –>
<div id=”ja-footerwrap” class=”clearfix”>
<div id=”ja-footer”>[/php]I can’t test this myself so let me know how you get on, also, make sure to re-test in IE6 because removing the class may have adverse effects. That’s if it even works.scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
marcc Friendmarcc
- Join date:
- November 2008
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
November 27, 2008 at 7:20 pm #280543Scotty,
just tried your suggestion. Doesn’t work. I also tested with IE6 and firefox. They seem to keep working.
Thanks,
Marc
marcc Friendmarcc
- Join date:
- November 2008
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
November 27, 2008 at 7:24 pm #280544Scotty,
your last suggestion was the one. It’s working now! 🙂
Thank you,
Marc
December 3, 2008 at 12:46 pm #281135Scotty’s last solution works also for me.
Thanks!
-
AuthorPosts
This topic contains 10 replies, has 4 voices, and was last updated by erwinderuiter 15 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum