-
AuthorPosts
-
October 17, 2008 at 6:02 am #134510
I have read a few posts on this subject but have not come across a solution.
Using the firefox extension I am about to change the element.style to 60px to correct my problem (top module – orange was approx 5px to short.)
Can anyone tell me where abouts I change this element in my css files?
Sorry about the image size.
swemmel Friendswemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
October 21, 2008 at 7:44 am #276390Hi Oscar,
I am not sure if this is the solution. I am at my work and can not install the template to debug, but try this:
Find in you template_css.css:
#ja-spotlight .ja-box {
float: left;
overflow: hidden;
}
And change it into:
#ja-spotlight .ja-box {
float: left;
overflow: hidden;
height: 60px;
}
Regards,
Peter1 user says Thank You to swemmel for this useful post
October 21, 2008 at 9:11 am #276410Hi Peter,
I tried your suggestions, as well as putting it into several other places but it did not fix the problem. Thank you for taking the time to post.
Regards
Clarkscotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
October 21, 2008 at 9:31 am #276420<em>@scotty 87258 wrote:</em><blockquote>Do you have a link to the page?</blockquote>
swemmel Friendswemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
swemmel Friendswemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
October 21, 2008 at 10:20 am #276436oscar_nz;87267http://jetboatingaustralia.com/dev/
You can not have Website Design by <your name>. See the JA FAQ’s. Instead you can say Website developed by <your name>. 😉
Regards,
Peter1 user says Thank You to swemmel for this useful post
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
October 21, 2008 at 11:08 am #276446This is not really a proper fix but it works for now…
on line 387 of template_css.css change it to…
div.module-orange div div div {
background:transparent url(../images/box-tl-orange.gif) no-repeat scroll left top;
padding:9px 15px 37px;The orange module seems to be structured and styled different to the others for some reason. I don’t have that template installed anywhere so hard to test but solution above is a work around.
EDIT: PROPER FIX
Of course the last module is different. You added the style height to it. Remove that style height, currently set to 33px and change the .css line 387 to…
div.module-orange div div div {
background:transparent url(../images/box-tl-orange.gif) no-repeat scroll left top;
padding:9px 15px 15px;For some reason it is set to 10px in the css and that’s your 5px shortfall. The other modules are 15px.
1 user says Thank You to scotty for this useful post
October 21, 2008 at 6:44 pm #276482thanks Scotty, problem solved.
October 21, 2008 at 6:44 pm #276484<em>@swemmel 87283 wrote:</em><blockquote>You can not have Website Design by <your name>. See the JA FAQ’s. Instead you can say Website developed by <your name>. 😉
Regards,
Peter</blockquote>Thanks Swemmel,
I will change that.
October 25, 2008 at 1:20 pm #276898Hi there,
as you can see here, I got the same problems with the modul-height on position user8 / user 9 / top.
When I change the template_css.css in line 944 from
#ja-spotlight .ja-box {
float: left;
overflow: hidden;
}to
#ja-spotlight .ja-box {
float: left;
overflow: hidden;
height: 230px;
}the modules do have the same height, but get cut off, so the rounded courners at the bottom are not longer shown. It then looks like this screenshot:
The other workarounds explained above to not work in my case. What should I do to fix this problem?
The module I’m using is called “mod_virtuemart”. There is a copy of it on each of the positions user8 / user9 / top showing different informations (login form/cart/product search).
Thanks for your help and have a nice day,
Andreas
October 25, 2008 at 8:42 pm #276919Hello again,
I found a way to solve this problem. You can fix the height in the template_css.css .
Search for:
- div.module-green div
- div.module-blue div
- div.module-orange-div
and change it like this:
OLD:
div.module-green div {
padding: 0;
background: url(../images/box-bl-green.gif) no-repeat bottom left;
}
NEW:
div.module-green div {
height: 230px;
padding: 0;
background: url(../images/box-bl-green.gif) no-repeat bottom left;
}
Please remind, that modules with the prefix -green, -blue and -orange have a fixed height now. So you have to chose a value for the height, that corresponds with your largest module.
Hope this works for others too,
Andreas
April 1, 2009 at 5:31 pm #299514I’m still having problems with height differences in 8, 9, and Top. in the top position I’m using the banners mod to display Corporate members logos which I’ve restricted to 200×45 but the box still seems to resolve to a greater height than the others. I’ve tried setting the .ja-box height to 135 pixels but that cuts off the rounded corners at the bottom. Any ideas?
April 7, 2009 at 7:44 pm #300460Andreas,
This was the fix. I used 175pix and it worked great. Thanks.
-
AuthorPosts
This topic contains 14 replies, has 5 voices, and was last updated by kdavid5350 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum