BuddyDev

Search

Register button grey and page needs reload when captcha fails

  • Participant
    Level: Initiated
    Posts: 3
    noahadams on #55644

    I just set up Buddy Press Ajax Registration and the Register button is greyed out. It works, but it looks like it’s inactive. When I check the code it seems to indicate that the button is set to “{filter:invert(1)” How do I turn this off so the button is black like the login button.

    Also, when users attempt a registration and fail the captcha or receive an error because they didn’t fill out a required section there is no option to reload or recomplete the captcha. The whole form must be reloaded and recompleted. How do I change this so that the captcha reloads without reloading the whole page?

  • Keymaster
    (BuddyDev Team)
    Posts: 25068
    Brajesh Singh on #55646

    Hi,
    Welcome to BuddyDev support forums.
    Thank you for using the plugin.

    It seems the css might be coming from the theme. Can you please link me to your site. I can quickly check and provide a snippet to disable it.

    Please use the private reply in the forum to share the link if you need to keep it private.

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 3
    noahadams on #55651
  • Keymaster
    (BuddyDev Team)
    Posts: 25068
    Brajesh Singh on #55652

    Hi,
    Thank you for the link.
    I assume that you are referring to the sidebar register button/link?

    It is probably coming from your theme or some other plugin. You can add the following custom css to fix it.

    
    #bp-login-widget-form .bp-login-widget-register-link a {
        filter: none !important;
        color: #fff;
    }
    
    

    That should fix it.

    Please let me know if it works or not?

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 3
    noahadams on #55653

    That did it! Thank you.

    I am also having an issue with the captcha in the registration form. That is, when users attempt a registration and fail the captcha or receive an error because they didn’t fill out a required section there is no option to reload or recomplete the captcha. The whole form must be reloaded and recompleted. How do I change this so that the captcha reloads without reloading the whole page?

  • Keymaster
    (BuddyDev Team)
    Posts: 25068
    Brajesh Singh on #55654

    Hi,
    Thank you for confirming.

    Which plugin are you using for the re-captcha. Please let me know and I will look into our integration.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 3
    noahadams on #55655

    I checked the plugins and there was a conflicting one. It seems to be working now.

    Thanks,
    Noah

  • Keymaster
    (BuddyDev Team)
    Posts: 25068
    Brajesh Singh on #55656

    Hi Noah,
    That’s awesome.
    Thank you for letting me know. I am glad you resolved it.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved