Hi,
Is that Oxygen theme available somewhere to download?
http://theme.wordpress.com/themes/oxygen/
I installed it from the WordPress dashboard.
wp-admin/themes.php
click – add new
search for Oxygen
Install
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.
@lischphotography Oxygen currently overwrites BWP recaptcha’s filter hook so the captcha doesn’t appear. I will add a workaround in the next release.
@kojin84 yours seem to be a different issue. Since you’re manually positioning the captcha, it should show up regardless of the position setting. Can you post here the part in your comments.php theme file where you use do_action('bwp_recaptcha_add_markups'); ?
Ok, thanks.
I’ll eagerly await your update