Shamim Hasan

Forum Replies Created

Viewing 15 posts - 2,071 through 2,085 (of 2,445 total)
  • Author
    Posts
  • in reply to: email notifications not sending #7759
    Shamim Hasan
    Keymaster

    I didn’t find any issue last time. Can you please compare plugins in both sites?
    Also please Set same settings as previous site, especially Email settings.

    Let me know.

    in reply to: email notifications not sending #7746
    Shamim Hasan
    Keymaster

    You can easily upgrade with pay only rest amount. Go to https://www.shamimsplugins.com/checkout/purchase-history/ and click “View Licenses > View Upgrades”

    in reply to: email notifications not sending #7737
    Shamim Hasan
    Keymaster

    I see you have created an announcement but did not select Roles (Admin and Vendors). Please go to Front End PM PRO > All Announcements and see there is no “To”.

    Please create a new announcement and select roles during announcement creation (right sidebar). Let me know.

    in reply to: Label “blocked user” is not translatable #7731
    Shamim Hasan
    Keymaster

    If you use poedit please use “Catalog > Update From Sources”.
    More details see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/translate/

    in reply to: Print custom field instead of username on front end #7728
    Shamim Hasan
    Keymaster

    No where is used “username”. Everywhere is use “display_name” which is make in the wordpress core to use publicly.
    You can change display_name of your desire users in back-end user profile edit page (Change Display name publicly as).

    There are many places to show name in this plugin and everywhere there is filter to change also. But you need code to change where you want. eg. If you want to change in directory use fep_directory_table_column_content_name hook.
    My suggestion, you can create your company profile separately to use so that you can name it how you like without coding.

    in reply to: User's own avatar class #7726
    Shamim Hasan
    Keymaster

    It is highly recommended NOT to modify any core plugin code. When you will update this plugin you will loss all your modification.

    Same result can be achieved using add_action( 'fep_message_table_column_content_avatar', 'your_function' );
    Also if you want to remove own avatar you can use

    
    if (($key = array_search(get_current_user_id(), $participants)) !== false) {
        unset($participants[$key]);
    }
    

    just after $participants = fep_get_participants( get_the_ID() ); line.

    I am planing to add a filter to remove own avatar in next release.

    in reply to: Activation license #7681
    Shamim Hasan
    Keymaster

    I actually did not understand you properly. I see you have activated in 2 sites. You can activate this license in more 3 sites. Can you not activate in more sites?

    in reply to: email notifications not sending #7662
    Shamim Hasan
    Keymaster

    Yes, i have sent an announcement to admins and vendors and as my account is set as vendor, i have received email.
    Please check yours and let me know.

    I can not recall what plugins was activated before, I have activated most of the plugins. You can activate others if you want. But please take a note which one you are activating, so that if any issue arise i can look there.

    My suggestion if you activate any plugins, create a test vendor account, activate plugins one by one and send a message to vendor after activate any plugin. and see if you receive email notification as vendor.

    in reply to: email notifications not sending #7656
    Shamim Hasan
    Keymaster

    Please check now. Let me know.
    Also if you change anything (eg. activate any plugin, change any code) please make a note so that if any issue arise from now i can look there.

    in reply to: email notifications not sending #7648
    Shamim Hasan
    Keymaster

    I was waiting for your response as i need to disable all plugins and change theme to default theme.
    I am starting debug now. Please do not access website until i say so.

    in reply to: User to User messages are always sent to just the admin #7642
    Shamim Hasan
    Keymaster

    Please test now.

    in reply to: email notifications not sending #7634
    Shamim Hasan
    Keymaster

    I want to debug your website now, is that ok with you?
    Also please check is this website working in Chrome?

    in reply to: URL Preview Frame Blocking Reply Box #7631
    Shamim Hasan
    Keymaster

    By default this plugin does not show any preview of links. Do you use any other plugin or code to show preview?

    in reply to: email notifications not sending #7593
    Shamim Hasan
    Keymaster

    I will further debug your website tomorrow.

    in reply to: email notifications not sending #7590
    Shamim Hasan
    Keymaster

    I set myself as vendor and send message, that also not receiving emails. That means as administrator i receive all emails but other rolls i do not receive any emails.
    It may conflict with other plugin and/or theme. To debug i need to deactivate all plugins and change to default theme. Please let me know you have full backup.

Viewing 15 posts - 2,071 through 2,085 (of 2,445 total)