Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Is normal cron working in your website?
Please go to Front End PM PRO > Settings > Emails > Email Sending Interval and change the value and save changes. Then wait that much time and see if it start sending emails. Please remember it sends 50 emails per interval by default.Let me know.
Shamim HasanKeymasterWhich key? Google key or license key? If google key then create new one if that fix the issue. If license key then follow https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/troubleshoot-2/license-keys-not-activating-2/
Shamim HasanKeymasteris normal message email sent to users?
Can you create a group with less then 5 group members then send a message to that group. Is email sending to the members?Shamim HasanKeymasterDate under name should be last reply time. But it updated when next time visit the page after send a reply.
Date format come from your settings in Dashboard > Settings > General.
If you want to show “x ago” Then add following code in your theme’s (child theme’s if you are using) functions.phpadd_filter( 'fep_formate_date', function( $h_time, $date ){ return sprintf( __( '%s ago', 'front-end-pm' ), human_time_diff( strtotime( $date ) ) ); }, 10, 2);Shamim HasanKeymasterIf in a group there are more then 6 users (by default) then emails are send using cron. You can set cron interval in settings page of the plugin. Please remember, you need visitor in your website to run wordpress cron.
Shamim HasanKeymasterThank you again.
It seems some of your htaccess rules preventing to send cookie which breaks wp rest api.
Your SFTP credentials is not working for me so that i could not see your htaccess file to get the exact problem. You can remove all other rules except wp default rules from your htaccess then test.Let me know.
Shamim HasanKeymasterI have checked your website. It seems your theme add some content dynamically which breaks this checkbox. I have done a temporary fix in your website. Please clear your browser cache then try again.
I will test more and add a fix in this plugin in next version for issue like this.
Shamim HasanKeymasterThank you for your information.
But i cannot access your admin area and message page with those accounts. Can you please login with those accounts and check if you can access admin area and message page?Shamim HasanKeymasterDid you set groups in backend settings page? Is current user member to any group?
Can you create a test account and send credentials to me using https://www.shamimsplugins.com/sensitive-information/ ?December 12, 2019 at 2:18 am in reply to: No captcha showing but when you register it shows error #32030Shamim HasanKeymasterI have checked your website, activated the plugin and registered a test account and everything is working fine.
But as you are using V3, the are so many factor to be false positive in this version. Also if there any false positive there is no user option to prove that he/she is a human.I suggest you change captcha version to “V2 checkbox” and change google keys as well. Then test.
Let me know.
Shamim HasanKeymasterI am sorry it seems it require many modification. It is beyond the scope of the support.
If you need it badly you can contact through https://www.shamimsplugins.com/hire/ so that i can spend more time on this.Shamim HasanKeymasterPlease see https://www.shamimsplugins.com/docs/front-end-pm/getting-started/add-announcement/
Let me know.
Shamim HasanKeymasterI need more data to debug this. Can you give me access to your website? If yes please send user credentials using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterIt needs to write some code. I will try to give you tomorrow.
Shamim HasanKeymasterBy default only admin can send announcements. But you can give any user access to send announcement.
If you want to give your Editors also access to send announcement please follow https://www.shamimsplugins.com/support/topic/letting-non-admin-users-create-announcements/#post-17625 -
AuthorPosts