Shamim Hasan

Forum Replies Created

Viewing 15 posts - 466 through 480 (of 2,463 total)
  • Author
    Posts
  • in reply to: Multisite license issues #41670
    Shamim Hasan
    Keymaster

    Which version of the plugin you are using?
    Can you please give me a screenshot of the settings page of this plugin (including side menu)?

    in reply to: I need a refund #41662
    Shamim Hasan
    Keymaster

    Your 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?

    in reply to: I need a refund #41656
    Shamim Hasan
    Keymaster

    Your refund is in process, It may take 2-3 days.
    By this time may i know what issue you are facing?

    in reply to: Hide the archive #41647
    Shamim Hasan
    Keymaster

    Please use following code as well

    add_filter( 'fep_message_table_filters', function( $filters ){
    	unset( $filters['archive'] );
    	return $filters;
    });
    
    in reply to: Hide the archive #41642
    Shamim Hasan
    Keymaster

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

    in reply to: Group assigning with password #41632
    Shamim Hasan
    Keymaster

    Default 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?

    Shamim Hasan
    Keymaster

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

    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.

Viewing 15 posts - 466 through 480 (of 2,463 total)