You are here: WordPress Video TutorialWordpress TutorialCan’t Find The “commentformid” Div Error

Can’t Find The “commentformid” Div Error

by Kimi on June 13, 2010

A Video how to fix Wp Thread Comment plugin error which says: Can’t find the “commentformid” div error

This happened to me when i switch my old theme to my current theme.

When i first installed wp-thread comment plugin with my old theme, i had no problem with it. But not with this theme, i notice it depends on you theme.

However if you found the same error, you can fix it easily by editing comments.php file.

Another way, i recommend using Thesis theme, because it supports threaded comment template so one less plugin used without any hassles, and it is best WordPress theme for SEO.

Anyway, to fix this problem, look for this code in your theme folder → comments.php (after backup the file):
method="post" and look at the id next to it.

After watching the video you will be able to click “reply” in wordpress comment and your wp-thread-comment error will be fixed nicely.

//Do quick database backup and theme backup first. Here is a video how to backup database in 2 minutes.

Video Tutorial:

blog seo

Subscribe new tips via Email:

Was the post helpful? Share it to help others with:

{ 39 comments… read them below or add one }

Brittney June 13, 2010 at 8:30 pm

Hi there! I just switched from Thesis to a more regular theme (Stilbruch by Amy&Pink) and am having the same issue. Well, two actually. This commentdivid error and now also it isn’t alternating the comments colors??

When I look at the comments.php page for “method=post”, that line of coding has no “id=” piece. Should I add id=commentsformid to it? Help appreciated!

Reply

Dina June 13, 2010 at 9:01 pm

@Brittney, I have downloaded the theme, and try it myself, you can find this line:
<form action="/wp-comments-post.php" method="post" >

And add this: id=”comment_form” at the end, so it will look like this:
<form action="/wp-comments-post.php" method="post" id="comment_form">

It will show huge avatar size, to solve this, add this code:

.responses img.avatar{width:30px; height:30px;}
in your style.css

Let me know if it helps.

Reply

alexis belon July 2, 2010 at 11:06 pm

Hey! Can you please help me with this because it’s not working for me! Pleaaase email.

Reply

Dina July 3, 2010 at 7:16 am

@alexis belon, I have checked your site, looks like you got it working..if so, thumbs up :)

Reply

alexis belon July 3, 2010 at 11:10 pm

No. I’m replying from wordpress dashboard. Ideally, I’d like if my readers could hit reply without the error coming up.

Reply

Dina July 4, 2010 at 4:10 pm

@alexis belon, oh you are right, i tried to reply it still shows error.

Is your theme glossyblue?

I have downloaded glossyblue and all works fine.

Reply

alexis belon July 4, 2010 at 5:10 pm

Yes, I’m using glossyblue. I replaced my comments.php with the one the plugin provides. But I couldn’t find a comment form ID anywhere in the coding… I must be slow.

Reply

Dina July 4, 2010 at 7:10 pm

@alexis belon, If you use wp thread comment, once you activate, you don’t need to replace theme comments.php with plugin comments.php.

Hmm..how about copy original glossyblue comments.php and paste it in your current comments.php?

Let me know if this helps..

Reply

alexis belon July 4, 2010 at 7:32 pm

@Dina, worked like a charm ! thanksssss !

Reply

Dina July 4, 2010 at 7:38 pm

@alexis belon, Great!!! so happy to hear, you are most welcome :D

zik July 5, 2010 at 2:55 pm

i try cant do la… i dont now why.. so ,… i don’t find at edit theme under comment , method=”post” … at this moment, i deactived this plugin… can help me???

Reply

Dina July 5, 2010 at 4:21 pm

@zik, I have checked your blog and you use Twenty Ten theme, you don’t need to install wp thread comment if you are using this theme because Twenty Ten already support “threaded comment”.

I hope this helps..

Reply

zik July 7, 2010 at 6:46 pm

@Dina, thank u , erm but the reader get the message (from email) from me , if i reply the comment?? about the notification…

Reply

Dina July 8, 2010 at 9:25 am

@zik, There are some plugins which can do it, try subscribe to comment plugin or replyme plugin, i use both ;)

I hope this will help.

zik July 8, 2010 at 3:26 pm

@zik, ok thank u … i got it..

gustulank July 13, 2010 at 4:56 am

Hi @Dina, I use twentyten themes, and i want to manage comment like you blog *that pretty awesome* using @ and follow up comment. Please advice me, what plugin do you use? Many Thanks. :)

Reply

Dina July 13, 2010 at 7:27 am

@gustulank, I have checked your blog, you have a cool twenty ten theme headers ;)

Twenty Ten is by default having “threaded comment” support, make sure in discussion settings you have “enabled threaded comment” enabled.

I have posted this in here: http://www.blog.web6.org/set-up-discussion-settings-wordpress/

I use wp-threaded-comment plugin. I hope this help.

Derni July 13, 2010 at 12:54 am

Now it’s working.
Thank you.
Beautiful voice.

Reply

Dina July 13, 2010 at 7:22 am

@Derni, i am happy that it worked! :)

Thank you for the flattery :)

Reply

gustulank July 13, 2010 at 12:35 pm

@dina, thanks for your advice. I missed the setting option :)

the twentyten header is using Meteor Slides plugin : http://wordpress.org/extend/plugins/meteor-slides/

cheers

Reply

Dina July 13, 2010 at 5:48 pm

@gustulank, Glad that you found it now ;)

Yes, i have read one of your post, it is in Indonesian language, and i understand it, i am an Indonesian as well :D

Nice to meet you gustulank, have a nice day.

Reply

Nabil July 18, 2010 at 11:33 pm

Thanks for the tip. It really worked!

Reply

Dina July 21, 2010 at 8:20 am

@Nabil, Glad it worked out! thanks for commenting :)

Reply

ANNIE September 8, 2010 at 9:19 am

OMG i have been trying to fix this for ages and this actually worked! you’re rad, thank you so much =)

Reply

Dina September 8, 2010 at 9:53 am

@ANNIE, You’re welcome :)

Reply

nanahana December 3, 2010 at 3:27 am

hi dina,
i’ve installed wp thread comments to my new theme.
but after testing it (i comment and try reply), found that i cannot reply. the submit / post comment button not there.
only shown cancel link. thx.

Reply

Kimi December 3, 2010 at 8:59 am

Hello nanahana,

I have checked your site, it is probably caused by your current theme.

I would try to change another theme, just to see if it works, if it does, then it is your theme.

hope this helps.

Reply

nanahana December 3, 2010 at 9:13 am

Hi Kimi.
I have thought about the theme not supporting WP Thread Comments. Its okay. Thanks ;)

Reply

Kimi December 4, 2010 at 10:45 am

Hi Nanahana,

Okay :-)

Yes, some themes are not supporting WP Thread Comment. Though there are lots of themes which support it, or even already have a built-in thread comment without using plugin.

Good luck with your blog :-)

Regards.

Miss Britt January 5, 2011 at 9:21 pm

I’m using twenty ten theme and there doesn’t appear to be the code “method=post”. I understand that the theme supports nested comments, but I want it to also be able to email commenters when someone responds to their comments, which the default of wordpress doesn’t do.

Any way you know to get threaded comments working with twenty ten theme?

Reply

Kimi January 5, 2011 at 9:31 pm

Hi there,

With twenty ten, i would not install threaded comment plugin only because you want to email your commenters when someone responds to their comments.

Check these posts:
1. http://www.blog.web6.org/notify-me-of-followup-comments-via-email-plugin/
This will enable your commenters to subscribe ALL of the new comments.

2. http://www.blog.web6.org/replyme-plugin-your-comment-on-the-post-has-a-new-reply/
This will enable to email ONLY replies to their comments.

I used to have both, but now i use replyme plugin.

I hope this can clear things up.

Kind regards,

Kimi.

Reply

Miss Britt January 5, 2011 at 9:41 pm

Seems to be EXACTLY what I want without a lot of unnecessary code – THANK YOU!!!

Reply

Kimi January 6, 2011 at 11:50 am

Most welcome!

Ali ridha February 15, 2011 at 4:48 am

kimi this two time you help me
find info about wordpress plugin error.

saya betul-betul sayang pada……..heeee…
cari penulisan kamu la.saya tak berani
ganggu cewek orang la.

Ps : maybe after i earn money from blog.
i will change to theme thesis.for more SEO.heeee…

Reply

Kimi February 15, 2011 at 7:24 am

Hey Ari,

Glad it was a help ;-)

Yes, I do agree, switch your theme to premium one once your blog earns money.

I did that too.

Thanks for leaving a comment,

Kind regards,

Kimi.

Reply

Ling March 26, 2011 at 1:26 pm

Please help me because I looked at the comments.php but there is no “method=post”
I keep getting the commentformid div error

Reply

Kimi March 28, 2011 at 8:33 pm

Hi Ling,

I have checked your blog, and it uses theme from trickdaddy website. I recommend that you contact the creator of the theme, trickdaddy.com

Reply

hafizmd September 15, 2011 at 9:23 am

Kimi,

thank you so much.

really help me to solve this error. just put the commentform as ID and tadaaa…settle

thanks again kimi :D

Reply

Aurelien Amacker December 24, 2011 at 10:30 pm

Great tutorial, has been working for me ever since I switched to a news WP theme and had to install the WP Thread comments plugin. Thumbs up !

Reply

Know better? Feedbacks, or Questions? Shoot! :-)

Please use a name instead of blog name or SEO stuff, otherwise it will be deleted right away.

About checkbox → See more my post:how to get rid of spam bots in wordpress post.

Thank you for visiting, you're always welcomed to be here again!

Previous post:

Next post: