• Resolved scbritton

    (@scbritton)


    It seems that I cannot drag and drop the images with my registration form on BuddyPress.

    I do not have Contact Form 7, nor the other plugin mentioned in the FAQ.

    Incidentally, I cannot find the menu which enables me to select which forms of captchas I want to use. (For example, I want to disable “fun” – there’s something wrong with dragging a knife to a shower on a church website.

    The main problem, however, is as I have described – I cannot drag/drop the images.

    http://wordpress.org/extend/plugins/sweetcaptcha-revolutionary-free-captcha-service/

Viewing 10 replies - 1 through 10 (of 10 total)
  • same problem here. Find any solution to this?

    same here… has anybody fixed this yet?

    hey again, just solved this.

    If you have this problem, your theme is probably missing the required .js:

    <script type="text/javascript" src="http://www.seomachine.net/wp-content/plugins/sweetcaptcha-revolutionary-free-captcha-service/js/jquery.min.js">

    change with your URL.

    <script type="text/javascript" src="http://www.seomachine.net/wp-content/plugins/sweetcaptcha-revolutionary-free-captcha-service/js/jquery.min.js">

    Where do you insert this code ?

    Thread Starter scbritton

    (@scbritton)

    For myself, I eventually gave up and switched to something that worked without me needing to tinker with it.

    Don’t get me wrong here – I’m not overly bothered about mucking around in the PHP, Javascript, or whatever I need to muck around in to make things work – I’m personally writing the Most Amazing WordPress Theme You’ve Ever Seen – (a subjective and biased opinion) – but there are so many Captcha options out there that work, I really couldn’t be bothered messing around with this one.

    Where do you insert this code ?

    If you want to display the captcha on registration form only, edit register.php (on BuddyPress Default theme, usually).

    You can add the code like this:

    <?php get_header( 'buddypress' ); ?>
    
    <script type="text/javascript" src="(YOUR URL)/wp-content/plugins/sweetcaptcha-revolutionary-free-captcha-service/js/jquery.min.js"></script>
    
    	<div id="content">

    @scbritton personally I like this plugin a lot, it’s user-friendly and fun. Then again, it’s just a captcha. 😛

    peace

    Thanks SEOmachine

    Thanks SEOmachine!

    Would be great to see this incorporated into the plugin, so that if/when I update theme I don’t forget about this mod.

    My problem in Login page, is there any solution.

    http://nokiasolution.com/wp-login.php

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Sweet Captcha] Can't drag/drop with buddypress’ is closed to new replies.