Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • camillo290182 Friend
    #138291

    hi all,
    I’m running Ja Teline II template on localhost. I used the quick start. Always run well, but there is a problem whith hot topic. There is no vertical space between the images. In the attachment image you can see my problem. The same problem on firefox and internet explorer. This is the css. Can you help me please???
    thanks Camillo

    .ja-catslwi {
    position: relative;
    margin: 0;
    padding: 0;
    }

    .ja-catslwi-container {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    }

    .ja-catslwi-text {
    position:relative;
    height: 0;
    overflow: hidden;
    }

    .ja-catslwi-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    }

    .ja-catslwi-display {
    position: absolute;
    top: 0;
    left: 10px;
    width: 89%;
    }


    1. hot_topic
    Phill Moderator
    #292323

    Add padding-bottom:5px; to .ja-innerpad (or however many px you want.)

    camillo290182 Friend
    #292326

    i added padding-bottom:5px; but there is no space between the images. In the attachment the new situation and the css of the module.

    .ja-catslwi {
    position: relative;
    margin: 0;
    padding: 0;
    }

    .ja-catslwi-container {
    width: 100%;
    position: absolute;
    padding-bottom:5px;
    z-index: 1;
    bottom: 0;
    left: 0;
    }

    .ja-catslwi-text {
    position:relative;
    height: 0;
    overflow: hidden;
    }

    .ja-catslwi-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    }

    .ja-catslwi-display {
    position: absolute;
    top: 0;
    left: 10px;
    width: 89%;
    }

    .ja-innerpad {
    padding-bottom:5px;
    }


    1. 2topic
    ccvpguy Friend
    #292330

    I have same problem. it use to be Ok untill I reinstalled last niight. Please explain to us.

    Thanks

    ccvpguy Friend
    #292703

    Hello all;

    Could anyone tell me how to fix this hot topic spacing problem. Please

    Ps, I added padding-bottom:5px and no changes. I also reinstalled the template couple of times.

    thank you

    Phill Moderator
    #292778

    Sorry for the delay in getting back to you.

    I installed telineII on my desktop to take a look. The following will fix your problem.

    Open modules/mod_jacatslwi/jacatslwi.css

    Near the beginning you will find the following code

    .ja-catslwi {
    position: relative;
    margin: 0;
    padding: 0;
    }

    replace it with the code below

    .ja-catslwi {
    margin:0 0 14px;
    padding:0;
    position:relative;
    }

    ccvpguy Friend
    #292788

    <em>@phill luckhurst 113801 wrote:</em><blockquote>Sorry for the delay in getting back to you.

    I installed telineII on my desktop to take a look. The following will fix your problem.

    Open modules/mod_jacatslwi/jacatslwi.css

    Near the beginning you will find the following code

    .ja-catslwi {
    position: relative;
    margin: 0;
    padding: 0;
    }

    replace it with the code below

    .ja-catslwi {
    margin:0 0 14px;
    padding:0;
    position:relative;
    }

    </blockquote>

    I thank you soooo much. That solved my problem

    There is NO WAY I could have fixed, since i don’t know anything about coding stuff..

    Once again, thank you..

    elbahri Friend
    #292801

    I have an issue with the space in hot topic. My picture size is 200 x 150 but the sliding ”wall” is larger than my pic. Should I enlage the pic and how big, or reduce the sliding ”wall” width

    Also, I have 3 topics to add in my front page. Even the pictures are all the same size, only one picture appears. I think it is a matter of padding but I do not dare touch the coding.

    I would appreciate a help, if possible

    Thanks you in advance


    1. telline-Hot-topic.doc
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 4 voices, and was last updated by  elbahri 15 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum