Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
In your child theme’s functions.php you had
$user_role = array_shift($current_user->roles);. Please read https://www.php.net/manual/en/function.array-shift.phparray _shift will remove first element from array. So it remove your role.
This does not only affect this plugin but other functions as well. Your website is a membership website. Your member will not be able to access content as their roles is removed.I have corrected that. I hope this will solve your issue.
Let me know.
Shamim HasanKeymasterhttps://www.shamimsplugins.com/live-chat/
This chat link will be available for next 30 minutesShamim HasanKeymasterAre you using any caching plugin? If yes please clear cache and exclude message page from caching. Also deactivate caching plugin temporarily.
If still not working then it needs some debug from php. If you are comfortable to change php then i can live chat with you and give you debug code. Otherwise you can give me access permission to your website so that i can debug in your website.
Let me know.
Shamim HasanKeymasterSorry for that. Sometimes user think other plugin permission, so as a measure i told you to check that.
Any role user can access that or all users getting that error?
Do you use any custom code for this plugin?
This error means any plugin/code is using hookfep_current_user_canto dynamically change access permission. Can you deactivate all other plugins and change theme to one of default theme then test? Then activate one by one. if you found any conflict let me know so that i can try to solve the issue.Shamim HasanKeymasterPlease go to Front End PM PRO > Settings > Security > Who can access message system?
Let me know.
Shamim HasanKeymasterCan you make changes from git commit? If yes please use https://github.com/shamim2883/advanced-nocaptcha-recaptcha/commit/f53057c3753b3bc9d8e18d6b94c3931b5a45399e
Otherwise use FTP or File manager and go to your website wp-content/plugins/advanced-nocaptcha-and-invisible-captcha-pro/ and replace anr-captcha-class.php with https://github.com/shamim2883/advanced-nocaptcha-recaptcha/blob/master/anr-captcha-class.php
Then test and let me know.
Shamim HasanKeymasterCan you please go to Settings > Advanced noCaptcha & invisible Captcha > Enabled Forms
then unchecked all forms and save changes. Then try again.
If works then enable one by one form and test.Let me know.
Shamim HasanKeymasterCan you please give me url of your contact form pages?
Shamim HasanKeymasterYou can try to exclude your message page url from caching.
Let me know if that works.
Shamim HasanKeymasterIt is working here.
You can deactivate all other plugin and activate one of default theme (eg. tweenty*) then try. Then activate one by one to narrow down any conflict.Or you can use https://wordpress.org/plugins/health-check/
Shamim HasanKeymasterHere we cannot attache po file.
I have sent you an email attaching your language po file.Let me know if you have any more difficulty.
Shamim HasanKeymasterClick Update from source then save. Then try to create your language file.
Let me know.
May 5, 2019 at 2:33 pm in reply to: Can't reply to a message after it is deleted by other user. #24185Shamim HasanKeymasterThank you again.
It seems a good opinion. I will try to add a settings so that users can reply deleted messages.May 5, 2019 at 11:23 am in reply to: Can't reply to a message after it is deleted by other user. #24165Shamim HasanKeymasterHi again,
User feedback in No.1 priority to develop this plugin. This feature was already there (partially) where user could reply a message which was deleted by other user. It made so many confusion between users, where a user deleted a message but after another user reply, that message shown again.So after user feedback i removed that reply option after one user delete a message.
So if i was wrong and have enough user feedback to include this feature again, I will again include this feature.
Best Regards
ShamimMay 3, 2019 at 8:04 pm in reply to: A list of user profile photos with big empty space on the side #24127Shamim HasanKeymasterYou can go to Front End PM PRO > Settings > General > Messages per page and reduce number there. It will show less profile photos. So empty space will be less or none.
Or you can add
add_filter( 'fep_filter_hide_message_initially_if_read', '__return_false' );in your theme’s functions.php. It will show message in right side. So empty space will be less or none. -
AuthorPosts