Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • dieudonne Friend
    #169899

    Hello,

    in the module (custom HTML) JA Tabs, the small images do not display completely.
    Apart of the lower edge does not appear.

    View all 2 screenshots for more understanding.
    This problem appears in Firefox 7.0.1, Google Chrome, …

    So what can I do to fix this ?

    Thank in advance.


    1. 2011-10-21-10h38_03
    2. 2011-10-21-10h37_49
    gray Friend
    #420686

    Do you use JA Bulletin module?
    If the module is not displayed in tabs this problem disappears?
    Do you have a live site to check it?

    dieudonne Friend
    #420698

    Hello,

    <blockquote>Do you use JA Bulletin module? </blockquote>
    Yes, JA Bulletin module on position ja-tabs1

    <blockquote>If the module is not displayed in tabs this problem disappears?</blockquote>
    No, I tried with the col-mass-top position, this problem still appears.

    <blockquote>Do you have a live site to check it? </blockquote>
    Yes, everything is in the ticket PUE-194-25384 (Do you have access ?)

    See screenshots for more understanding.

    UPDATE : Ok, and I try with a local JA Teline IV quickstart.
    I changed the crop setting from 32×32 to 32×60
    Same problem….
    >>> Screenshots before.png & after.png


    1. 2011-10-21-13h41_56
    2. 2011-10-21-12h46_08
    3. 2011-10-21-13h49_26
    4. after
    5. before
    gray Friend
    #420703

    No I do not have access to the ticket.
    I my case I used “crop” 40×40 in JA bulletin and it worked Ok.
    In any case, this is not JA Tabs but JA Bulletin’s issue.

    dieudonne Friend
    #420708

    Yes, but we don’t want a square.

    The possibility of using a rectangle is possible and we need it.

    Did you try with my settings 32×60 ? What’s happen ?

    dieudonne Friend
    #421674

    Ok, here is the solution.

    in the files /templates/ja_teline_iv/css/mod_jabulletin.css on lines 22-29, change :

    #ja-wrapper div.ja-bulletin-wrap ul li,ul.ja-bullettin li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #E6E6E6;
    background: none;
    position: relative;
    width: 100%;
    line-height: normal;
    }

    to


    #ja-wrapper div.ja-bulletin-wrap ul li,ul.ja-bullettin li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #E6E6E6;
    background: none;
    position: relative;
    width: 100%;
    line-height: normal;
    height: 50px;
    }

    Thank to Manos Paschalakis and the devs team for the solution 🙂

    Ninja Lead Moderator
    #422304

    Hi dieudonne,

    I have fixed this issue with solution below

    Open file /templates/ja_teline_iv/css/mod_jabulletin.css

    from


    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin li div.box-left {
    position: absolute;
    left: 0;
    top: 8px;
    }

    to


    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin li div.box-left {
    border: solid 1px !important;
    float: left;
    }

    Thanks
    Tam

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  Ninja Lead 13 years, 1 month ago.

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