k2 Articles sorted by tags and archive

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Oct 15, 2014 9:39 am
Reply with quote
Report this post
Hello
I'm using K2 on my website. Where I can set the size of an illustration for for articles sorted by tags and archive?
Right now, articles sorted by tags and archive are display in one column. How can I change that?

I have asked about this K2 support, but they answered like this: "This is a template specific functionality.
You should address this question to the template developer."

Please help me.
Regards
User avatar
Senior Boarder

teitbite
Fri Oct 17, 2014 9:22 am
Reply with quote
Report this post
Hi

They are right it's a designed element to drop columns in this place. Please tell me the url of the page with example so I'll tell You a code which can override this.
User avatar
Moderator

GK User
Fri Oct 17, 2014 11:20 am
Reply with quote
Report this post
http://katarzynaderen.pl/tag/Joomla!%203x
http://katarzynaderen.pl/data/2014/10

I don't know much about programming, but despite of that I like to design pages with Joomla. I am a self-taught and sometimes I need professional help. Regards
User avatar
Senior Boarder

teitbite
Sat Oct 18, 2014 4:21 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemList,
.genericView {
box-sizing: border-box;
width: 50%;
float: left;
padding: 0 15px;
}

.itemList:nth-child(2n+3),
.genericView:nth-child(2n+3) {
clear: both;
}
User avatar
Moderator

GK User
Tue Oct 21, 2014 11:48 am
Reply with quote
Report this post
sorry but that code doesn't works properly. It makes changes on the startpage, I don't want to change anything on start page.
I want to change:
tags http://katarzynaderen.pl/tag/Bezpieczeństwo
archive http://katarzynaderen.pl/data/2014/10

I want to have articles on those websites in 2 columns and sharp images.
Please help me

After pasting this code I have something like this:
User avatar
Senior Boarder

teitbite
Wed Oct 22, 2014 12:27 pm
Reply with quote
Report this post
Hi

Please send me an access to ftp.
User avatar
Moderator


cron