Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bitx Friend
    #155789

    Hello there!

    I am new to JAT3 and I already love it!

    Playing around with the newest release, I found out, that I can not set the module class suffix to another “flag” than “hot” (I am talking about the red ribbon in the right upper corner of a module).

    I tried to change it to “badge-new” or any other of the possibilities and it always shows “badge-hot”.

    Am I doing something wrong? I really tried for hours now and it did not work out.

    I would be very glad to get any feedback and appreciate your help.

    P.s.: Thiniking about to renew my membership, cause JTA3 ROCKS!!!

    bitx Friend
    #360962

    ::bump::

    Nobody got the same experience or is my english to bad to understand what I would like to say?

    Hope it is the second… :((

    Thanks for any feedback!

    bitx Friend
    #361439

    Seems I have to get somehow clearer…
    Using:
    JAT3 Version: 1.1.8 dated: 11 Oct 2010
    Installed with blank Template

    Joomla Version: 1.5.21

    Looking at the front-end, after vanilla installation, I see at the “right” position:
    http://yfrog.com/77modulelj the “HOT” badge.

    Looking at the back-end, under modules, I noticed, that the settings are for the badge “NEW”
    http://yfrog.com/jwbadgenewbackendj

    So I tried several possibilities, according to the plugins/system/jat3/base-themes/default/css/template.css


    /* Badge Module ---*/
    .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; }

    …and none of them seem to work!

    Apparently, this is a bug in the CSS… and, as I am not the CSS guy :p I dont get behind, what went wrong.

    I would appreciate any feedback on this, as it really seems to affect all the installations. Thanks in advance for looking in to that or pointing me to a possible solution.

    EDIT: The solution!
    After posting all this, I got the solution! Funny, that the vanilla install really got an error….

    Just put a blank space before the “badge-new” (or what ever you would like to display), at the backend under module “Module Class Suffix”, and, tataaa, it works!

    grig2009 Friend
    #369586

    Error in the file plugins systemjat3base-themesmodules.php, line 18.
    This line:

    <div class="ja-moduletable moduletable<?php echo $params->get('moduleclass_sfx'); ?> clearfix" id="Mod<?php echo $module->id; ?>">

    Replace with:

    <div class="ja-moduletable moduletable<?php echo " ".$params->get('moduleclass_sfx'); ?> clearfix" id="Mod<?php echo $module->id; ?>">

    rangkuk Friend
    #399857

    <em>@grig2009 212117 wrote:</em><blockquote>Error in the file plugins systemjat3base-themesmodules.php, line 18.
    This line:

    <div class="ja-moduletable moduletable<?php echo $params->get('moduleclass_sfx'); ?> clearfix" id="Mod<?php echo $module->id; ?>">

    Replace with:

    <div class="ja-moduletable moduletable<?php echo " ".$params->get('moduleclass_sfx'); ?> clearfix" id="Mod<?php echo $module->id; ?>">
    </blockquote>
    i change but module still not show,
    i used T3 ver 1.1.5 and i change line 28 in modules.php in folder pluginssystemjat3base-themesdefaulthtml
    plz help
    thanks

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

This topic contains 5 replies, has 3 voices, and was last updated by  rangkuk 13 years, 4 months ago.

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