Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
Bug Reports
4
Posts
1
Users
0
Reactions
1,480
Views
Dec 05, 2021 2:58 pm
3 Replies
Dec 05, 2021 3:11 pm
Let's see if it happens here also. I post the exact same code.
<?php if( osc_recaptcha_public_key() ) { ?>
<script type="text/javascript">
var RecaptchaOptions = {
theme : 'custom',
custom_theme_widget: 'recaptcha_widget'
};
</script>
<style type="text/css">
div#recaptcha_widget, div#recaptcha_image > img { width:280px; }
</style>
<div id="recaptcha_widget">
<div id="recaptcha_image"><img /></div>
<span class="recaptcha_only_if_image">
<?php _e('Enter the words above',OSCLASSWIZARDS_THEME_FOLDER); ?>
:</span>
<input type="text" id="recaptcha_response_field" name="recaptcha_response_field" />
<div><a href="javascript:Recaptcha.showhelp()">
<?php _e('Help', OSCLASSWIZARDS_THEME_FOLDER); ?>
</a></div>
</div>
<?php } ?>
Dec 05, 2021 4:13 pm
fixed.