Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • jeroen straight Friend
    #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)

    jeroen straight Friend
    #320249

    Found why the right side was blank;

    /* Top spotlight */
    #ja-topsl {
    height: 240px;
    margin: 0 0 10px;
    overflow:hidden;
    width:100%;
    }

    Now the height…

    mihirc Friend
    #320251

    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.

    jeroen straight Friend
    #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 Friend
    #320263

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


    1. Untitled-2
    jeroen straight Friend
    #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 Friend
    #320329

    Hello,

    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 Friend
    #320368

    Spot on now…;)

    6009


    1. Untitled-2
    jeroen straight Friend
    #320549

    Solved ! 🙂 Thankyou for helping.

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

Viewing 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