eluryh
Forum Replies Created
-
Solved, special thanks to Otto, of course.
PROBLEM (by Otto):
the problem is that your theme does validation of those fields before
allowing a user to submit a comment. Specifically, the jQuery
validation code is being used.In this case, when you log in with Facebook, it hides those three
fields. Two of them, the name and email, are marked as “required”. But
when you use FB to comment, they are not filled in. Instead, the
plugin recognizes this and fills it in on the back end.So you need to adjust your theme to remove the validation code, so
that it will let the comments be submitted without the name and email.SOLUTION FOUND
I’ve erased these lines from my Arras Theme comments.php:
<?php if (get_option(‘require_name_email’)) : ?>class=”required”<?php endif ?>
and
<?php if (get_option(‘require_name_email’)) : ?>class=”required email”<?php endif ?>
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Submit Comment is not workingGayNTheCity I’ve the same problem. Log in works great but when someone wants to submit a comment, the send button doesn’t work, you click it and nothing happens. Please help
Forum: Plugins
In reply to: [Simple Facebook Connect] [Plugin: Simple Facebook Connect] Comment FB buttonsomething wrong in the facebook app configuration?
It’s a Facebook App configuring issue or a Theme code issue?
I’m using Arras Theme, so I added the necessary lines to comments.php because without them, the “Connect with Facebook” button didn’t appear (so Arras Theme doesn’t have the new comment_form).
Any idea will be appreciated.