-
AuthorPosts
-
markkusq3po Friend
markkusq3po
- Join date:
- March 2007
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 20
- Thanked:
- 1 times in 1 posts
January 8, 2010 at 9:19 am #147440Hello,
sorry for reposting, but i didn’t get an answer. First, i like the ja_news2 extension very much, but it absolut illogic. Normaly you don’t have nested categories in a newspaper rubric. If you have e.g the heading “Social”, and if you’re not a global player, you don’t have nested categories like Europe, Africa or anything else.
I tried to make it with some logic within section and category breakup, but that didn’t work.So my question is, is it possible to show in ja_news2 only one category, but more articles in a row? Because only one column looks odd.
When it’s possible, how?
Or isn’t it?Thanks Markus
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 12, 2010 at 8:54 am #329059HEllo guy!
Here is the solution to resolve this issue.
Please access the setting of the ja new2:
1) you set the value equal 3 for the “Intro Items” parameter and set the value 1 for the “Columns” parameter.
2) You add this css rule into the template.css file:.ja-zincontent{
float:left;
width:33%
}Good luck
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 12, 2010 at 8:54 am #329060HEllo guy!
Here is the solution to resolve this issue.
Please access the setting of the ja new2:
1) you set the value equal 3 for the “Intro Items” parameter and set the value 1 for the “Columns” parameter.
2) You add this css rule into the template.css file:.ja-zincontent{
float:left;
width:33%
}Good luck
markkusq3po Friendmarkkusq3po
- Join date:
- March 2007
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 20
- Thanked:
- 1 times in 1 posts
January 13, 2010 at 11:15 am #329210Hello,
thanks for the hint, but it has also impacts to the ja_news_fp layout.I tried with the module class suffix and with some variations inside style.css from news2 and ja-news, but it don’t work. I guess i’m not so fit in cascading 😉
Do you still have a hint how i can separate the effects?
Thanx Markus
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 19, 2010 at 4:24 am #329692Hello guy!
Now,1) Open the file modulesmod_janews2tmplblog.php and find codes at line 39:
[PHP]<div id=”ja-zin” class=”ja-movable-container clearfix”>[/PHP]
Replace
[PHP]<div id=”ja-zin” class=”ja-movable-container clearfix <?php echo $params->get(‘moduleclass_sfx’);?>”>[/PHP]
2) Access the configuration of the ja news and put the ” align_left” ( has a blank before ) text into the Module Class Suffix parameter.
3) Add these css rules into the temlate.css file:.align_left .ja-zinlinks {
clear:both;
}
.align_left .ja-zincontent {
float:left;
width:30%;
}Good luck
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 19, 2010 at 4:24 am #329693Hello guy!
Now,1) Open the file modulesmod_janews2tmplblog.php and find codes at line 39:
[PHP]<div id=”ja-zin” class=”ja-movable-container clearfix”>[/PHP]
Replace
[PHP]<div id=”ja-zin” class=”ja-movable-container clearfix <?php echo $params->get(‘moduleclass_sfx’);?>”>[/PHP]
2) Access the configuration of the ja news and put the ” align_left” ( has a blank before ) text into the Module Class Suffix parameter.
3) Add these css rules into the temlate.css file:.align_left .ja-zinlinks {
clear:both;
}
.align_left .ja-zincontent {
float:left;
width:30%;
}Good luck
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum