Layout & view options for Search, Tag & Date listings

GK User
Tue Jan 25, 2011 10:42 pm
Hi there,

I didn't find a way to display Tag listings on two columns.
Is there a way to do it?

Thanks.
User avatar
Fresh Boarder

GK User
Wed Feb 09, 2011 9:43 pm
does "no answer" mean "no way" ??
User avatar
Fresh Boarder

teitbite
Thu Feb 10, 2011 5:48 pm
Hi

Please show me exacly what You mean. I do not understand that.
User avatar
Moderator

GK User
Thu Feb 10, 2011 7:42 pm
Check it on my website (www.egsphotography.com). I have a tags cloud on the main page. When you click on a tag, you get a page showing all the corresponding tag items. The items are shown on a single column. I'd like to have them on a two columns page.
I didn't find any way to customize the "tagged items list". Any idea?
User avatar
Fresh Boarder

teitbite
Sat Feb 12, 2011 1:30 pm
Hi

I would use a simple css code:

Code: Select all
.genericItemView {
    float: left;
    margin: 0 1%;
    width: 46%;
}


You can add it in override.css and enable using of this file in the template settings.
User avatar
Moderator

GK User
Sat Feb 12, 2011 2:16 pm
I've done the css code modification.
But i don't understand how I can use it (I suppose it is in the "Page layouts overwrite" from the template settings, but I don't understand what to write in this field).
User avatar
Fresh Boarder

GK User
Sat Feb 12, 2011 3:31 pm
I had the same question. Maybe I've misunderstood your problem, but adding the css in Teitbite's answer to the override.css file that is in the template css folder fixed it for me.
User avatar
Fresh Boarder

teitbite
Sat Feb 12, 2011 7:51 pm
Hi

Please do exacly as I said. Copy and paste this code to overwritte.css file in /css/ folder. But to use this file You need to enable it in template settings.
User avatar
Moderator

GK User
Sat Feb 12, 2011 8:24 pm
that's what i don't understand: how do I enable it in template settings?
User avatar
Fresh Boarder

GK User
Sun Feb 13, 2011 3:15 am
Go to template manager and look in the dev mode section and set Use override.css to ON. Then place the code in the override.css file which is in the cherry css directory.
User avatar
Expert Boarder

GK User
Sun Feb 13, 2011 11:29 am
Wow, it works as expected! Thank you so much :-)
User avatar
Fresh Boarder


cron