Shamim Hasan

Forum Replies Created

Viewing 15 posts - 496 through 510 (of 2,486 total)
  • Author
    Posts
  • in reply to: Notification as Pop-UP #41618
    Shamim Hasan
    Keymaster

    You 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/

    in reply to: Notification as Pop-UP #41611
    Shamim Hasan
    Keymaster

    Please 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.

    Shamim Hasan
    Keymaster

    Thank you.
    I will try to find out conflict with Wordfence if any.

    Shamim Hasan
    Keymaster

    I 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.

    in reply to: Disable #41583
    Shamim Hasan
    Keymaster

    get_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.

    Shamim Hasan
    Keymaster

    Can 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

    in reply to: Disable #41577
    Shamim Hasan
    Keymaster

    Did 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 0

    in reply to: Disable #41567
    Shamim Hasan
    Keymaster

    Can you please echo get_current_user_id(), fep_current_user_can( 'send_new_message_to', UPT()->get_user_id() ) and UPT()->get_user_id() in else statement? Also please check both user ids output correct ones.

    Let me know.

    in reply to: Display Info on Latest Message in thread #41565
    Shamim Hasan
    Keymaster

    You 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.

    in reply to: Pop-Up msg when new message or announcement has arrived. #41552
    Shamim Hasan
    Keymaster

    There 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. Email

    If you want to add a pop-up window, that is also possible. But needs custom code. If you know js i can instruct you.

    in reply to: Disable #41550
    Shamim Hasan
    Keymaster

    Can 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.

    Shamim Hasan
    Keymaster

    1. You can send announcement to any number of users by clicking “Add Announcement” (only admin can do it)
    2. You can set any number in max recipient which is more than 0. So set it eg. 100
    3. You can set as follows to hide “To” field for subscriber role users. Go to Dashboard > Front End PM PRO > Settings > Security > Role to Role Block. Click “Add More” and select “From Role” to “Subscriber”, “To Role” to “All Roles” and “Block for” to “New Messaage”.

    If still not working as you expected, may be i did not understand you properly. You can knock me in skype @shamim_biplob so that i can provide you settings as you want.

    Shamim Hasan
    Keymaster

    You can also remove that settings if you want. Please follow https://www.shamimsplugins.com/support/topic/remove-setting/#post-12519

    If you want to show message if that settings is unchecked Please use following code

    if ( ! fep_get_user_option( 'allow_messages', 1 ) ) {
    	echo 'Your message here';
    }
    
    Shamim Hasan
    Keymaster

    It can be done easily. You can follow https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/only-admin/ and https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/role-to-role-block/

    Summaries:
    1. Set 1 (or more) in Front End PM PRO > Settings > Recipient > Max Recipient
    2. Go to Dashboard > Front End PM PRO > Settings > Security > Role to Role Block. Click “Add More” and select “From Role” to “Subscriber”, “To Role” to “Subscriber” and “Block for” to “New Messaage”. Then save changes. Now no subscriber role users will be able to message to another subscriber role users.

    Let me know if you have any more question.

    in reply to: plugin #41502
    Shamim Hasan
    Keymaster

    I have updated your previous license as well. Please try remove your license key and save changes and again input your license key and again save changes.

    If still not working please give me screenshot of your settings full page of this plugin (hide keys).

    Let me know.

Viewing 15 posts - 496 through 510 (of 2,486 total)