This topic has 9 replies, 3 voices, and was last updated 8 years by matthewokoh.
-
Author
-
September 12, 2016 at 18:13 #135823Laurent_CParticipant
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
September 13, 2016 at 05:29 #135915LauraModeratorHello,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 solutionLaura 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 🙂
September 13, 2016 at 10:00 #135931Laurent_CParticipantI 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 LauraLaurent
September 16, 2016 at 23:50 #136359LauraModeratorHello, to make the login popup larger addthis to style.css of child theme
COPY CODEdiv#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 solutionLaura 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 🙂
September 18, 2016 at 21:08 #136423Laurent_CParticipantHow 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 workThank you VERY Much
September 19, 2016 at 09:58 #136465Laurent_CParticipantI 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 daySeptember 22, 2016 at 12:52 #136896LauraModeratorHi,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 solutionLaura 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 🙂
October 11, 2016 at 09:49 #138998matthewokohParticipantquestion 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 );
?> -
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.