Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please add following code in your theme’s (child theme’s if you are using) functions.php
add_action( 'init', function(){ if ( ! empty( $_GET['fepaction'] ) && function_exists( 'um_stories' ) ) { remove_action( 'wp_enqueue_scripts', array( um_stories(), 'add_scripts' ) ); } });
Also if you want you can ask them to load their script only pages where that plugin’s form is loaded. That plugin is loading their script in all pages.
Shamim HasanKeymasterPlease check now.
This plugin also support in Contact Form 7. Please see instruction in https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/Both plugin uses same captcha in same page which made conflict. I have disabled CF7 captcha and added this plugin captcha in CF7. Now working. I have only edited CF7 form id 11. If you need for other forms you can follow above link.
Shamim HasanKeymasterWhich plugin you are using for your login form? Can you give me your form url?
Shamim HasanKeymasterI see you have created another topic regarding this same issue. I am closing this one and continue in https://www.shamimsplugins.com/support/topic/recaptcha-not-showing-on-my-login-page-2/
Shamim HasanKeymasterI do not have that plugin. If you can send me that plugin i can investigate and try to resolve if there any conflict.
Shamim HasanKeymasterPlease go to Front End PM PRO > Settings > Emails > Email Piping/POP3 then set Enable as “None” then save changes.
For sending email you can use any one from https://wpengine.com/support/using-3rd-party-email-provider-send-mail-wordpress/ (eg. WP Mail SMTP) and this plugin will automatically use that plugin to send email. You can setup for gsuit/sendgrid there.Shamim HasanKeymasterThere are 2 features (Email Piping and POP3) to do same one thing (Receive email). Your hosting and email service should support at least one of them to make it work.
https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/email-piping/
https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/pop3-feature/Did you ask wpengine why it fails when we use
imap_open
? even without an error log? Also no code is processing after that call?Shamim HasanKeymasterI believe sendgrid is to send email, not receiving.
You can ask them if they support pop3.Shamim HasanKeymasterYou can use any version.
Please note for v3 there will not show any option to check. So if any user get false positive he/she will not be able to submit form.Shamim HasanKeymasterNo.
Please go to your website’s Dashboard > Contact > Integration > reCAPTCHA and remove keys if there.Attachments:You must be logged in to view attached files.Shamim HasanKeymasterRemove google keys (if any) from Dashboard > Contact > Integration > reCAPTCHA
Let me know.
Shamim HasanKeymasterMay you send me that form url to test?
Shamim HasanKeymasterPlease test now.
You added code in snippets plugin. Also you loaded that code only in front-end. But this plugin send message using ajax. All admin ajax load admin code also. I changed that settings to load both in front-end and back-end. Now it is working.Shamim HasanKeymasterOk, Monday 9am GMT.
Please access https://www.shamimsplugins.com/live-chat/ to chatShamim HasanKeymasterCan you make an appointment to live chat with me? It will be fast to debug. It is taking more time than it should be.
If yes, give me time range in GMT when you can.Let me know.
-
AuthorPosts