calade34
Forum Replies Created
-
Hello,
Did you have time to have a look at my comments file ?
Thanks,Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Not working with multisite ?OK works much better !
Thanks,Note :
I had the idea to make a simple test :
I created a dumb post allowing comments with the basic Twenty Fourteen theme : I have the comment field, the reCaptcha field “I’m not a robot” and the validation button. IT WORKS !If I switch to Photocrati theme, the same Post page has only the comment field and the validation button ; no reCaptcha field…disappeared.
Self-explaining isn’t it ?
So I hope you can give me some indications on how to bypass this problem please…
BR,Hi,
Regarding your advice, I found this in my theme’s comments.php :
<?php do_action('comment_form', $post->ID); ?>
So this mean I shouldn’t have to do anything and this should work straightforward ?
(My WordPress is a network multisite V4.4.4 and php 5.4.45, theme is Photocrati 4.9.3)
If I add
<?php do_action('bwp_recaptcha_add_markups'); ?>
Captcha box appears but can be bypassed by clicking on Submit button…
Anything else I could check ?
Many thanks,