Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
It seems you are in wrong forum. This is messaging plugin.
April 17, 2018 at 6:17 pm in reply to: Front End PM Pro sais: Your license key has reached its activation limit. #13426Shamim HasanKeymasterPlease go to https://www.shamimsplugins.com/checkout/purchase-history/ then click “View Licenses” > “Manage Sites”. Then Deactivate site which you are not using anymore.
Then go to your wordpress site license page. remove license key then “Save changes” and input your license key and again “Save Changes”.Let me know.
Shamim HasanKeymasterPlease open browser console (for Firefox F12) and see if there any javascript error.
Let me know.Shamim HasanKeymasterIt is intended behavior that users will get all messages of his group. Most of the messaging system done by this rule. Eg. if you open a facebook group message and later add any user, he will receive all messages previously sent also.
Shamim HasanKeymasterShamim HasanKeymasterTry following code
.front-end-pm-form .fep-button { margin-left: 50%; }
Shamim HasanKeymasterYou were correct in interpretation of the problem. I also did the same but could not reproduce this. in screenshot-2 your line breaks are stripped out but in my test i cannot reproduce this. This means may be some plugin and/or theme code is changing its behavior. Can you please disable all plugins except this and change theme to default theme and test?
Shamim HasanKeymasterI can not reproduce this.
Please give me screenshot of your editor with message/announcement and resulting message/announcement after send. So that i can see what is changed and try to reproduce.Shamim HasanKeymasterTry following code
.front-end-pm-form .fep-button { float: right; }
Shamim HasanKeymasterI see that option is misleading. This will send email to all users from that selected role(s) only.
So check that checkbox and try.
Let me know.Shamim HasanKeymasterTry following code
add_filter('fep_get_user_option', function( $value, $option, $default, $userid ){ global $ultimatemember; if( ! $userid ) $userid = get_current_user_id(); if( 'allow_ann' == $option && ! $ultimatemember->user()->is_approved( $userid ) ){ $value = 0; } return $value; }, 10, 4);
Shamim HasanKeymasterI see you unchecked “Send email?”. If you unchecked this, this will not send email when an announcement is published. Try checked and test.
Are you using any SMTP plugin?Shamim HasanKeymasterCan your website send email? eg. registration, lost password email?
If you send a message, is that notification email sent to your email?
Can you please check and see all fields are filled and give me a screenshot of Front End PM PRO > Settings > Emails? Also please check “From Email” is same domain email of your website and email exists in your server. Some host may block email sending if email not exists.Shamim HasanKeymasterYou want to change button text color but not working? can you please change to default theme and try? If works please give me a screenshot and color code of your color.
Shamim HasanKeymasterPlease go to Front End PM PRO > Settings > Appearance
-
AuthorPosts