LukasApps
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Captcha] Does not working on localhostHi,
probably local server is not configured properly to allow wordpress function wp_remote_get to work.
Thanks
Forum: Plugins
In reply to: [Contact Form 7 Captcha] Does not displayHi Neil,
recaptcha if there, you have to modify your css file from theme folder: wp-content/themes/zerif-lite/style.css
you have a display: none rule there , and also a rule to increase margin left. I think you can delete this block of code.
.g-recaptcha {
margin-left: 15px;
display: none;
}Thanks
Forum: Plugins
In reply to: [Contact Form 7 Captcha] Contact Form 7Yes, place [cf7sr-simple-recaptcha] where you want to appear.
Forum: Plugins
In reply to: [Contact Form 7 Captcha] [cf7sr-simple-recaptcha] not displayingGlad it’s working, not sure about waiting period.
Forum: Plugins
In reply to: [Contact Form 7 Captcha] [cf7sr-simple-recaptcha] not displayingDid you configured plugin from Settings => CF7 Simple Recaptcha with Google Site key and Secret key ? If yes, can you send a link to form page?
Forum: Plugins
In reply to: [Contact Form 7 Captcha] [Feature] Language specification optionThanks for your message. Will implement in future version.
Forum: Plugins
In reply to: [Contact Form 7 Captcha] WP Version 4.2.3 – Not WorkingHi Bryan,
I’ve tested to latest version of WordPress and Contact Form 7 and working ok.
I see you have WordPress ReCaptcha Integration activated.
Can you deactivate that plugin and see if you still have issues?Thanks
Forum: Plugins
In reply to: [Contact Form 7 Captcha] Does not work if you want to use the form twiceTry to add this to Additional Settings when editing Contact Form:
on_sent_ok: “grecaptcha.reset();”
Forum: Plugins
In reply to: [Contact Form 7 Captcha] Does not work if you want to use the form twicePlugin works for only one captcha per page.
Forum: Plugins
In reply to: [Login Joomla Users] Import joomla user password in plain text?Can you post an entry from wordpress user database?
Forum: Plugins
In reply to: [Login Joomla Users] Plugin dowsn't workCan you post an entry from wordpress user database?
Forum: Plugins
In reply to: [Login Joomla Users] Import joomla user password in plain text?Hi Dennis,
you have to import users from Joomla, with password hashed like it was in joomla database.
WordPress has another hash algorithm, and my plugin helps.
When user enters password in plain text, it’s sent to wp_check_password.
Plugin checks if current hash is similar to Joomla hash. If it is, new password is set using WordPress hash. This is possible, because in wp_check_password we have access to plain password.Thanks
Forum: Plugins
In reply to: [Contact Form 7 Captcha] multiple forms on one pageI think google doesn’t allow this, plugin only shows one captcha per page.
Forum: Plugins
In reply to: [Contact Form 7 Captcha] Yours is the last working plugin! But…Ok, if it works do not forget to leave rating, it will help others.
Forum: Plugins
In reply to: [Contact Form 7 Captcha] Yours is the last working plugin! But…Are you using Contact Form 7 version 4.1.1? If yes, send link so I can see.