Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
December 27, 2019 at 1:22 am in reply to: How to add license to 3 environments (live, staging, clone) simultaneously? #32542Shamim HasanKeymaster
* means your website domain (eg. mydomain.com)
If you want to activate your license in staging/dev website your staging/dev website must match any of the above pattern. (eg. staging.mydomain.com)December 25, 2019 at 10:54 am in reply to: Email Sending stays pending unless you change Interval settings #32492Shamim HasanKeymasterCan you please again check this?
Please send a new message and wait that much time (set as sending interval). Then refresh your website couple of times. Then see if it started sending emails.
No need to change sending interval again.Let me know.
December 25, 2019 at 10:51 am in reply to: How to add license to 3 environments (live, staging, clone) simultaneously? #32490Shamim HasanKeymasterShamim HasanKeymasterKeys 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.
-
AuthorPosts