Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
You 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 HasanKeymasterShamim HasanKeymasterBy default only admin can send announcements. If you want any other role to allow please follow https://www.shamimsplugins.com/support/topic/create-announcements/#post-26559
November 7, 2024 at 12:45 pm in reply to: Updating PHP from 7.4 to higher leads to Fatal error #45913Shamim HasanKeymasterDid you use this plugin in any other language? If so did you added placeholder in translated string? If you are not sure can you provide me your translated file so that i can check?
Shamim HasanKeymasterYou can use
fep_action_message_after_send
hook to save message id in database.
You can find some examples in https://www.shamimsplugins.com/support/search/fep_action_message_after_send/ -
AuthorPosts