This topic has 9 replies, 3 voices, and was last updated 7 years by matthewokoh.

  • Author
  • #135823
     Laurent_C
    Participant

    Good morning,

    I add a google-ReCaptcha plugin, I configure to get it with login, but it isn’t visible with login popup and gooogle-recapcha said “invalid captcha”.

    How can I enlarge kleo popup login window to get the google-captcha ?

     

    Thank you

    #135915
     Laura
    Moderator

    Hello,you should use the buddypress no captcha recaptcha plugin. If you want to add a recaptcha to the login form you will need to edit it an it requires some php knowledge

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #135931
     Laurent_C
    Participant

    I already use a recapcha plugin and I need to enlarge the login popup. I imagine modifying something of course.
    Witch file must I modify please to enlarge the popup and witch variable if you know ?
    Thank you Laura

    Laurent

    #136359
     Laura
    Moderator

    Hello, to make the login popup larger addthis to style.css of child theme

    COPY CODE
    
    div#kleo-login-modal {
        max-width: 600px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #136413
     Laurent_C
    Participant
    This reply has been set as private.
    #136423
     Laurent_C
    Participant

    How can I do and where can I do to put the php to have recaptcha ?
    I dont find the way to.
    Plugin is those one you certainly know :
    https://fr.wordpress.org/plugins/wp-recaptcha-integration/
    I will be great to get it work

    Thank you VERY Much

    #136465
     Laurent_C
    Participant

    I got it !
    If someone needs to implement it this is the script to add to make it work :

    <?php
    $attr = array(
    ‘data-theme’ => ‘whiite’,
    );
    do_action( ‘recaptcha_print’ , $attr );
    ?>
    Good day

    #136523
     Laurent_C
    Participant
    This reply has been set as private.
    #136896
     Laura
    Moderator

    Hi,If you want a quote from our developers team, contact our colleague cornel@seventhqueen.com about your request.

    Cheers 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #138998
     matthewokoh
    Participant

    question where did u place your code… i am also have problem with Recaptcha not showing up

    <?php
    $attr = array(
    ‘data-theme’ => ‘whiite’,
    );
    do_action( ‘recaptcha_print’ , $attr );
    ?>

Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?