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
Fri Aug 29, 2014 11:47 pm
Reply with quote
Report this post
Hi there,

I am using the startup template with K2 and I have set every parameter for comments in K2 off but I still see "leave a comment" at the bottom of the page.

See here : http://www.wooshping.com/component/k2/i ... t-platform

Can anyone advise how I can remove this?

Thanks a million,

Rupert
User avatar
Junior Boarder

teitbite
Mon Sep 01, 2014 10:19 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemComments {display:none;}
User avatar
Moderator

GK User
Mon Sep 01, 2014 1:52 pm
Reply with quote
Report this post
Hi Teitbite,

Thank you.

I added that code to override.css and css overrides are already enabled but it didn;t change it. I can still see the Leave a Comment text.

I have also flushed the cache in case that was the issue but that hasn't helped. :-(

http://www.wooshping.com/component/k2/i ... t-platform

Any other ideas?

Thanks a lot,
Rupert
User avatar
Junior Boarder

teitbite
Mon Sep 01, 2014 2:37 pm
Reply with quote
Report this post
Hi

Sorry I looked into wrong template. Use this code instead:

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

GK User
Mon Sep 01, 2014 3:43 pm
Reply with quote
Report this post
Perfect! Thanks so much!!
User avatar
Junior Boarder

teitbite
Mon Sep 01, 2014 7:00 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron