Free Computer Video Tutorial for everyone especially for beginners, including wordpress how to.
Free Video Tutorial Wordpress

Can’t find the “commentformid” div error

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.
Look for this code:
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.

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

25 comments

1 Brittney { 06.13.10 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 Reply:

@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]

2 alexis belon { 07.02.10 at 11:06 pm }

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

[Reply]

Dina Reply:

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

[Reply]

3 alexis belon { 07.03.10 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 Reply:

@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]

4 alexis belon { 07.04.10 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 Reply:

@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 Reply:

@Dina, worked like a charm ! thanksssss !

[Reply]

Dina Reply:

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

5 zik { 07.05.10 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 Reply:

@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 Reply:

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

[Reply]

Dina Reply:

@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 Reply:

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

gustulank Reply:

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 Reply:

@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.

6 Derni { 07.13.10 at 12:54 am }

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

[Reply]

Dina Reply:

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

Thank you for the flattery :)

[Reply]

7 gustulank { 07.13.10 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 Reply:

@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]

8 Nabil { 07.18.10 at 11:33 pm }

Thanks for the tip. It really worked!

[Reply]

Dina Reply:

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

[Reply]

9 ANNIE { 09.08.10 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 Reply:

@ANNIE, You’re welcome :)

[Reply]

Add your comment?