k2 and issue with Leave a comment

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
Mon Feb 25, 2013 7:46 am
Reply with quote
Report this post
Hello!

I have some problem with K2, Leave a comment.
I work with joomla 2.5
How I can remove or disable Leave a comment on the bottom of K2 article?

Thank you for advance!
Regards,

infinita
User avatar
Senior Boarder

Konrad M
Mon Feb 25, 2013 8:22 am
Reply with quote
Report this post
Hi,
please go to Compnents->K2->Items. Here in menu above list items you will find Parameters icon. Click it nad then select tab comments. Here you will find 'Global setting for comments' option. Set it to 'Disabled'.
User avatar

GK User
Wed Feb 27, 2013 11:54 am
Reply with quote
Report this post
Hello, I disabled the option to leave comments, but the header stays at the bottom of the page (http://vakantiewoning.hisslink.nl/index.php/component/k2/item/137-boerderij-schoneveld). What can I do about this?
User avatar
Gold Boarder

Konrad M
Wed Feb 27, 2013 12:01 pm
Reply with quote
Report this post
Please try add to override.css
Code: Select all
h3.titleComments {
    padding: 0;
    visibility: hidden;
}

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


cron