-
AuthorPosts
-
September 2, 2009 at 3:41 pm #143882
Hi,
i have problem with ja_slideshow. On the right side there is a white strip:
I use joomla 1.5. All settings are good.
It should look like this:
-
scotty Friend
scotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
September 2, 2009 at 3:51 pm #316127Is your image slightly smaller than the specified width for the slidshow div? Or the div could be set too narrow. Easier to diagnose with a live site.
1 user says Thank You to scotty for this useful post
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 3, 2009 at 4:43 pm #316283Set your images to 567 x 240 pixels
September 3, 2009 at 4:47 pm #316284my images have this size.
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 3, 2009 at 5:04 pm #316285as Scotty suggested could you leave a live link to your site?
September 3, 2009 at 8:03 pm #316298My site url: http://www.protonet.pl
There is also problem with IE8: http://www.protonet.pl/index.php?option=com_content&view=category&id=1&Itemid=86mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 4, 2009 at 9:57 am #316340for the ie8 problem try the following
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>
<!–>mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 4, 2009 at 10:00 am #316342Is the extra advert (google?) code you have placed below your login box causing the problem?
September 4, 2009 at 10:08 am #316343<em>@mfcphil 143292 wrote:</em><blockquote>for the ie8 problem try the following
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 use this and it doesn’t help 🙁
September 4, 2009 at 10:10 am #316344<em>@mfcphil 143294 wrote:</em><blockquote>Is the extra advert (google?) code you have placed below your login box causing the problem?</blockquote>
I disabled all banners and advert modules and it helped with login form.
September 7, 2009 at 7:40 pm #316715any new ideas about slideshow ?
September 7, 2009 at 8:40 pm #316719I resolved my problem by myself 🙂
Go to template.css in your template directory and change:
/* Top spotlight */
#ja-topsl {
height: 240px;
margin: 0 0 10px;
overflow:hidden;
width:98%; <-- it caused so many problems!
}to:
/* Top spotlight */
#ja-topsl {
height: 240px;
margin: 0 0 10px;
overflow:hidden;
width:100%;
} -
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by tommy76 15 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-