Item created Date and time

Creative and responsive Joomla template with amazing parallax effect.
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
Tue Oct 08, 2013 9:28 am
Reply with quote
Report this post
Hello, I'm using "Creative Template" and I try to use K2 with it, but some "show / hide features" do not work for the articles.

I have everything hidden in the view options, hiding the goal "Item created Date and time" option is not working. I aussi cannot figure out how to get the "Leave a comment" text at the bottom turned off Either even though comments are disabled.

I do not want the date to APPEAR and how any page

"lindamcintosh" had the same problem, he or she has been able to solve it with a file overide.css

Is someone can help me.

thank you

PS: Sorry for my English but I'm French :( .
User avatar
Fresh Boarder

GK User
Tue Oct 08, 2013 11:11 am
Reply with quote
Report this post
To hide date
Code: Select all
#k2Container .itemDate {
    display: none;
}

To hide comments
Code: Select all
#itemCommentsAnchor { display: none; }


See you around...
User avatar
Platinum Boarder

GK User
Tue Oct 08, 2013 11:50 am
Reply with quote
Report this post
Thank you for your reply.
But it does not work!

I have included these lines in the file 'override.css' located in "\ mysite \ templates \ gk_creative \ css" and I turned on the parameter in template "CSS override = Enabled"

thank you for helping me

normanUK wrote:To hide date
Code: Select all
#k2Container .itemDate {
    display: none;
}

To hide comments
Code: Select all
#itemCommentsAnchor { display: none; }


See you around...
User avatar
Fresh Boarder

GK User
Tue Oct 08, 2013 12:03 pm
Reply with quote
Report this post
Can you post your website link please so I can check online.
User avatar
Platinum Boarder

GK User
Tue Oct 08, 2013 12:35 pm
Reply with quote
Report this post
Here is one page where I have the problem :

http://www.breathingstone.be/bs3.0/inde ... what-we-do


I am willing to send you private message information from back-end and ftp!

Is it necessary?

thx
User avatar
Fresh Boarder

GK User
Tue Oct 08, 2013 1:05 pm
Reply with quote
Report this post
Replace previous css code with below css code.

Code: Select all
article time, h3.titleComments { display:none!important; }

Incase you want to use full width add also below css code
Code: Select all
article aside {
    display: inline;
    text-align: right;
    position: relative;
}
aside + .k2box { margin-left: 0; }


Let me know if you need further help.

See you around...
User avatar
Platinum Boarder

GK User
Tue Oct 08, 2013 1:11 pm
Reply with quote
Report this post
That's great!

Everything is in order

Thank you!!
User avatar
Fresh Boarder

GK User
Tue Oct 08, 2013 1:13 pm
Reply with quote
Report this post
No problem at all, have a nice day.
User avatar
Platinum Boarder


cron