Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
January 16, 2020 at 1:28 am in reply to: Email Sending stays pending unless you change Interval settings #33262Shamim HasanKeymaster
Is it require to change those 2 settings everytime after sending a message? Or it is just one time?
Shamim HasanKeymasterAdd following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_filter_show_which_name', function( $which ){ return 'user_login'; });
Shamim HasanKeymasterI sent you an email yesterday, did you received it?
Shamim HasanKeymasterThis feature is not available right now.
Also message may contain valuable information. So without user consent i do not think this is a good idea to delete automatically. User can delete manually which message they think less necessary.There is a function to delete automatically, but it needs some php code to activate that. Also you will need to hook that function to some cron so that it runs after desire interval.
Shamim HasanKeymasterDid you use https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/role-to-role-block/ to block subscribers to send message to other subscribers? If yes then that will automatically hide subscriber role users from Directory and Autosuggestion for other subscriber role users.
If user is not logged in as subscriber role user then they will be able to see those users.
January 12, 2020 at 2:25 pm in reply to: several issues after upgrading my version of FEP Pro #33161Shamim HasanKeymasterThank you.
I have added some css in Front End PM PRO > Settings > Appearance > Custom CSS
Please test now. You can change other css from there.Shamim HasanKeymasterPlease follow all steps from https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/
(You seems miss some steps)Shamim HasanKeymasterGoogle will give you both site key and secret key.
What you received from this website that one is license key. You can see this https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/activate-pro-version-2/ to know how you can activate PRO version.January 9, 2020 at 12:22 am in reply to: Clarification on the concept "Email Sending Interval" #33011Shamim HasanKeymasterBy default, it will send instantly.
But if you want, you can set so that all emails go through email queue. You will need to use a filter hook.Shamim HasanKeymasterCan you give me access to a user account which have many messages so that i can see it?
Shamim HasanKeymasterIt seems you are using contact form 7. Please follow https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/
Let me know.
January 7, 2020 at 6:25 pm in reply to: Clarification on the concept "Email Sending Interval" #32978Shamim HasanKeymasterThis 2 settings are applicable only when you send an announcements or send a message with recipients are more than 5.
For example: for the setting: “Email sending interval” 5 min; “Emails send per interval” 10
when you send an announcement/message which have 100 recipients.That means it will send 10 emails every after 5 minutes until all 100 users get their email.
It is only for Emails which send to their email address. Messages is not affected by this settings. User can send message as they like and email notification which send to their email address may delay.
Some host reject emails if too many email is being sent within short time. That’s why this settings is so that admin can delay emails a little bit to overcome this issue.
January 7, 2020 at 6:19 pm in reply to: Mail delivery failed when the mail-recipient replied via email #32976Shamim HasanKeymasterYou can copy fep-email-piping.php file directly to wp-content directly so that every time you update this plugin will not override your changes to this file.
Remember to change permission of this new file and set this new location when you set in forwarder.
Shamim HasanKeymasterCan you give me a screenshot?
Please note: Both users avatar (sender and receiver) are shown in sidebar. Clicking that avatar will show that message without page reload.Shamim HasanKeymasterbackup your child theme’s header.php
Then replace your child theme’s header.php with your parent theme’s header.php
Then test.
Let me know. -
AuthorPosts