Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
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 HasanKeymaster
This 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?Shamim HasanKeymaster1. Please recheck if you set “Front End PM Page” in Front End PM PRO > Settings > General
2. If you deactivate that plugin, does it works?Let me know.
Shamim HasanKeymasterFor future ref:
issue was
1. merged database table from another website where there was already value of _fep_email_sent for future messages. Which prevent to send email.
2. “Email me when I get new messages?” was unchecked in user setting page.Shamim HasanKeymasterPlease go to Dashboard > Front End PM PRO > All Messages and select your messages and bulk delete.
Shamim HasanKeymasterYes, you can now remove this code. There is now a settings to allow reply of deleted message. Please go to Front End PM PRO > Settings > Security
Shamim HasanKeymasterYour code is correct except last semi-colon.
Shamim HasanKeymasterShamim HasanKeymasterI see you are using a custom plugin for this plugin. In that plugin you are using get_current_screen() function without checking if that function exists or not.
Please go to custom-fepm-config.php around line 56 and add
function_exists( 'get_current_screen' )
check before that.Shamim HasanKeymasterPlease visit https://www.shamimsplugins.com/live-chat/ and start chat in right corner. This link will be available for next 30 minutes.
Shamim HasanKeymasterHow to add debug code?
-
AuthorPosts