Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Very sorry for late reply.
Can you deactivate all other plugins and and change theme to default theme then try?Let me know.
May 14, 2022 at 11:42 pm in reply to: Notification emails for announcements stay in pending state #44539Shamim HasanKeymasterNotification emails are sent using cron. Please make sure your cron is working properly.
If you set “Every 5 minutes” and it works, my suggestion is that you can keep that settings.Shamim HasanKeymasterYes, possible. add following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_filter_read_receipt', function( $text, $receipt ){ $text .= sprintf( '<div>Number of Readers: %d</div>', count( $receipt ) ); return $text; }, 10, 2);
Shamim HasanKeymasterinstead of
fep_is_user_admin()
usearray_intersect( wp_get_current_user()->roles, ['administrator', 'office'] )
Shamim HasanKeymasterIt will enable for both.
Shamim HasanKeymasterPlease go to Front End PM PRO > Settings > Misc to set this.
Shamim HasanKeymasterI misread your previous question. Sorry for that. Yes, currently sender do not receive email. Please add following code in your theme’s (child theme’s if you are using) functions.php to enable that.
add_filter( 'fep_filter_email_to_sender', '__return_true' );
May 1, 2022 at 10:49 pm in reply to: Hide names of a group members but only display the group name? #44484Shamim HasanKeymasterCan you please give me a screenshot in where you want to show only group name instead of user names?
Shamim HasanKeymasterWhich code you are using to show read receipt only to admins?
Shamim HasanKeymasterIt means your translation file is incorrect. Can you send me your translated po and mo file?
Shamim HasanKeymasterDid you use any custom code for this plugin in your website? Can you change language to English just to test if that showing correctly?
Shamim HasanKeymasterYou want to reply announcement? In That case i would prefer to use Group Message. You can send to any role/user and they can reply as well.
Please see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/group-messaging/
April 14, 2022 at 11:53 am in reply to: Hide Roles in Front End PM PRO – New Announcement page #44431Shamim HasanKeymasterHi Luke, both options are possible.
Please see
1. https://www.shamimsplugins.com/support/topic/restrict-which-rolls-show-up-on-front-end-for-announcement/#post-25048
2. https://www.shamimsplugins.com/support/topic/create-announcements/#post-26559Shamim HasanKeymasterDo you use unread messages in inbox? That bar will only show if you have unread messages.
If still not working can you please contact that theme/plugin author if they have any idea why this code is not executing?
Shamim HasanKeymasterYou need to pass
to
with that shortcode. Contact that plugin author how can we get dokan buyer user id inside that hook. You can pass that with this shortcode. -
AuthorPosts