Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
You have send one user account, please create another test user account and send to me so that i can send message between them and debug notification.
Shamim HasanKeymasterCan you give me access to your website to debug?
If yes, send through https://www.shamimsplugins.com/sensitive-information/ (send wp admin and normal user details, ignore others).Shamim HasanKeymasterPlease check now.
I am getting email notification.Shamim HasanKeymasterI have tested now and it is working in my test website.
Please clear all caches (server, browser etc) and check if that helps.
Also see browser console if there any js error.Let me know.
Shamim HasanKeymasterI can access to your website again to debug. Is that ok?
Shamim HasanKeymasterThis is only applicable for user who is making request withing that time (generally admin who is updating the plugin). So users should not be affected.
Also i have already solve this issue and back ported the code to current version. So users can update this plugin without any additional code run.
Shamim HasanKeymasterWith more extensive testing i found a issue which is too rare. If a request is made during update between user meta delete and message update (time is less than 1 second depending on your messages size) then this issue occur. I believe which is case for you.
You can add
delete_metadata( 'user', 0, '_fep_user_message_count', '', true );in your theme’s (child theme’s if any) functions.php, then refresh your admin area couple of times and remove this code. This will solve your issue.August 28, 2018 at 9:01 am in reply to: Unable to remove "maxlength" and "minlength" requirements #16915Shamim HasanKeymasterThis one also tested and working.
Please make sure your code is in right place ( in your theme’s (child theme’s if any and active) functions.php )Let me know.
Shamim HasanKeymasterThese are working, I have tested it now in my test website and it is working. Also nothing is changed in these hooks.
Please make sure your code is in right place ( in your theme’s (child theme’s if any and active) functions.php )
Let me know.
Shamim HasanKeymasterAlso i prefer you install any SMTP plugin. That will send email through SMTP and may solve your issue.
Shamim HasanKeymasterWhen i went to lost password (for test email sending) i am getting error (see screenshot). So it seems there is issue with your server for sending email. Please contact your host.
Let me know.
Attachments:You must be logged in to view attached files.Shamim HasanKeymasterI have added in changelog that it is a breaking changes update. Also version is 8.4.1 to 10.1.1 which is major update (read more in https://semver.org/ for versioning). So it is obvious that it contain big changes.
Please use https://www.shamimsplugins.com/sensitive-information/ to send your credentials. I will add a new test user using my email address so that i can check if i receive email, is that ok?
Shamim HasanKeymasterAs this is front-end pm, most of the features are created for front-end. Now you can add announcement from front-end. First go to Front End PM PRO > Settings > Security > Can permitted users add Announcement from front end?, check this. Now you will see a new button in front-end to add announcement.
For email issue, do you have development site? can i have access to your website to debug?
August 27, 2018 at 8:36 am in reply to: New message / New announcement widget text and count colour change #16850Shamim HasanKeymasterThere is FEP Empty Widget where you can use hook to show what you want. You can also check “Display help to configure this widget in front end?” when setup this widget so in front-end it will show which php code you need to hook to that widget.
Any custom code always goes to child theme’s functions.php (or if you have custom plugin for this then in that plugin). That way you can update plugins and themes without loosing your custom code.
Shamim HasanKeymasterCan you give me access to your website to debug?
In my test, it all goes smoothly, So i cannot see where is the issue is. -
AuthorPosts