Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • dieudonne Friend
    #169781

    Hello,

    There is a bug when we look at the jatabs module in internet explorer 8.0.7601.

    (Windows 7 + Internet Explorer 8.0.7601)

    there is a big problem of justification between image and text!
    See the screenshot for more understanding.

    What is the origin of this problem ?
    (I already clean the cache)

    Thank in advance.


    1. 2011-10-18-09h47_09
    jooservices Friend
    #419947

    Hi,
    I will check , and will get back you.
    Regards
    Viet Vu

    dieudonne Friend
    #420702

    @jooservices

    and (3 days after) ?

    dieudonne Friend
    #420848

    Ok, I opened a new ticket.

    I have no answer from the user “Viet Vu jooservices”.

    I have no constructive answer from “troy hall bear” (responsible for the ticket SJD-426-23660).
    This is a really imporant bug for us, and we need constructive help to fix this quickly.

    Many thanks in advance.

    jooservices Friend
    #421083

    I’m here,
    Really so sorry , by somehow i didn’t receive any email mention about your reply :(.
    I’m checking it right now.
    Thank you for understand.
    Viet Vu

    ps:// did you do something ? Because JA Tabs is broken on your site ?

    update: would you mind w/ this css code


    #ja-wrapper div.ja-bulletin-wrap ul.ja-bulletin_tabs .box-left{

    float: left;

    }

    http://test.campagnes-cire.be/templates/ja_teline_iv/css/mod_jabulletin.css

    dieudonne Friend
    #421147

    Hello,

    thank for your answer.

    I added the css code to mod_jabulletin.css.
    But nothing change.

    And I don’t understand when you said :
    <blockquote>ps:// did you do something ? Because JA Tabs is broken on your site ?</blockquote>

    JA Tabs is working good, isn’t it ?
    (I just disabled the 2 other tabs on position ja-tabs1 (“analyses” and “etudes”)).

    dieudonne Friend
    #421671

    Hello,

    finally the solution is to made changes to template-ie.css :

    .box-left img{
    width:auto;
    max-width:45px;
    }

    .box-left a {
    float:left;
    max-width:45px;
    }

    Thank to Troy Hall and jooservices for this.

    jooservices Friend
    #421966

    Few finally can smile to read this thread.
    Glad to hear that.
    Thank you
    Viet Vu

    fproviders Friend
    #422998

    I have the same issue with Ja Teline IV. But the suggested fix cannot be applied as this code is not present in the specified file.

    .box-left img{
    width:auto;
    max-width:45px;
    }

    Can you please provide a new fix?

    fproviders Friend
    #422999

    Below is a full code of mod_jabulletin.css file


    /*
    # ------------------------------------------------------------------------
    # JA Teline IV Template
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
    # @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
    # bound by Proprietary License of JoomlArt. For details on licensing,
    # Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
    # Author: JoomlArt.com
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    # Redistribution, Modification or Re-licensing of this file in part of full,
    # is bound by the License applied.
    # ------------------------------------------------------------------------
    */

    #ja-wrapper div.ja-bulletin-wrap { position: relative; }

    #ja-wrapper div.ja-bulletin-wrap ul,ul.ja-bullettin {
    margin: 0;
    padding: 0;
    width: 100%;
    }

    #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;
    }

    #ja-wrapper div.ja-bulletin-wrap ul img,
    ul.ja-bullettin img {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 0;
    }

    #ja-wrapper div.ja-bulletin-wrap ul div,ul.ja-bullettin div {
    line-height: 1.2;
    display: block;
    }

    #ja-wrapper div.ja-bulletin-wrap ul span, ul.ja-bullettin span {
    font-size: 92%;
    color: #999;
    }

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

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin li div.box-left img {
    position: static;
    }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin li div.box-left span.hits {
    position: absolute;
    right: 0;
    bottom: 10px;
    }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 10px;
    padding-bottom: 0;
    }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li a {
    font: bold 110% Georgia, Cambria, "Times New Roman", Times, serif;
    }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li a:hover,
    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li a:focus,
    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li a:active {
    }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li div.box-left {
    background: url(../images/stripe-bg-2.png) repeat 0 0 #F2F0ED;
    border-right: 1px solid #ccc;
    padding: 5px;
    position: absolute;
    }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li div.box-left img {
    background: #fff;
    padding: 3px;
    position: static;
    }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li div.box-left span.hits {
    color: #666;
    display: block;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    padding-top: 3px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 92%;
    }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li div.box-right strong { display: block; }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li div.box-right {
    padding-left: 110px !important;
    min-height: 86px;
    }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li div.box-right a.readon {
    font-size: 92%;
    text-transform: uppercase;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li div.box-right span.post-date {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 92%;
    color: #999;
    display: block;
    margin-top: 5px;
    }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li div.box-right span.post-date span { font-size: 100%; }

    #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li div.box-right span.createby span {}

    .group-content #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li div.box-left {
    padding: 0;
    margin-right: 5px;
    background: none;
    border: 0;
    }

    .group-content #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li div.box-right { width: 220px; }

    .group-content #ja-wrapper div.ja-bulletin-wrap .ja-bulletin_world li {
    margin-bottom: 5px;
    padding-top: 5px;
    border: none;
    }

    fproviders Friend
    #423001

    If it helps to solve this quicker – I noticed that the issue only occurs with Joomla cache enabled. But with cache disabled and development mode on it does not happen.

    dieudonne Friend
    #423041

    Ok, the change is not in the mod_jabulletin.css but in the template-ie.css

    And change this :

    .box-left img{
    width:auto;
    max-width:45px;
    }

    .box-left a {
    float:left;
    max-width:45px;
    }

    Empty all your cache and try again….

    jooservices Friend
    #423042

    Hi fproviders,
    This topic was marked SOLVED. So would you mind to create new topic and provide us your temporary site url, backend access, Ftp account so we can help you check out the issue.
    Kindly fill these information to the private place.
    Regards
    Viet Vu.

    fproviders Friend
    #423148

    Opened a new thread as you requested. Please help me.

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

This topic contains 14 replies, has 3 voices, and was last updated by  fproviders 13 years ago.

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