Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
If you remove auto-suggestion then you will not be able to send a message to multiple user in same time.
Go to Front End PM PRO > Settings > Recipient then set “Max recipients” to 1 and uncheck “Show Autosuggestion”
Shamim HasanKeymasterIf any user reply to any group message that reply will go to all members of that group.
If you are well in PHP you can use
fep_email_process_continuehook to disable that message process and implement your own message process which will send message to individual user only.Shamim HasanKeymasterIf appearance tab make no difference that means your theme is overriding this.
Can you please give me HEX color code what color you want? You can go to appearance tab and select your color. Then there you will see a 6 digit code eg. #FFFFFF, give me that so that i can write code for you.Shamim HasanKeymasteris your website in testing stage? Can i work on your website? If yes please send me credentials using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasteris your website in testing stage? Can i work on your website? If yes please send me credentials using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterPlease contact your host and tell them to enable “imap” extension for you.
Shamim HasanKeymasterAre you using WP Job Manager plugin?
Shamim HasanKeymasterPlease set to more than one (eg. 5) then test and let me know if that works.
Also clear cache (browser, server) then test.If still not works then you can use https://wordpress.org/plugins/health-check/ to run a conflict check. If you are not sure how to do it, you can give me access to your website so that i can do that for you.
Shamim HasanKeymasterwhat is your setup in Front End PM PRO > Settings > Recipient > Max recipients?
Give me screenshot of Front End PM PRO > Settings > SecurityShamim HasanKeymasterSo currently what is your question? You want to keep only one or something else?
Shamim HasanKeymasterIf FREE version works then PRO version will also work as both are same code in most of the places.
Can you please set in Front End PM PRO > Settings > Recipient > Max recipients to 1 and check if worksLet me know.
Shamim HasanKeymaster1) Please check after 12 hours. It may resolve automatically. Also for PRO version user there is no more extension to use. All are included in PRO version.
2 + 3 ) as i mentioned in this topic https://www.shamimsplugins.com/support/topic/issue-with-front-end-pm-pro-layout/#post-22876 you can remove all your code and use shortcode
fep_shortcode_new_message_forminstead. passheading="Message"in that shortcode. It will show “Message” instead of “Contact”Shamim HasanKeymasterPlease use a separate email address for piping email which have no user in your website.
Shamim HasanKeymasteradd following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_enable_email_send', '__return_false' );Shamim HasanKeymaster1) You can delete emails from your email address anytime. It will not have any effect in messages.
If you use POP3 then it will automatically be deleted from email address.You can use gmail/yahoo if you use POP3. goole for respective pop3 setup details.
2) Email address should not be sent between one another. Sender email should always be the “From Email” setup in this plugin or SMTP plugin if you are using. Please recheck and let me know.
-
AuthorPosts