Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
July 31, 2020 at 5:19 pm in reply to: Some customers are complaining – “Please solve captcha correctly” #39863Shamim HasanKeymaster
If implementation is incorrect then it should fail in all websites and always. But It seems it is working for some of your users.
This plugin does not have build in logging but have hook which you can use to log. Please seeanr_verify_captcha
hook.Shamim HasanKeymasterUse like following
add_action( 'fep_before_form_fields', function( $where ){ if( in_array( $where, [ 'newmessage', 'reply' ] ) ) { echo "This is your sentence"; } });
Shamim HasanKeymasterIt seems for any reason DB table was not created.
Please open functions.php of this plugin and in line around 28 changeversion_compare( $installed_ver, FEP_DB_VERSION, '!=' )
(change!=
to=
) and refresh your website. Check your DB is those tables are created. Then change it back as it was.Let me know.
July 29, 2020 at 12:24 pm in reply to: Some customers are complaining – “Please solve captcha correctly” #39811Shamim HasanKeymasterplease 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. If it fails, it fails.
I prefer to use v2 so that if it fails user will have option to prove that s/he is human.
Shamim HasanKeymasterYou can follow this https://www.shamimsplugins.com/support/topic/need-to-add-text-above-reply-box/#post-12342
Let me know.Shamim HasanKeymasterPlease let me know following.
1. Did you use this plugin before starting this issue?
2. Do you have messages (messages between users) from previous version?
3. Check database and see if there any database table name start withPREFIX_fep_
where PREFIX if your database table prefix. if yes, let me know how many and what are they.
4. Do your set database user in wp-config.php have permission to create database table?July 28, 2020 at 11:20 pm in reply to: Please solve Captcha correctly – Checkout page (Woocomerce) #39766Shamim HasanKeymasterPlease send using https://www.shamimsplugins.com/sensitive-information/
July 28, 2020 at 9:36 pm in reply to: Please solve Captcha correctly – Checkout page (Woocomerce) #39755Shamim HasanKeymasterCan you send the website link again.
Shamim HasanKeymasterShamim HasanKeymasterOk, I will process your refund.
Shamim HasanKeymasterSure, You can get a refund.
Before that can i try? If you want you can give access using AnyDesk/Teamviewer so that you can see what i am doing.Shamim HasanKeymastercan you give me access to your website so that i can try? If yes, please send using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterWhich version of this plugin you are using?
What is your website url?
Did you tried “Settings > Advanced noCaptcha & invisible Captcha > Licenses
Then remove your license key and save changes, again input your license key and again save changes.” ?If still not working, can you give me access to your website so that i can try? If yes, please send using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterIf anyone in this thread still having this issue please create a separate topic.
July 24, 2020 at 10:38 am in reply to: Please solve Captcha correctly – Checkout page (Woocomerce) #39599Shamim HasanKeymasterWhich check out plugin you are using? Or is it coming from your theme? Can you change your checkout form to default woocommerce checkout form for testing?
-
AuthorPosts