Hello Mrinal,
Plugin works fine except it prevent me to post review(comments)for a product.
Thanks
https://www.ads-software.com/plugins/instant-comment-validation/
]]>Hi,
Great plugin to have the comment form validation stay on the same page. Don’t understand why this is not part of wordpress core capability ??
I use WP 4.3.1 with the latest version of the Avada theme, where the comment form’s name, email and website fields are rendered horizontally on one line above the comment text field. The error messages are appearing at the right of each field and are therefore messing up the layout.
Also when the comment text field error is displayed, it stays displayed even after correction and prevents posting the comment…
Any suggestions, fixes?
Rgds,
Tom
https://www.ads-software.com/plugins/instant-comment-validation/
]]>Hi All,
A common question to me about this plugin is how the error strings can be translated into your own language.
It’s so easy, the jQuery fix should be like the following:
(function($){
$(".comment-form-author div.error").text("Your Name Please");
$(".comment-form-email div.error").text("Your Email Please");
$(".comment-form-comment div.error").text("Your Comments Please");
})(jQuery);
Add the above codes via Theme’s Custom JS Panel using plugin like Custom JavaScript Editor
Tested on WordPress Default Themes, e.g: Twenty – Fifteen, Fourteen, Thirteen, Twelve, Eleven, Ten!
Hope this will helps, Cheers!
https://www.ads-software.com/plugins/instant-comment-validation/
]]>Hi Mrinal!
Thanks for your plugin, it works really fine! Just one question or maybe feature request – what about to have option to translate error messages? Right now there are only on JS file, it is possible to edit it, but changes will be lost after each update.
Regards,
Michal
https://www.ads-software.com/plugins/instant-comment-validation/
]]>