Hi, I have just installed Jetpack Comments and for it to work, the theme needs to be using the comment_form() function to display the comment form. Does the Regal theme use the old way of displaying comments? Would it be possible to update the theme to use the newest comment function. Here is the comment form Codex page: http://codex.wordpress.org/Function_Reference/comment_form
Hello, Theme contain it's own comment form. Not using WordPress default comment form. To add WordPress default comment function Go to the Appearance > Editor > comment.php and replace code from line number 38 to line number 79 with the comment function you want.