Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
October 25, 2017 at 7:42 am in reply to: Remove parantheses brackets surrounding the new message count in[fep_shortcode_n #7312Shamim HasanKeymaster
Core file is change not recommended, it will be overwritten everytime you update this plugin.
New version will be released next week, There are so many changes in this shortcode and notification in this version. You can pass parameter to hide bracket. See https://github.com/shamim2883/front-end-pm/commit/5ea77e5c6e38c3b9a06cf45b0c4c00ce757d6030October 25, 2017 at 12:06 am in reply to: User to User messages are always sent to just the admin #7290Shamim HasanKeymasterYou can use any random email you have, i just need to access, as you do not have any issue with email.
Also please let me know, Did you coded any other think for this plugin (eg. using any hook of this plugin)?October 24, 2017 at 5:12 pm in reply to: User to User messages are always sent to just the admin #7280Shamim HasanKeymasterDid you coded any other think for this plugin (eg. using any hook of this plugin)?
Can i have access to your website so that i can try? Please create 2 test account, one as admin another normal user.
Please backup your website before giving me access.October 24, 2017 at 9:46 am in reply to: User to User messages are always sent to just the admin #7268Shamim HasanKeymasterWhen sending message, do you type user name? Is field to type user name showing?
Shamim HasanKeymasterClick “View”, you will see full conversation including attachments.
Shamim HasanKeymaster{{sender}} and {{receiver}} are users display name. Users have 3 kind of name, “display_name”, “nicename” and “username”.
Shamim HasanKeymasterWhat is your language code?
How you created mo file? Did you use poedit to create mo file?Shamim HasanKeymasterGlad you have figured it out.
Please let me know if you find any difficulty using this plugin.October 18, 2017 at 9:02 am in reply to: To Field Auto populate can't be seen due to font color and background color same #7165Shamim HasanKeymasterIt should work fine. May be your theme changing that font color. Can you please give me your message page url so that i can investigate and try to solve your issue?
Shamim HasanKeymasterDid you deactivate free version?
Please let me know what error message you are getting ( just copy paste error message without change).
Also please give me screenshot of licence page.Https is not an issue.
Shamim HasanKeymasterI see your license is active for your site.
Can you please again check?
Also let me know what error it is showing if it is showing any error.Shamim HasanKeymasterPlease go to Dashboard > Front End PM PRO > Settings > Security > Role to Role Block, Click “Add More”
In “From Role” Please select for which role users you want to hide “To” field, in “To Role” Please select “All Roles” and in “Block For” please select “New Message” then Save Changes.
Shamim HasanKeymasterIf your menu is added in php code then your can directly use
do_shortcode( '[fep_shortcode_new_message_count]' )
.
If your menu is added in back-end in your wordpress then add like My M[fep_shortcode_new_message_count] and addadd_filter('wp_nav_menu_items', 'do_shortcode');
in in your theme’s (Child theme’s if any) functions.php.
Please note: do_shortcode is a resource intensive function.Shamim HasanKeymasterFile name have to be
front-end-pm-en_US.mo
(Change en_US with your language code).
You can place this file in wp-content/languages or wp-content/plugins/front-end-pm-pro/languages folder (Both will work).For CSS edit you can use Dashboard > Front End PM PRO > Settings > General > Custom CSS
Shamim HasanKeymasterRight now it is only possible from back end.
-
AuthorPosts