-
AuthorPosts
-
January 2, 2011 at 11:12 pm #158202
I would like to change the blog category page a little bit. I would like to completely delete the ‘More Articles’ an get the list with articles higher (just under the <hr> line).
How can i do that ?
On an other page, i would like to display articles in 4 columns. All the settings are right but the links are still displayed in 1 column ?
- thangnn1510 Friend
thangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
January 3, 2011 at 3:56 am #369754Dear Jeroen07!
This is quick solution for your problem:
- Remove “more items…”: Please open plugins/system/jat3/base-themes/default/css/template.css find this code (about line 378):
.items-more h3 {
margin: 0 0 5px;
}
change to:.items-more h3 {
display: none;
margin: 0 0 5px;
}
Add this code:
.items-more ol {
margin:0;
}
To the end of that file.- the “Columns” parameter only works when you set value for “intro items”. After all settings are right please add this code:
.blog .cols4 .article_column{
float:left;
display:inline;
width:24%;
margin-right:1%;
}
to the end of templates/ja_rave/css/template.cssHope this helps and happy new year!
January 3, 2011 at 1:42 pm #369844<em>@thangnn1510 212337 wrote:</em><blockquote>Dear Jeroen07!
This is quick solution for your problem:
- Remove “more items…”: Please open plugins/system/jat3/base-themes/default/css/template.css find this code (about line 378):
.items-more h3 {
margin: 0 0 5px;
}
change to:.items-more h3 {
display: none;
margin: 0 0 5px;
}
Add this code:
.items-more ol {
margin:0;
}
To the end of that file.</blockquote>
This works, thanks alot.
<blockquote>- the “Columns” parameter only works when you set value for “intro items”. After all settings are right please add this code:
.blog .cols4 .article_column{
float:left;
display:inline;
width:24%;
margin-right:1%;
}
to the end of templates/ja_rave/css/template.cssHope this helps and happy new year!
</blockquote>
This doesn’t ? Can you please explain more clearly what i should do ?
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
January 4, 2011 at 5:01 am #369928Could you give your site link?
January 5, 2011 at 11:23 pm #370339You can find the page here:
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
January 6, 2011 at 4:19 am #370365Dear Jeroen07!
I think you have some wrong settings, please update your login information via http://support.joomlart.com with CYP-535-92809 ticket id. I shall check the backend settings for you.
Regards!
January 8, 2011 at 3:56 pm #370835I’ve PM’ed you the login
January 9, 2011 at 7:18 pm #370950No one who can help me with this?
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
January 10, 2011 at 7:11 am #371042Dear Jeroen07!
The account you have sent me via PM is not correct. Please send us the login information via ticket CYP-535-92809 in http://support.joomlart.com. I shall check the issue for you then.
Regards!
January 10, 2011 at 5:55 pm #371155I’ve sent it again by PM. That ticket thing isn’t realy working.
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
January 11, 2011 at 7:56 am #371297Dear Jeroen07!
This is the right solution for you to divide articles link to 4 columns:
– Open templates/ja_rave/css/template.css and replace this code:
.jlinks a {
color: #333333;
margin-left: -30px;
}
by this:.jlinks a {
color: #333333;
margin-left: 0;
}
Add this:
.items-more{
float:left;
clear:both;
}.items-more ol.jlinks li{
float:left;
width:24%;
margin:0;
}
Hope this helps and good luck! 😎1 user says Thank You to thangnn1510 for this useful post
January 11, 2011 at 6:51 pm #371366Yes it does!
But, it changes it in 4 columns on every page! I would like to have that only on this page:
http://www.iendracht.be/ex-spelers
How could i do that?
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
January 12, 2011 at 8:29 am #371459Dear jeroen07!
It supports all pages only. There is another way, you can use php code to add class for every pages. Simply add some code to check page id and add class for your page.
So it will use that class to style.
Goodluck!
January 12, 2011 at 6:08 pm #371506<em>@thangnn1510 214487 wrote:</em><blockquote>Dear jeroen07!
It supports all pages only. There is another way, you can use php code to add class for every pages. Simply add some code to check page id and add class for your page.
So it will use that class to style.
Goodluck!</blockquote>
Can you please tell me how to do is? Because i can’t find the solution…
Regards
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
January 13, 2011 at 10:27 am #371651Dear jeroen07!
This will require customization of the joomla core files and is much of customization request way beyond the support preview. Please try http://www.joomllancer.com to hire someone to do it for you.
Good luck!
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 2 voices, and was last updated by thangnn1510 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum