Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
It will be possible but needs some custom code. If you need it badly you can contact through https://www.shamimsplugins.com/hire/
Shamim HasanKeymasterSo as i understand delete do not do anything in your use case. You can remove delete option so that nobody can delete a message.
Please add following code in your theme’s (child theme’s if you are using) functions.phpadd_filter( 'fep_message_table_bulk_actions', function( $actions ){ unset( $actions['delete'] ); return $actions; });
Let me know if this helps.
Shamim HasanKeymasterGlad to hear that it is ok now in your end.
And i did not force anything to show captcha in my end. It was showing without any code.Shamim HasanKeymasterShamim HasanKeymasterI can see captcha.
Can you clear your cache and try again?Shamim HasanKeymasterCan you please share your website’s form page url?
Shamim HasanKeymasterWhich version of the plugin you are using?
Can you please give me a screenshot of the settings page of this plugin (including side menu)?Shamim HasanKeymasterYour refund is in process, It may take 2-3 days.
By this time may i know what issue you are facing? May be i can assist you to setup?Shamim HasanKeymasterYour refund is in process, It may take 2-3 days.
By this time may i know what issue you are facing?Shamim HasanKeymasterPlease use following code as well
add_filter( 'fep_message_table_filters', function( $filters ){ unset( $filters['archive'] ); return $filters; });
Shamim HasanKeymasterCan you please give me screenshot which is not hidden yet?
Also when messages are archived, you can restore them (use same dropdown where it shows restore).Shamim HasanKeymasterDefault wordpress is adding that password field, So no functionality of that password set in this plugin.
Can you please elaborate your issue a little so that i can try to give you some solution if possible? If we hide those groups for certain users will that help?
November 3, 2020 at 12:14 pm in reply to: I would like a refund, the program is not fit for purpose. I ordered 22nd Oct #41630Shamim HasanKeymasterThank you. I have refunded.
As this is just a settings, may be it will be easy to setup as you need. If you have time you can still knock me in skype (or send an email) so that i can try to setup as you need.Shamim HasanKeymasterYou can use following code to hide X
#fep-notification-bar .fep-notice-dismiss { display: none; }
To show pop-up or close that bar you need some js code. It is not too small code which i can give you here. If you need it you can contact me using https://www.shamimsplugins.com/hire/
Shamim HasanKeymasterPlease add following code in Front End PM PRO > Settings > Appearance > Custom CSS
#fep-notification-bar { font-size: 24px; position: fixed; height: 100%; }
Let me know if it helps.
-
AuthorPosts