This topic has 9 replies, 3 voices, and was last updated 9 years by matthewokoh.
-
Author
-
September 12, 2016 at 18:13 #135823
Laurent_C
ParticipantGood 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 #135915Laura
ModeratorHello,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 solutionSeptember 13, 2016 at 10:00 #135931Laurent_C
ParticipantI 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 #136359Laura
ModeratorHello, 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 solutionSeptember 18, 2016 at 15:50 #136413Laurent_C
ParticipantThank you very much Laura !
I need to add my script in login kleo login form now. What is the php file to modify ?
Thank youSeptember 18, 2016 at 21:08 #136423Laurent_C
ParticipantHow 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_C
ParticipantI 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 19, 2016 at 17:51 #136523Laurent_C
ParticipantNo I dont got it ! recaptcha isn’t validate
If you can help me integrate it in the kleo popup login for login, register and password forget, im ready to pay you
Just answer to make me know LauraThank you
September 22, 2016 at 12:52 #136896Laura
ModeratorHi,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 solutionOctober 11, 2016 at 09:49 #138998matthewokoh
Participantquestion 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.