Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
You are right, message_to elements has some other limitation. There are couple of other feature involved there (eg. multiple recipients, send to admin, send to group), so technically it is not one field but couple of field combined. Thats why it is not working there. But i will try to improve there in next version so that we can change placeholder, label there.
Shamim HasanKeymasterCan you give me a screenshot what it is showing now?
Shamim HasanKeymasterGoogle keys you are using is not for invisible captcha. Please create new keys from https://www.google.com/recaptcha/admin (select V2 Invisible when create keys) and add domain of this test website then add keys in settings page of this plugin.
Then let me know so that i can test.Shamim HasanKeymaster1. 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?
-
AuthorPosts