Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Can you wait 1-2 weeks for this? I have already added the code so that it respect label and placeholder. In next version you will get it.
Shamim HasanKeymasterIs it stopped working after latest update?
There is group message feature added in this plugin, does that works for you?As this is a custom plugin, Can you email me so that i can support better?
Shamim HasanKeymasterYou 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_submitto return false so that it is not added. Then use filterfep_form_submit_buttonto 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_formhook 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? -
AuthorPosts