Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please 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.
October 31, 2020 at 12:05 am in reply to: Invalid license. Please visit your account page and verify it. #41602Shamim HasanKeymasterThank you.
I will try to find out conflict with Wordfence if any.October 30, 2020 at 11:55 am in reply to: Invalid license. Please visit your account page and verify it. #41592Shamim HasanKeymasterI have updated your previous license. Please remove current license and add your previous license. This will work in your version (10.x). If you lost your previous license please email me to get that.
Again, I recommend you to try to update to latest version. There are so many performance improvement in 11.x version.
Shamim HasanKeymasterget_current_user_id() should return current user id who is logged in and UPT()->get_user_id() should return user id whose profile is viewing.
October 29, 2020 at 8:59 pm in reply to: Invalid license. Please visit your account page and verify it. #41579Shamim HasanKeymasterCan you update this plugin to latest version? Or download latest version from https://www.shamimsplugins.com/account/ and install. When ask for license use latest license which is sent to your email after renew.
If still have any confusion you can reply here or ask me directly in skype @shamim_biplob
Shamim HasanKeymasterDid you get the solution? Normally in wp json call if we do not pass
X-WP-Nonce
header it treats that call as non logged in user. You can check if this header is set or contact that plugin author and ask why get_current_user_id() is returning 0Shamim HasanKeymasterCan you please echo
get_current_user_id()
,fep_current_user_can( 'send_new_message_to', UPT()->get_user_id() )
andUPT()->get_user_id()
in else statement? Also please check both user ids output correct ones.Let me know.
Shamim HasanKeymasterYou can try
if( fep_get_message_field( 'mgs_created' ) == fep_get_message_field( 'mgs_last_reply_time', fep_get_parent_id( fep_get_the_id() ) ) )
.Let me know.
October 28, 2020 at 11:43 am in reply to: Pop-Up msg when new message or announcement has arrived. #41552Shamim HasanKeymasterThere are 4 types of notification of a new message
1. Show a header bar
2. Show desktop notification
3. Sound when received a new message/announcement
4. EmailIf you want to add a pop-up window, that is also possible. But needs custom code. If you know js i can instruct you.
Shamim HasanKeymasterCan you please check if
UPT()->get_user_id()
return correct user id?
Also please add an else statement and see if that is echoing.Let me know.
-
AuthorPosts