Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please give me following screenshots
1. Role to role block settings
2. Front End PM PRO > Settings > Recipient pageShamim HasanKeymasterBy default group dropdown shows to only members of the group.
Are you a user of “Members Only” role of your website? You can add yourself to that group to see that group in your dropdown.Shamim HasanKeymasterPlease check and let me know followings
1. Front End PM PRO > Settings > General > Front End PM Page setup is correct
2. Front End PM PRO > Settings > Emails > Email Content Type is set to “HTML”Also are you using any browser/ Email client to view your email? Please check email source code if that email link is correct,
Shamim HasanKeymasterHi Katie
So you want to only allow subscriber role users can send message to admin, others cannot send message, not even to admin, right?Shamim HasanKeymasterShamim HasanKeymasteradd following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_main_shortcode_output', function( $out ){ if ( ! is_user_logged_in() ) { $out = 'Your text here'; } return $out; });
Shamim HasanKeymasterShamim HasanKeymasterI will remain more 1 week out of internet.
When i am back, i will try.
Thanks.
Shamim HasanKeymasterPlease select POP3 in Front End PM PRO > Settings > Emails
If you use your own domain email address then ask your host to get those information.
If you use gmail/yahoo then google how to setup POP3.
Let me know if you found it difficulty.
Shamim HasanKeymasterFor email piping you can follow https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/email-piping/
If you find difficulty to setup you can set POP3.
Shamim HasanKeymasterFrom where you are replying? Email or in website?
Did you set Email piping or POP3?Shamim HasanKeymasterPlease see https://www.shamimsplugins.com/docs/front-end-pm/getting-started/privacy-settings/
Let me know if still unclear.
Shamim HasanKeymasteruse shortcode
[front-end-pm fepaction="newmessage"]
Shamim HasanKeymasterAs you sent me some code, i thought you can write code. Sorry for that.
Theme can override this plugin css so it may also override Appearance settings.You can use following code
.fep-button{ background-color: #ffffff !important; color: #5033679c !important; } .fep-button:hover,.fep-button-active{ background-color: #5033679c !important; color: #ffffff !important; }
Then clear your cache (browser and website) and test.
Please let me know.Shamim HasanKeymasterThank you very much and sorry for late reply. It went unanswered.
Front End is where your theme style file is loaded but in back end theme style file is not loaded. It is just for administrative purpose, style is not important here. In front end where users see their message and interact.This plugin include basic style, most of the style come from theme to match with other parts of the website.
For multi-line, wordpress uses wpautop function which reduce line breaks and add p tags.
-
AuthorPosts