Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
1. Those 3 recipients from same role or different roles?
2. Can you give me a screenshot of that announcement row from Front End PM PRO > All announcements?
3. Can you send another test announcements (probably select different roles) and see if that working?Shamim HasanKeymasterI need to see the error to identify it. Can you make a staging site and set v2 captcha there to test?
Shamim HasanKeymasterDo you have a test website where i can test?
Shamim HasanKeymasteryou can use
fep_filter_ajax_form_submit
to return false so that it is not added. Then use filterfep_form_submit_button
to append the same code as above.Shamim HasanKeymasterIt seems you want additional form fields.
You can follow https://www.shamimsplugins.com/support/topic/additional-message-field/#post-20493 (Change priority, 12 is between subject and message and 17 is under message)Let me know.
August 5, 2020 at 5:20 pm in reply to: Some customers are complaining – “Please solve captcha correctly” #40058Shamim HasanKeymasterAs that is a paid theme you can ask that plugin developer to add
woocommerce_login_form
hook in login form as they are modifying woocommerce login form. It will solve some compatibility issue with other plugins which hooking something for woocommerce login form.Shamim HasanKeymasterFor future reference:
To remove toggle feature entirely add following code in your theme’s (child theme’s if you are using) functions.phpadd_filter( 'fep_filter_message_toggle_feature', '__return_false' );
Shamim HasanKeymaster1. First please reduce sensitivity level. Google normally do not return 1 score. It is too high. 0.5 is default.
2. V3 does not display any captcha. If it thinks it is bot, it will just block the message. No captcha will show. If you want to show user a captcha you can use V2.August 4, 2020 at 7:09 pm in reply to: Some customers are complaining – “Please solve captcha correctly” #40023Shamim HasanKeymaster1. Where did you added that error message? In this plugins settings page?
2. Are you still using failed login captcha?
3. Which plugin/theme you are using to create that login form? Can you give me the code of the login form?Shamim HasanKeymasterCan you mark the position where you want to show the words? Also what you want to show?
Do you want to show any text field?Shamim HasanKeymasterYou can use like following
add_action( 'fep_form_field_output_file', function( $field, $errors ){ //Output your file input field here }, 10, 2);
August 4, 2020 at 8:45 am in reply to: Some customers are complaining – “Please solve captcha correctly” #39974Shamim HasanKeymasterI see you are using failed login captcha to 2. That means it will not validate captcha before 2 failed login attempts. Those who are reporting for captcha, how many times they failed? What was the failing reason for first 2 attempts?
August 3, 2020 at 9:07 am in reply to: Some customers are complaining – “Please solve captcha correctly” #39927Shamim HasanKeymasterHi again,
As CF7 load captcha script in all pages, this may create some conflict in other pages not in CF7 page, because this plugin does not load in CF7 page.
Can you disable captcha in CF7? Just remove keys from CF7 captcha settings. Then see if this working. If you received spam contact messages you can activate https://wordpress.org/plugins/spam-protection-without-captcha/ temporarily which will prevent spam using different approach and will not have any conflict.Run one or 2 days for testing. Let me know the result.
Shamim HasanKeymasterIt should show above form.
If you want to show bellow form you can usefep_after_form_fields
hookJuly 31, 2020 at 8:01 pm in reply to: Some customers are complaining – “Please solve captcha correctly” #39868Shamim HasanKeymasterThank you.
That is a very good point. I will update you about my finding.
By this time can you give me a screenshot of the settings page of this plugin in your website? You can mask keys. -
AuthorPosts