Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Can you install attached version from https://www.shamimsplugins.com/support/topic/announcement-stuck-in-pending-again-no-fix-this-time/#post-45944 and let me know?
March 15, 2025 at 10:28 pm in reply to: Announcement stuck in Pending again (no fix this time) #45944Shamim HasanKeymasterCan you install the attached version and let me know?
Attachments:You must be logged in to view attached files.Shamim HasanKeymasterYou can add following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_filter_rest_users_args', function( $args ){ $args['date_query'][] = [ 'after' => '2024-11-01 00:00:00', ]; return $args; });
Shamim HasanKeymasterYou can try a transparent loader. Add following code in Dashboard > Front End PM PRO > Settings > Appearance > Custom CSS
.fep-loader { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; }
Please note loader will be transparent from all places for this in this plugin.
Shamim HasanKeymasterThere should be showing a loading screen.
As you can see after showing “Message Successfully Sent” message, your reply does not automatically append to all other replies. That time an api call is made to reload all replies so that your recent reply also got included.This is expected behavior.
Shamim HasanKeymasterAfter sending message it should make an api call to get messages and load messages. So it should not be in grey stage for long time.
Can you record your screen when sending message so that i can see in which stage the issue is?Shamim HasanKeymasterThank you for your patient. It was not possible for me to reply to support questions.
I am happy to provide full refund if anyone ask for this.
Please use a separate topic for email piping issue so that i can debug if require.Shamim HasanKeymasterMessage with more than 5 recipients, emails will be sent using cron. Can you check if your cron working properly? You can use any cron plugin for that (eg. WP crontrol)
Also can you please go to Dashboard > Front End PM PRO > Settings > Emails > Email Sending Interval and change to any other value and save changes. Wait selected amount of time and check again.
Let me know.Shamim HasanKeymasterThis url require user being logged in. If user loged out but still hit that url (for page caching or something else) they will get 403 error.
Shamim HasanKeymasterSorry for delayed responses.
This plugin is not abandoned.
Hope i will be able to provide support regularly as before from now on.Shamim HasanKeymasterCan you give me a sort screen record of this?
Shamim HasanKeymasterCan you provide me your website url where you are trying to add the license?
Shamim HasanKeymasterPossible. message_to_id already support array of user ids.
Shamim HasanKeymasterThis plugin do not use email address but username. So may be your other plugin use email address to generate username. They remove @ symbol when they create username.
Can you give me a screenshot where you are checking and what error you are getting?
Shamim HasanKeymaster -
AuthorPosts