Hi there!
I had the same problem in my site https://en.boose.gr.
The fix is:
In the Ajax Comment Posting plugin in the file “acp.js”,
move the jQuery.noConflict();
above the function jQuery(document).ready(function(){}
.
Then both plug ins work.
Cheers