Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
It 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.January 5, 2020 at 12:12 pm in reply to: several issues after upgrading my version of FEP Pro #32882Shamim HasanKeymasterSorry, i didnot received your files. You can zip your files and send here. Or you can send to my email.
January 5, 2020 at 12:11 pm in reply to: Mail delivery failed when the mail-recipient replied via email #32880Shamim HasanKeymasterIt seems you do not have proper permission of fep-email-piping.php. Please change this file permission to 755.
Please follow all steps from https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/email-piping/Shamim HasanKeymasterPlease see https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_form/
I think your$store_user->get_id()
return user id, But “to” field allow user_nicename. So you can pass user_nicename.
You can get user_nicename from id using likefep_get_userdata( $store_user->get_id(), 'user_nicename', 'id' )
December 31, 2019 at 11:36 am in reply to: several issues after upgrading my version of FEP Pro #32689Shamim HasanKeymasterYour parent theme made some changes in header.php which is breaking changes but your child theme’s header.php file is not up to date.
Can you send me your both headers.php file to me so that i can compare and assist you to modify changes?December 30, 2019 at 11:50 pm in reply to: several issues after upgrading my version of FEP Pro #32682Shamim HasanKeymasterWhen did you last updated that theme (parent theme)?
Can you copy parent theme’s header.php file and make your changes in that file and replace your child theme’s header.php with this one? If you can that will be better otherwise i can write some code to bypass that error from that theme.Let me know.
December 30, 2019 at 11:45 pm in reply to: Sending messages and announcements to users' custom email field as cc #32680Shamim HasanKeymasterYes possible, but it needs custom code to achieve this. You can use
fep_filter_before_email_send
andfep_filter_before_announcement_email_send
filter hook to add cc in headers.December 30, 2019 at 11:01 am in reply to: Issue with users not receiving email when new message is received. #32654Shamim HasanKeymasterCan you give me access to your website so that i can test?
Please create an admin account and send credentials using https://www.shamimsplugins.com/sensitive-information/ (i will create a test account later with my email so that i can check if i receive email or not)December 30, 2019 at 10:59 am in reply to: several issues after upgrading my version of FEP Pro #32652Shamim HasanKeymasterIt seems your issue is coming from your theme header. Please copy latest header.php file from parent theme then edit what is necessary and replace in child theme.
You can see https://wordpress.org/support/topic/plugin-not-working-with-spacious-theme/Let me know.
December 29, 2019 at 10:13 pm in reply to: Issue with users not receiving email when new message is received. #32643Shamim HasanKeymasterHow many recipients a message have?
Is all field are filled in Front End PM PRO > Settings > Emails?
Did you check all points in https://www.shamimsplugins.com/docs/front-end-pm-pro/troubleshoot/email-notification-not-receiving/ ?December 29, 2019 at 10:11 pm in reply to: How to add license to 3 environments (live, staging, clone) simultaneously? #32641Shamim HasanKeymasterWe use EDD Software licensing to manage licenses for us and it is their setup. Most of the plugins pro developers use their solution. It is most common setup.
You can read setup from their website in https://docs.easydigitaldownloads.com/article/1201-software-licensing-activating-in-local-environments -
AuthorPosts