*

Yogesh

  • ***
  • 27 posts
Recaptcha is not showing in contact seller
« on: May 25, 2016, 11:34:53 PM »
Hello frnds,

today i first time checked the contact seller option... and i didn't find the recaptcha field there. i checked it with different listings but the problem was same. this problem is only in contact form and the other things are working fine. struggling from last 4 hours........
 
find a solution in a same problem in osclass form
http://forums.osclass.org/3-1-x/3-1-2-breaking-on-contact-seller-due-to-recaptcha/

but the solution is different according to different theme :(
..... so plz solve it for zara theme...

Thanx...

*

MB Themes

Re: Recaptcha is not showing in contact seller
« Reply #1 on: May 26, 2016, 06:38:47 AM »
@Yogesh
Checked code & demo and recaptcha is correctly defined and will show once keys are entered in oc-admin.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Yogesh

  • ***
  • 27 posts
Re: Recaptcha is not showing in contact seller
« Reply #2 on: May 28, 2016, 12:26:14 PM »
@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 } ?>


*

MB Themes

Re: Recaptcha is not showing in contact seller
« Reply #3 on: May 28, 2016, 06:11:53 PM »
@Yogesh
Code you have posted is the one that belongs to recaptcha.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots