k2 items options still remain

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
Fri Dec 07, 2012 4:16 pm
Reply with quote
Report this post
In this page http://dgrau1.hospedagemdesites.ws/index.php/2012-12-06-17-52-02/autoria, this two K2 items are disabled (Hide): "Item created date and time" and "Comments". But, like you see, they still remain on page. In the case of "Comments", only the title continues on. Some idea to correct? Is there another place to disable?
User avatar
Senior Boarder

teitbite
Sat Dec 08, 2012 5:03 am
Reply with quote
Report this post
Hi

Acctually there is a couple of places this can be configured: item, category, menu item settings. So if You want to disable it for all than it will be easier to hide it with css:

Code: Select all
h3.titleComments {
    display: none;
}

article aside > time {
    display: none;
}

aside + .k2box {
    margin-left: 0;
}
User avatar
Moderator

GK User
Mon Dec 10, 2012 1:35 pm
Reply with quote
Report this post
It works with this code within the override.css file. But how I could identify this CSS items? I miss a documentation for each Gavick template. It's hard to achieve success without trial and error method. Anyway, thanks for all.
User avatar
Senior Boarder

teitbite
Mon Dec 10, 2012 11:46 pm
Reply with quote
Report this post
Hi

It would not be mentioned in documention, becuase this is a customization. Anyway please try firebug, it's a developer tool for firefox. With this app such customizations are really easy.
User avatar
Moderator


cron