Shamim Hasan

Forum Replies Created

Viewing 15 posts - 2,281 through 2,295 (of 2,445 total)
  • Author
    Posts
  • in reply to: Auto Suggest Username Not Functioning #3334
    Shamim Hasan
    Keymaster

    Please check now.

    in reply to: Auto Suggest Username Not Functioning #3328
    Shamim Hasan
    Keymaster

    It seems your theme uses z-index too high.
    Are you comfortable to edit php code? If yes then add zindex: 9999, in front-end-pm-pro > pro > includes > class-fep-pro-to.php line 271 after width: ‘250px’,
    If you are not comfortable to edit, give me ftp access so that i can add for you.

    in reply to: Auto Suggest Username Not Functioning #3321
    Shamim Hasan
    Keymaster

    Thank you.
    It seems there is a conflict with your theme.
    If you can give me your theme i can further test and try to find a way to fix it.

    in reply to: Auto Suggest Username Not Functioning #3315
    Shamim Hasan
    Keymaster

    No other plugin will be changed.

    Please full backup your website then let me know.

    in reply to: Auto Suggest Username Not Functioning #3309
    Shamim Hasan
    Keymaster

    Thank you for contacting.
    Is your website admin-ajax.php blocked?
    If you are not sure, please give me access to your website so that i can check.

    in reply to: Send "username" in email instead of sender #3272
    Shamim Hasan
    Keymaster

    i am glad i could help you.
    I am visiting China now and it is 3:15 am. still i am awake to assist you.
    i always try to assist everybody (free or pro), you can see i also write code for my free users also (though my PRO support also does not include write custom code).
    If you uncomfortable to edit code you can tell any developer, most of the time developers will assist you. This situation might not arise if you could tell me to assist you to add code in your website.

    Have a pleasant day.

    Best regards
    Shamim

    in reply to: Send "username" in email instead of sender #3263
    Shamim Hasan
    Keymaster

    Is your sydney theme active?
    I have added code in this theme.
    Please check your website including {{sender_username}} tag and let me know.

    in reply to: Send "username" in email instead of sender #3257
    Shamim Hasan
    Keymaster

    didn’t you tell them that you had added this code before this things happen?
    All they had to to is remove this code from where you added and add again in appropriate location, nothing else.

    Please access your website and remove that code from where you added. Then activate all your plugins and your theme.
    Then let me know. I will add that code again in appropriate location for you.

    in reply to: Send "username" in email instead of sender #3246
    Shamim Hasan
    Keymaster

    It was clearly written that “Add following code in your theme’s functions.php (child theme’s if any)”
    You can create a temporary ftp account for me to access and give that to me. tick “Set as private reply” when reply so that only i and you can see that.

    in reply to: Send "username" in email instead of sender #3240
    Shamim Hasan
    Keymaster

    This code is tested before giving you.
    So either you php version is less then 5.3 or you had added this code in wrong place.
    i can assist you if you give me your cpanel or file manager access.

    in reply to: Send "username" in email instead of sender #3231
    Shamim Hasan
    Keymaster

    what is your php version number?

    in reply to: Send "username" in email instead of sender #3225
    Shamim Hasan
    Keymaster

    assuming your php version 5.3+
    Add following code in your theme’s functions.php (child theme’s if any)

    
    add_filter( 'fep_eb_email_legends', function( $legends, $post ){
    	$legends[ 'sender_username' ] = array(
    				'description' => __('Sender Username', 'front-end-pm'),
    				'where' => array( 'newmessage', 'reply' ),
    				'replace_with' => ! empty( $post->post_author ) ? fep_get_userdata( $post->post_author, 'user_login', 'id' ) : ''
    				);
    	return $legends;
    	
    }, 10, 2);
    

    Then go to Dashboard > Front End PM > Settings > Emails. use {{sender_username}} to send username in emails.

    in reply to: Send "username" in email instead of sender #3217
    Shamim Hasan
    Keymaster

    Right now there is no shortcode for username but you can make one easily. use fep_eb_email_legends to make one.

    in reply to: ajax search not working #3080
    Shamim Hasan
    Keymaster

    your theme should allow admin-ajax.php. There should be any option or any other way to allow this call.
    Please contact your theme author.

    in reply to: ajax search not working #3074
    Shamim Hasan
    Keymaster

    please log in to your website as non admin user, Then try to access your website back-end. You will see a error message.
    Which plugin/theme showing that message?
    If you do not know then please change your theme to default theme and then try to access your back-end, If you can access then your theme is doing that. Otherwise any plugin is doing that.

Viewing 15 posts - 2,281 through 2,295 (of 2,445 total)