Is it possible to remove the visible date k2 items? thank yo

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 Nov 28, 2012 11:32 pm
Reply with quote
Report this post
Is it possible to remove the visible date k2 items? thank you very much
User avatar
Fresh Boarder

Konrad M
Thu Nov 29, 2012 7:39 am
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
article#k2Container  aside > time {
display: none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Nov 29, 2012 9:30 am
Reply with quote
Report this post
Konrad M wrote:Hi,
please try add to override.css
Code: Select all
article#k2Container  aside > time {
display: none;
}

and remember to enable override.css option in template settings.


Sorry, does not work, I wrote this
/*
#------------------------------------------------------------------------
# Startup - October Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/
/* article#k2Container aside > time {
display: none;
} */
User avatar
Fresh Boarder

Konrad M
Thu Nov 29, 2012 9:33 am
Reply with quote
Report this post
It dosen't work because you put code in html comments /* */ If you do that browser ignore rule. Your override file should look like this:
Code: Select all
/*
#------------------------------------------------------------------------
# Startup - October Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/
 article#k2Container aside > time {
display: none;
}

User avatar

GK User
Thu Nov 29, 2012 10:24 am
Reply with quote
Report this post
Now I wrote this, and are turned off in k2 date and categories but it looks like the date. Thank you very much for everything

/*
#------------------------------------------------------------------------
# Startup - October Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/
article#k2Container aside > time {
display: none;
}
User avatar
Fresh Boarder

GK User
Sun Dec 02, 2012 9:39 pm
Reply with quote
Report this post
advanced put on and running. thanks
User avatar
Fresh Boarder

GK User
Sat Dec 15, 2012 1:33 am
Reply with quote
Report this post
I have a similar request - I want to hide the date that appears when someone posts a comment in a K2 article. Can this be done with css override? I'm using esport template.

Thanks!
User avatar
Expert Boarder

Konrad M
Sun Dec 16, 2012 9:21 pm
Reply with quote
Report this post
@Scott799 please give me url to your site.
User avatar

GK User
Sun Dec 16, 2012 9:27 pm
Reply with quote
Report this post
User avatar
Expert Boarder

GK User
Sun Dec 16, 2012 9:29 pm
Reply with quote
Report this post
more direct to k2 and an example of this is here:
https://www.golfsgreatheritage.com/inde ... obby-jones
User avatar
Expert Boarder

Konrad M
Mon Dec 17, 2012 7:44 am
Reply with quote
Report this post
Please try add to override.css
Code: Select all
.itemComments ul.itemCommentsList li span.commentDate {
display:none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Dec 17, 2012 8:27 pm
Reply with quote
Report this post
Beautiful! Much appreciated Konrad!!
User avatar
Expert Boarder


cron