How to disable creation date in k2 items listed by category

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Apr 09, 2013 10:26 am
Hi,

I am customizing a 'Real Design' template on Joomla 2.5. I need to disable day/month visualization in k2 items listed by categories. I've been playing around with configuration parameters, and also tried [1], but without any success. I am submiting an attechament.

Any tip or hint would be appreciatied.

Thanks in advance for any help.

Javi Sánchez
Madrid.

[1] http://www.gavick.com/forums/startup-jo ... 20532.html
User avatar
Junior Boarder

GK User
Tue Apr 09, 2013 10:37 am
You can add following css code in to override.css and hide the date and move container to left side. Make sure css override is enabled in template settings > advanced settings > Css override.

Code: Select all
.gkDate { display:none }
.gkItemBlock [ margin-left: 0px;}


See you around...
User avatar
Platinum Boarder

GK User
Wed Apr 10, 2013 8:46 am
Hi normanUK,

Thanks for the quick response. It's just great that now I have disabled the dates boxes on the left. However, the container does not move to the left side...

I am attaching an image, to let you know.

Thanks a lot for the help.

Javi Sánchez
Madrid
User avatar
Junior Boarder

GK User
Fri Apr 12, 2013 10:12 pm
Hi,

Can you please post a link to your website so I can identify correct css selectors. Thank you.

See you around...
User avatar
Platinum Boarder

GK User
Wed May 01, 2013 6:40 pm
Hi nomanUK,

This is just to let you know that I am back with this issue, and now It works, When I copy/pasted your previous code there was an spealing mistake with the brackets....

Thanks again for the help.

Javi.
User avatar
Junior Boarder

GK User
Thu May 02, 2013 1:45 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron