-
AuthorPosts
-
October 28, 2010 at 1:31 am #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!!!
October 29, 2010 at 12:21 am #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!
November 2, 2010 at 9:50 pm #361439Seems I have to get somehow clearer…
Using:
JAT3 Version: 1.1.8 dated: 11 Oct 2010
Installed with blank TemplateJoomla 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/jwbadgenewbackendjSo 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!
January 1, 2011 at 3:41 pm #369586Error 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 Friendrangkuk
- Join date:
- May 2007
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
July 5, 2011 at 3:07 am #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 -
AuthorPosts
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