Clients cant register captcha doesnt match ever

This topic has 26 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: xdigital
    xdigital
    Participant
    May 22, 2015 at 20:11

    you cant access any files thru web browser when they are located in wp-content only wordpress access them
    I NEED HELP

    Avatar: xdigital
    xdigital
    Participant
    May 24, 2015 at 16:04

    Hello please once again I really need to find an answer to this problem.

    Avatar: xdigital
    xdigital
    Participant
    May 24, 2015 at 16:27

    At least tell me how to disable captcha so I can have people register.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 09:50

    Hello,

    You can disable captcha commenting or deleting the code in wp-content/themes/royal/framework/theme-functions.php (line 1580):

    $captcha_instance = new ReallySimpleCaptcha();
    		
    		if(!$captcha_instance->check( $_REQUEST['captcha-prefix'], $_REQUEST['captcha-word'] )) {
    			$return['status'] = 'error';
    			$return['msg'] = __('The security code you entered did not match. Please try again.', ETHEME_DOMAIN);
    			echo json_encode($return);
    			die();
    		}

    and the line 1409:

    $captcha_instance = new ReallySimpleCaptcha();
    $captcha_instance->bg = array( 204, 168, 97 );
    $word = $captcha_instance->generate_random_word();
    $prefix = mt_rand();
    $img_name = $captcha_instance->generate_image( $prefix, $word );
    $captcha_img = ETHEME_CODE_URL.'/inc/really-simple-captcha/tmp/'.$img_name;

    and line 1436:

    <div class="captcha-block">
    					<img src="<?php echo $captcha_img; ?>">
    					<input type="text" name="captcha-word" class="captcha-input">
    					<input type="hidden" name="captcha-prefix" value="<?php echo $prefix; ?>">
    				</div>

    Regards,
    Eva Kemp.

    Avatar: xdigital
    xdigital
    Participant
    May 25, 2015 at 14:56

    Thank you but would you offer me a solution I have mounted the site in another host and the same problem I have also check that other users report the same issues https://www.8theme.com/topic/remove-captcha-from-registration-page/ so this is an old problem.
    I have disable captcha but its an important featured and I would like your great theme to work 100%.
    Waitting for a permanent solution, Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 16:09

    Hello,

    As a solution you can try to remove our Register page and use default Woocommerce registration form on My Account page. To enable it go to Woocommerce > Settings > Accounts tab > Registration Options > tick “Enable registration on the “My Account” page” and try to use one of the plugins https://wordpress.org/plugins/easy-captcha/ or https://wordpress.org/plugins/no-captcha-recaptcha-for-woocommerce/screenshots/

    Regards,
    Eva Kemp.

  • 1 2
    Viewing 26 results - 21 through 26 (of 26 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.