Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
It seems you are using GoDaddy hosting, they have build in caching. You can ask them to exclude message page if possible. otherwise your users will see messages couple of seconds later.
Is your email issue for announcements solved now?
Shamim HasanKeymasterFor some reason this plugin database table was not created.
Which plugin you are using for caching? ask them how to deactivate caching in a page.
Announcement emails are queued to sending. Please see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/announcement-email-queue/Shamim HasanKeymasterPlease check now.
Also disable message page caching. Otherwise your user will not get message immediately when send.
This plugin already have build-in caching.Shamim HasanKeymasterHi again,
May be i was not clear in my questions1. Did you use this plugin before starting this issue?
2. Do you have messages (messages between users) from previous version?If you want me to have a look please send me credentials using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterPlease let me know following.
1. Are you using this plugin (FREE or PRO) from before?
2. Do you have messages from previous version?
3. Check database and see if there any database table name start withPREFIX_fep_
where PREFIX if your database table prefix. if yes, let me know how many and what are they.
4. Do your set database user in wp-config.php have permission to create database table?June 28, 2019 at 12:22 am in reply to: sending message to another group add the user to all groups in the settings #26230Shamim HasanKeymasterAfter sending message if you go to Dashboard > Front End PM PRO > Settings > Recipient > Groups, do that user shows in the groups which they were not member before?
Shamim HasanKeymasterTo reverse add following code in your child theme’s functions.php
add_filter( 'fep_filter_get_message_with_replies', function( $args ){ $args['order'] = 'DESC'; return $args; });
To show reply form at top you will need to override
view-message.php
template. Instruction in https://www.shamimsplugins.com/docs/front-end-pm/customization/change-templates-2/OR you can add a button to jump to reply form. add
<a href="#fep-content-single-reply-form">Reply</a>
where you want to show that button.Shamim HasanKeymasterThis plugin already support notification if your website is open in their browser.
You can try https://wordpress.org/plugins/onesignal-free-web-push-notifications/ to send push notification. (still you need to customize to integrate).June 21, 2019 at 11:19 pm in reply to: Unable to submit message on latest version – showing Refresh this page and try again. #26064Shamim HasanKeymasterThank you. Glad it solve your issue.
I have found a topic in your mentioned plugin which explain it. It is for Contact form 7 but may be same issue here. https://wordpress.org/support/topic/conflict-with-contact-form-7-4/#post-9535815 . You can try same solution if your want. (instead of “contact-form-7” use “front-end-pm” in the url)June 21, 2019 at 4:04 pm in reply to: Unable to submit message on latest version – showing Refresh this page and try again. #26058Shamim HasanKeymasterThis should not be issue. Can you disable this option then try?
If still not working can you deactivate all plugins and change theme to one of default them then try? Then enable one by one and test?
If still not working please give me admin and ftp (only for this plugin access is ok) access also for that staging site using https://www.shamimsplugins.com/sensitive-information/
June 21, 2019 at 2:17 pm in reply to: Unable to submit message on latest version – showing Refresh this page and try again. #26050Shamim HasanKeymasterDid you disable REST API in your website?
If yes, using which method?Shamim HasanKeymasterPlease deactivate “Front End PM – Ultimate Member Integration” and activate again then test.
If still not working can you give me access to your website so that i can have a look? If yes, please create 2 test user account(1 as admin) and send using https://www.shamimsplugins.com/sensitive-information/June 21, 2019 at 9:41 am in reply to: Unable to submit message on latest version – showing Refresh this page and try again. #26043Shamim HasanKeymasterCan you please create a staging site so that i can check without affecting your live users?
Can you please send test user credentials using https://www.shamimsplugins.com/sensitive-information/ so that i can have a look?
Shamim HasanKeymasterIt depends on where you want to show that button.
Add following code in your theme’s (child theme’s if you are using) functions.phpadd_action( 'fep_display_after_parent_message', function(){ if ( fep_is_group_message( fep_get_the_id() ) ) { echo '<a href="' . fep_query_url( 'newmessage', array( 'fep_to' => fep_get_userdata( fep_get_message_field( 'mgs_author' ), 'user_nicename', 'id' ), 'message_title' => fep_get_the_title() ) ) . '" class="fep-button">Reply to Sender</a>'; } });
It will show a button to reply to sender bellow your main message content if that is a group message.
Shamim HasanKeymaster1. Which version of captcha you are using?
2. Does it works for other forms? eg. login, register?
3. Can you give me your comment form url? -
AuthorPosts