The most obvious culprit would be a comment-related plugin. I see that you are using WP Ajax Edit Comments. Try disabling it to see if the problem goes away. If it doesn’t, disable the rest of your plugins and see if the problem goes away.
I disabled WP Ajax Edit Comments and anything else really related to the comments and no luck. I continued on and disabled all of my plugins and nothing changed… Any ideas?
I know the template does some fancy effects when you submit a comment in Firefox, like the page does a smooth-scrolling effect and the comment appears… Anyone, anyone at all?
NEVERMIND:
I managed to fix the stupid IE bug by replacing
<button value="submit" class="submitBtn"><span>Okay, I'm done.</span></button>
with
<input name="submit" type="submit" id="submit" tabindex="5" value="Post It!" class="submitBtn" />
Buttons don’t work in IE I guess?
(@damienk)
17 years, 9 months ago
Ugh. Okay so here’s the deal. I just set up a nice new template and everything was going great! I’ve been using WordPress for quite some time now and feel pretty knowledgeable about everything… However I have bumped into a problem, and I’m having trouble… Any help would be greatly appreciated.
Here’s the deal. When I go to submit a comment in Firefox I have no problem. A user alerted me that their comment wouldn’t submit, and after checking anything in moderation I realized that when you hit the submit button in IE nothing happens.
Here is my comments.php code, anything else you need that can help me resolve this I can provide. Thank you!
EDIT: I realize that it might help to also have a link to my site so here you go: http://damienk.com/brand-new-look-340/ Submitting a comment in IE on that page (or any other) does not work…