CMS Development

Marius
Participant | Platinum Partner
Participant | Platinum Partner

Move the comment form above comment list

Hi, i tried this javascript to move the comment form aove the comment list but sometimes it works, sometimes it does not and i dont know why:

 

$('#comments-listing').before($('#comment-form'));

 And there is anyway to disable the reply to comment?

0 Upvotes
1 Reply 1
stefen
Key Advisor | Partner
Key Advisor | Partner

Move the comment form above comment list

@Marius to disabled comment threads, head to your Content Settings > Blog > Comments and then change the "How many levels of comments do you want to allow?" to "1".

 

In regards to your first question, it probably has to do with the comment form being loaded onto the page with javascript. Your best bet is to use javascript to move it after it has loaded.

Stefen Phelps, Community Champion, Kelp Web Developer
0 Upvotes