Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please change front-end-pm-pro/assets/js/notification.js
fromif (results=='')to
if ( jQuery.trim(results).length < 1 )Let me know
Shamim HasanKeymasterI can not reproduce this in my test website.
Please give me admin access of your website so that i can try there.Full backup your website before giving me admin access.
Shamim HasanKeymasterdid you change anything regarding notification?
Shamim HasanKeymasterBoth search feature in directory and toggle all message are added in version 4.8. Please update your are not already.
Shamim HasanKeymasterTomorrow a new version will be released which will include this changes, So you will not need to change anything. Update this plugin when available.
Thanks.Shamim HasanKeymasterThank you.
Your problem is solved. You were right, extra / created problem. But you are the first where this creates this problem.Shamim HasanKeymasterThank you. But i can not change plugin file in your website, Please enable file change permission or give me ftp access also.
Shamim HasanKeymasterMerry Christmas.
Please give me admin access of your website so that i can try. Please full backup your website before giving me admin access. Also please keep your site language to English.
Shamim HasanKeymasterAll of your website showing same error? Can you please download this plugin again and install. Let me know
Shamim HasanKeymasterThank you for contacting.
Can you please check is admin-ajax.php file is present in your wordpress installation ( via ftp or file manager)?
is there any other script error in that page?
is it working if you use your wordpress in default (english) language?Shamim HasanKeymasterPlease give me admin access of your website.
Full backup your website before giving me admin access.
Shamim HasanKeymasterare you using any other shortcode in same page of front-end-pm shortcode?
is there any custom code for this plugin in your website?Shamim HasanKeymasterare you getting only “To: field? No other fields are showing?
December 23, 2016 at 8:41 pm in reply to: Line breaks stripped out in message, reply and announcement content windows #1895Shamim HasanKeymasterIf you use Plain Text as “Email Content Type” then your line break will work, but you will not be able to design your email.
As you are using HTML as content type so you have to use any other html tag for line break(eg. p br etc)
December 21, 2016 at 11:54 pm in reply to: Replies from FEP Pro web interface are not delivered to real email addresses #1866Shamim HasanKeymasterYou can use any email address or forwarder, that does not affect this plugin.
Assume your php version in 5.3+, add following code in your theme’s (child theme’s if any) functions.php to exclude users, change 1,2,3 with your actual user ids
add_filter( 'fep_directory_arguments', function( $args ){ $args['exclude'] = array( 1, 2, 3 ); return $args; }); -
AuthorPosts