Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • tommy76 Friend
    #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:


    1. slidesho_err
    2. slidesho
    scotty Friend
    #316127

    Is 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.

    mfcphil Friend
    #316283

    Set your images to 567 x 240 pixels

    tommy76 Friend
    #316284

    my images have this size.

    mfcphil Friend
    #316285

    as Scotty suggested could you leave a live link to your site?

    tommy76 Friend
    #316298
    mfcphil Friend
    #316340

    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>
    <!–>

    mfcphil Friend
    #316342

    Is the extra advert (google?) code you have placed below your login box causing the problem?

    tommy76 Friend
    #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 🙁

    tommy76 Friend
    #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.

    tommy76 Friend
    #316715

    any new ideas about slideshow ?

    tommy76 Friend
    #316719

    I 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%;
    }

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