Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • fdr77 Friend
    #165384

    I would like to add 4 icon to the suffix -default badge-pick,-default badge-new,-default badge-hot and -default badge-new
    I tried so…../httpdocs/templates/ja_teline_iv/css/typo.css

    /* Badge ---*/
    .badge {
    background-image: url(../images/badge.png);
    background-repeat: no-repeat;
    height: 46px;
    position: absolute;
    right: 0;
    width: 45px;
    }

    .badge-hot .badge { background-position: 0 0; }
    .badge-new .badge { background-position: 0 -46px; }
    .badge-pick .badge { background-position: 0 -92px; }
    .badge-top .badge { background-position: 0 -138px; }

    /*Use for Demo Page Only*/
    #ja-typo .moduletable_badge {
    margin: 0;
    padding: 0;
    min-height: 40px;
    }

    #ja-typo .moduletable_badge .ja-box-ct {
    border: 1px solid #ddd;
    padding: 20px;
    background: #f7f7f7;
    }
    .badge-3{
    background-image: url(../images/badge-3.png);
    background-repeat: no-repeat;
    height: 46px;
    position: absolute;
    right: 0;
    width: 45px;
    }

    .badge-hot-3 .badge-3 { background-position: 0 0; }
    .badge-new-3 .badge-3 { background-position: 0 -46px; }
    .badge-pick-3 .badge-3 { background-position: 0 -92px; }
    .badge-top-3 .badge-3 { background-position: 0 -138px; }

    and so…../httpdocs/plugins/system/jat3/base-themes/default/css/template.css

    .badge {
    background-image: url(../images/icon-badge.png);
    background-repeat: no-repeat;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    }

    .badge-hot .badge { background-position: 0 0; }

    .badge-new .badge { background-position: 0 -46px; }

    .badge-pick .badge { background-position: 0 -92px; }

    .badge-top .badge { background-position: 0 -138px; }
    .badge-3 {
    background-image: url(../images/icon-badge-3.png);
    background-repeat: no-repeat;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    }

    .badge-hot-3 .badge-3 { background-position: 0 0; }

    .badge-new-3 .badge-3 { background-position: 0 -46px; }

    .badge-pick-3 .badge-3 { background-position: 0 -92px; }

    .badge-top-3 .badge-3 { background-position: 0 -138px; }

    But don’t work
    Of course the new image badge.png ….will have new written

    HELP ME


    1. badge
    2. badge-3
    fdr77 Friend
    #397138

    solved….
    who should serve
    open /your-root/templates/ja_teline_iv/css/typo.css
    line 590
    change so

    /* Badge ---*/
    .badge {
    background-image: url(../images/badge.png);
    background-repeat: no-repeat;
    height: 46px;
    position: absolute;
    right: 0;
    width: 45px;
    }

    .badge-hot .badge { background-position: 0 0; }
    .badge-new .badge { background-position: 0 -46px; }
    .badge-pick .badge { background-position: 0 -92px; }
    .badge-top .badge { background-position: 0 -138px; }
    .badge-chat .badge { background-position: 0 -185px; }
    .badge-stats .badge { background-position: 0 -231px; }
    .badge-user .badge { background-position: 0 -277px; }
    .badge-pool .badge { background-position: 0 -324px; }
    .badge-menu .badge { background-position: 0 -370px; }
    .badge-feutured .badge { background-position: 0 -416px; }


    1. badge
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  fdr77 13 years, 5 months ago.

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