Sorry for my late response, I was off for a few days. Only error from Chrome console I get is:
load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils&ver=4.4.1:5 GET http://gdata.youtube.com/feeds/api/videos/XAhTt60W7qo?v=2&alt=jsonc 410 (Gone)
Any tips?
Place ads in your template by adding ‘<?php advman_ad(name); ?>’ to your template in the place you want to see an ad (where ‘name’ is the name of your ad).
Might be a little confusing for someone who doesnt’t know php basics. Should be:
<?php advman_ad('name'); ?>
I’ve got same problem. I’m using custom theme and BWP is being called by
do_action('bwp_recaptcha_add_markups');
Was working fine for a while. I may be wrong about this but my guess is WP 3.9.2 update. If I use After Comment Field, recapcha is not showing up at all. But when it is changed to After form fields it shows up again.