Shamim Hasan

Forum Replies Created

Viewing 15 posts - 2,026 through 2,040 (of 2,445 total)
  • Author
    Posts
  • in reply to: Activation license #9576
    Shamim Hasan
    Keymaster

    Thank you again.

    For clarification, If you do not update your license, the plugin will still works fine BUT you will not receive update. When you will go to update along with other plugin updates through WordPress you will see error for this plugin.

    in reply to: Page URL in Message #8904
    Shamim Hasan
    Keymaster

    Please add following code in your theme’s (child theme’s if any) functions.php

    
    add_filter( 'fep_filter_message_before_send', 'fep_cus_send_url', 999 );
    
    function fep_cus_send_url( $message ) {
        if( empty( $message['message_content'] ) || $message['post_parent'] )
        return $message;
    
        $message['message_content'] .= '<div>';
        $message['message_content'] .= esc_url( $_SERVER['HTTP_REFERER'] );
        $message['message_content'] .= '</div>';
        
        return $message;
    }
    

    Let me know.

    in reply to: Page URL in Message #8884
    Shamim Hasan
    Keymaster

    You can use fep_filter_message_before_send filter to add $_SERVER['HTTP_REFERER'] to the message.

    in reply to: To not getting populated in Contact button #8857
    Shamim Hasan
    Keymaster

    No. May be you had removed from wrong place.
    I also changed some code which is not related to this. In your code you are showing only your vendors in directory, but your code was wrong, i just corrected that.

    in reply to: To not getting populated in Contact button #8836
    Shamim Hasan
    Keymaster

    Please check now.

    in reply to: To not getting populated in Contact button #8829
    Shamim Hasan
    Keymaster

    Then your first code should should work. Please change your code to what you used before ( with to=”{current-author}” )
    Can you please create an account for me so that i can see?

    in reply to: To not getting populated in Contact button #8806
    Shamim Hasan
    Keymaster

    try removing to=”{current-author}” part and let me know if that works.

    in reply to: Turning bulk action and filter drop down to link/button #8727
    Shamim Hasan
    Keymaster

    Every actions and filters there are lots of coding. There are hook everywhere. So if you know coding you can easily create custom actions and filters.

    in reply to: Email link 404 when user not logged in #8704
    Shamim Hasan
    Keymaster

    Yes, this is correct behavior, when someone click “login” in that red box s/he will be redirected to login page and when login, s/he will be redirected to message page.

    You can even add add_filter( 'fep_using_auth_redirect', '__return_true' ); in your theme’s (child theme’s if any) functions.php so that you will be redirected to login page automatically if not logged in. So no need to click login.

    You can also set who can access message system in Dashboard > Front End PM PRO > Settings > Security

    in reply to: Email link 404 when user not logged in #8669
    Shamim Hasan
    Keymaster

    Can you please give me your message page url and create a test user for me?

    in reply to: Email link 404 when user not logged in #8663
    Shamim Hasan
    Keymaster

    If they are not logged in they should be given a link to login, after successful login they should see message.
    Please check following
    1. set “Front End PM Page” in Dashboard > Front End PM PRO > Settings > General
    2. login page url is correct

    Let me know.

    in reply to: Email is not sending #8656
    Shamim Hasan
    Keymaster

    Please test now.
    I have created a new email address and new forwarder (as previous one was not working, your email address was invalid, you did not created that email address).

    Let me know.
    Also if everything correct, delete user account which i created for testing (with my email address). Also change your all passwords you have given to me.

    in reply to: Front End PM PRO features not Working #8598
    Shamim Hasan
    Keymaster

    Please deactivate Front End PM (FREE version).

    in reply to: Email is not sending #8588
    Shamim Hasan
    Keymaster

    Yes, this instruction is valid for version 6.2
    Are you getting any error now?
    Can you give me your cPanel and website admin access?

    in reply to: Some words aren't being translated #8564
    Shamim Hasan
    Keymaster

    Please go to Loco Translate > Plugins > Front End PM PRO > Edit Template > Sync > Save
    Again go to Loco Translate > Plugins > Front End PM PRO > {YOUR LANGUAGE} > Sync > Save

    Now translate if there is any untranslated string.

    Let me know.

Viewing 15 posts - 2,026 through 2,040 (of 2,445 total)