Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Thank you for your purchase.
You can activate your license from some other places as well.
Please go to Dashboard > Settings > Advanced noCaptcha & invisible Captcha > Account > Activate PRO version
or
Go to Dashboard > Plugins and get pro version activation link under this plugin name.Let me know.
Shamim HasanKeymasterPlugin will continue to work but update and support will be unavailable.
May 30, 2020 at 11:15 pm in reply to: a member of one group sends messages to all members of another group #38110Shamim HasanKeymasterThere is a filter to return groups for each user. As we are using that filter to return all groups so that they can send message to any group. That is why we cannot restrict them to add themselves from a certain (in this case admin) group.
We can achieve any one of these 2 conditions.
Hope you understand.
May 30, 2020 at 12:50 pm in reply to: a member of one group sends messages to all members of another group #38104Shamim HasanKeymaster1. https://www.shamimsplugins.com/support/topic/latest-update-breaks-groups/#post-26896
2. If you do not users can add themselves to admin group, then they will not be able to send message to that group as well. Is that ok with you?
3. I will take it for consideration.Shamim HasanKeymasterIt is showing for me. Can you clear your browser and website cache and try again?
Also which theme you are using? Can you change that theme to any default theme (eg. tweenty sixteen) and then test?Shamim HasanKeymasterPlease first check previous instruction. That should already do that trick. If not, then let me know.
Shamim HasanKeymasterYou can go to POP3 settings of this plugin and set to “None”. Then save changes. Again set “POP3” again save change. It should do the trick.
If still not working i will give u some php code to add to your functions.php. Can you add that in your theme’s functions.php?
Let me know.Shamim HasanKeymasterYou can follow https://support.google.com/mail/answer/7104828 to setup in google part.
To check if cron is running you can install any cron plugin (eg. WP Crontrol) and check if
fep_pop3_event
is running.Let me know.
Shamim HasanKeymaster1. You can go to settings page of this plugin as set captcha size as “Compact”
2. you can position your captcha using css classanr_captcha_field
3. If you see captcha in your desired forms then the setup is ok.Shamim HasanKeymasterThis is not from the plugin. I believe you have added this. You will have to check if there any unread message to not before showing this.
Or you can use this shortcode https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_count/Shamim HasanKeymasterAs you are using CF7, please follow https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/
Also please 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. There is no “challenge” for v3.
I prefer to use v2 so that if it fails user will have option to prove that s/he is human. There will be challenge.
Shamim HasanKeymasterGlad it worked. CF7 changes too much and sometimes it is impossible to get the code right for them. This is one of the case.
I worked with that plugin developer and solved this issue about 2 years ago. Now that code is again changed. See https://wordpress.org/support/topic/is_user_logged_in-always-return-false-inside-wpcf7_before_send_mail/I will try to solve the issue again in the core.
Shamim HasanKeymasterHi again,
You can also add following code in addition to previous codeadd_filter( 'wpcf7_spam', '__return_false' );
Shamim HasanKeymasterDid you tried with only domain (without http part)?
If still not possible please give me live site access using https://www.shamimsplugins.com/sensitive-information/
Also let me know if captcha is working for other forms? Eg. login, register?Shamim HasanKeymasterPlease add following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'wpcf7_verify_nonce', '__return_true' );
Let me know.
-
AuthorPosts