Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
December 25, 2019 at 10:51 am in reply to: How to add license to 3 environments (live, staging, clone) simultaneously? #32490Shamim HasanKeymasterShamim HasanKeymaster
Keys are coming from settings page of this plugin. It is in Dashboard > Settings > Advanced noCaptcha & Invisible Captcha > Google Keys
Also check is there any other plugin which support captcha and keys are coming from there.
Shamim HasanKeymasterPlease follow https://www.shamimsplugins.com/docs/front-end-pm-pro/troubleshoot/license-keys-not-activating/
Let me know.
Shamim HasanKeymasterYou can add like
<a href="{{announcement_url}}">YOUR TEXT HERE</a>
.
Change YOUR TEXT HERE to whatever you like.Shamim HasanKeymasterSorry, currently there is no hook for this.
December 17, 2019 at 1:15 am in reply to: ERROR: Please solve Captcha correctly. Flatsome Theme #32219Shamim HasanKeymasterWhich version of captcha you ate using (v2 or v3)?
Can you give me your that page url so that i can check?Shamim HasanKeymasterCan you change to v2 checkbox captcha in Settings > Advanced noCaptcha & invisible captcha > Captcha version (also create new keys for this version from google) and check if that working?
Shamim HasanKeymasterIt seems you are using v3 which does not have any user option to validate.
Also you are using multiple captcha source (this plugin and divi) in the same page which breaks the captcha.
Please use only one (this plugin or divi) captcha source.
Also if possible use v2 which have user option to validate captcha.Shamim HasanKeymasterIs 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.
-
AuthorPosts