Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
1. You can go to settings page of this plugin as set captcha size as “Compact”
2. you can position your captcha using css classanr_captcha_field
3. If you see captcha in your desired forms then the setup is ok.Shamim HasanKeymasterThis is not from the plugin. I believe you have added this. You will have to check if there any unread message to not before showing this.
Or you can use this shortcode https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_count/Shamim HasanKeymasterAs you are using CF7, please follow https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/
Also please note for V3 google check so many things in background before determining bot or human. It may be browser cookie/cache or anything which making false positive.
Also in v3 user do not have any option to prove that s/he is human. There is no “challenge” for v3.
I prefer to use v2 so that if it fails user will have option to prove that s/he is human. There will be challenge.
Shamim HasanKeymasterGlad it worked. CF7 changes too much and sometimes it is impossible to get the code right for them. This is one of the case.
I worked with that plugin developer and solved this issue about 2 years ago. Now that code is again changed. See https://wordpress.org/support/topic/is_user_logged_in-always-return-false-inside-wpcf7_before_send_mail/I will try to solve the issue again in the core.
Shamim HasanKeymasterHi again,
You can also add following code in addition to previous codeadd_filter( 'wpcf7_spam', '__return_false' );
Shamim HasanKeymasterDid you tried with only domain (without http part)?
If still not possible please give me live site access using https://www.shamimsplugins.com/sensitive-information/
Also let me know if captcha is working for other forms? Eg. login, register?Shamim HasanKeymasterPlease add following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'wpcf7_verify_nonce', '__return_true' );
Let me know.
Shamim HasanKeymasterShamim HasanKeymaster1. Do you do any database search/replace before import?
2. Is your website a multisite?
3. Can you copy justFEP_admin_options
value from old database and insert in new database. See if those options get imported?Shamim HasanKeymasterCan you please install the plugin and add your google keys, but do not check any forms in “Enabled Forms”?
Then let me know.
Also let me know if captcha is working for other forms? Eg. login, register?Shamim HasanKeymasterCan you create a test purchase and see if you are able to do so?
Can you create a staging site so that i can work on that? Working on live site is dangerous.Shamim HasanKeymaster1. Which version of captcha you are using?
2. Can you recheck your google keys are correct and your domain is set in google recaptcha admin under same keys? (important)
3. Can you send me your website url?Shamim HasanKeymasterFrom which icon? Can you please send me a screenshot?
Shamim HasanKeymasterMay be in old database there was no custom css. This plugin store its settings in wp_options table. So if that option is present it should take from there.
You can check your old database options table and see if
FEP_admin_options
option is there. You can also copy that and paste in new database.Shamim HasanKeymasterIf you want your users can send group message without joining that group you can follow https://www.shamimsplugins.com/support/topic/messaging-to-a-group/#post-27586
Let me know if that answer your question.
-
AuthorPosts