Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
I am sorry for very late reply.
Please see https://www.shamimsplugins.com/support/topic/unable-to-remove-maxlength-and-minlength-requirements/#post-14637Shamim HasanKeymasterYou can use
#fep-notification-bar
to add any css to notification bar.
Try adding following code in Front End PM PRO > Settings > Appearance > Custom CSS#fep-notification-bar { position: fixed; }
Shamim HasanKeymasterIt is already supported.
To see full list please see https://freemius.com/help/documentation/selling-with-freemius/license-utilization/Shamim HasanKeymasterYou can try https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_message_to/ shortcode
Shamim HasanKeymasterAlready requested concern team regarding this.
Thank you
Shamim HasanKeymaster1. Do your users send message in plain text?
2. you can uncheck “Clean reply quote” in Front End PM PRO > Settings > Emails and see if workingTo make urs clickable you can add following code in your theme’s (child theme’s if you are using) functions.php
add_action( 'init', function(){ add_filter( 'fep_get_the_content', 'make_clickable' ); });
Shamim HasanKeymasterIt is possible but need core plugin edit. In that case if you update this plugin in future you will lose those changes.
It will be complex solution. If you still need those changes you can contact me through https://www.shamimsplugins.com/hire/Shamim HasanKeymasterAs wordpress support multiple roles for same user, my suggestion you use User Role Editor plugin to create multiple custom roles instead of meta key value pairs and assign them a custom role accordingly.
Shamim HasanKeymasterWill it query only by meta_key or meta_value as well?
Do you want it so that it add all users during group save or when a message is sent? Eg. you added this meta key in group, and later a new user is added to that meta key. So will that user receive new message to that group?Shamim HasanKeymasterDecember 11, 2021 at 9:26 pm in reply to: Disable the notification when using fep_send_message #44004Shamim HasanKeymasterYou can add
add_filter( 'fep_enable_email_send', '__return_false' );
just before your function call.Shamim HasanKeymaster@massimo-manca you can use these css classes to style message thread differently.
Let me know if you have any specific questions.Shamim HasanKeymasterIt is always recommended to use hook for any customization.
I have manually activated your previous version license but it is recommended to update to latest version when possible.Do you have your previous license? If not please contact using https://www.shamimsplugins.com/contact-us/ and i will send you.
Shamim HasanKeymasterI see you are using a very old version of this plugin. Can you please go to https://www.shamimsplugins.com/account/ and download the latest version of the plugin and update in your website?
Shamim HasanKeymasterAll settings seems ok.
Can you create a new Recruitment Admin user and check if that user can send new message? -
AuthorPosts