-
AuthorPosts
-
October 12, 2009 at 12:41 pm #145114
Hi there,
On my JA Edenite, i have some empty space in the JA Slideshow.
The purple color is empty space, how can i remove this? Thanks.
The width is exactly good, but the last right part wont show.(Blurred the rest out, hope you dont mind)
October 12, 2009 at 1:30 pm #320249Found why the right side was blank;
/* Top spotlight */
#ja-topsl {
height: 240px;
margin: 0 0 10px;
overflow:hidden;
width:100%;
}Now the height…
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
October 12, 2009 at 1:35 pm #320251Hello Joeren,
Check the module configuration for the height and width of the box.
If no, then there might be some css that is conflicting, so can you please post a live link so that we can suggest you a quick answer.
Regards,
Mihir Chhatre.October 12, 2009 at 1:57 pm #320255<em>@mihirc 148490 wrote:</em><blockquote>Hello Joeren,
Check the module configuration for the height and width of the box.
If no, then there might be some css that is conflicting, so can you please post a live link so that we can suggest you a quick answer.
Regards,
Mihir Chhatre.</blockquote>I have adjusted the height and width of the JA Slideshow.
You can find the webpage at http://www.straight.nl/joomla/mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
October 12, 2009 at 5:58 pm #320263Hi Joeren
You need to add the IE8 compatability code as your bottom modules are not displaying correctly
See here
6006
To fix this go to your index php file and find the following
<!–>
<style type=”text/css”>
.clearfix {display: inline-block;}
</style>
<!–>and change to:
<!–>
<style type=”text/css”>
.clearfix {display: block;}
</style>
<!–>
__________________
October 12, 2009 at 6:46 pm #320269<em>@mfcphil 148505 wrote:</em><blockquote>Hi Joeren
You need to add the IE8 compatability code as your bottom modules are not displaying correctly
See here
6006
To fix this go to your index php file and find the following
<!–>
<style type=”text/css”>
.clearfix {display: inline-block;}
</style>
<!–>and change to:
<!–>
<style type=”text/css”>
.clearfix {display: block;}
</style>
<!–>
__________________</blockquote>I changed it, can you check again? Thankyou
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
October 13, 2009 at 3:48 am #320329Hello,
You would need to do 2 changes to a few 2 css files. Heres what you need to do ->
1 ) Open /templates/ja_edenite/css/template.css.
Find below code on approx line 891
#ja-topsl {
height:240px;
margin:0 0 10px;
overflow:hidden;
width:100%;
}REPLACE IT WITH
#ja-topsl {
height:130px;
margin:0 0 10px;
overflow:hidden;
width:100%;
}2) Open the file /modules/mod_jaslideshow/ja_slideshow/ja-slideshow.css .
Find the code on approx line no 37.
#ja-slideshow-wrap {
height:210px;
margin:0;
padding:0;
position:relative;
}REPLACE IT WITH
#ja-slideshow-wrap {
height:120px;
margin:0;
padding:0;
position:relative;
}Regards,
Mihir Chhatre.mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
October 13, 2009 at 10:32 am #320368October 15, 2009 at 7:08 am #320549Solved ! 🙂 Thankyou for helping.
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
October 15, 2009 at 7:12 am #320551<em>@jeroen straight 148900 wrote:</em><blockquote>Solved ! 🙂 Thankyou for helping.</blockquote>
Hello,Please use the “Mark Best Answer” option to select the Answer that helped you solve the problem. So that the next time someone has a similar problem, he can find it easily.
Regards,
Mihir Chhatre.AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 3 voices, and was last updated by mihirc 15 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum