test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • nguyenduchoang Friend
    #181717

    The version 2.5.5 (current) has some errors in Module Class Suffix:

    letter badge-letter
    badge-vote
    … etc

    See your demo: http://www.joomlart.com/demo/#joomla25-templates.joomlart.com/ja_nex/

    & the template conflics with jDownload when you set Optimize CSS = Join & minify

    Luna Garden Moderator
    #471274

    <em>@nguyenduchoang 343741 wrote:</em><blockquote>The version 2.5.5 (current) has some errors in Module Class Suffix:

    letter badge-letter
    badge-vote
    … etc

    See your demo: http://www.joomlart.com/demo/#joomla25-templates.joomlart.com/ja_nex/

    & the template conflics with jDownload when you set Optimize CSS = Join & minify</blockquote>

    Hi,
    Thanks for pointing out.
    But what you want here is reporting bug or fixing bug appeared on your site ?

    nguyenduchoang Friend
    #473123

    I want you fix these errors in this style. Such as in the hompage:

    http://joomla25-templates.joomlart.com/ja_nex/

    The Newsletter module has letter badge-letter module class suffix, but the display is: HOT

    Other module classes have same problem.

    Luna Garden Moderator
    #473345

    Hi,
    1. To fix badge-letter:
    go to
    templates/ja_nex/css/template.css
    Find these lines:

    .badge-letter .badge {
    background: url("../images/icon-newllter.png") no-repeat;
    height: 38px;
    right: 5px;
    top: 0;
    width: 45px;
    }

    change to:

    .badge-letter .badge {
    background: url("../images/icon-newllter.png") no-repeat !important;
    height: 38px;
    right: 5px;
    top: -5px;
    width: 45px;
    }

    2. Fix badger-vote:
    In this file

    templates/ja_nex/css/typo.css
    Find these lines:

    .ja-moduletable.badge-new .badge, .moduletable_badge.badge-vote .badge{
    background-position: 0 -120px !important;
    }

    change to:

    .ja-moduletable.badge-new .badge, .moduletable_badge.badge-vote .badge, .ja-moduletable.badge-vote .badge {
    background-position: 0 -120px !important;
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  Luna Garden 12 years, 2 months ago.

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