@frosticek
first of all i tell u that i am an mechanical engineer and first time in my life i am working with any type of coding......... so plzzz guide me if i done something foolish........
yes the captcha is working fine sometimes but i noticed that it was showing only a few times. and in this field(contact seller) only the recaptcha type was different.... so now i make these changes in item.php and everything working fine...
actually i delete these codes from item.php and now its working fine..... if i have done something wrong then plz tell me....
<!-- ReCaptcha -->
<?php if( osc_recaptcha_public_key() ) { ?>
<script type="text/javascript">
var RecaptchaOptions = {
theme : 'custom',
custom_theme_widget: 'recaptcha_widget'
};
</script>
<div id="recaptcha_widget">
<div id="recaptcha_image"><img /></div>
<span class="recaptcha_only_if_image"><?php _e('Enter the words above','zara'); ?>:</span>
<input type="text" id="recaptcha_response_field" name="recaptcha_response_field" />
<div><a href="javascript:Recaptcha.showhelp()"><?php _e('Help', 'zara'); ?></a></div>
</div>
<?php } ?>