Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please deactivate all plugins except this one and change theme to default theme. Then try. Let me know.
If still have same problem please give me access to your website so that i can try to find the issue.Use https://www.shamimsplugins.com/sensitive-information/
1. give me admin details which have no issue
2. give me that user details which have issue
3. give me ftp so that i can enter some debug code (you can create a ftp account which have only wp-content access)Shamim HasanKeymasteris there 2 plugins installed in your website? Please login via ftp/file manager and see in plugins directory if there is any plugin as front-end-pm-pro1. If yes, delete that one and see.
Let me know.
Shamim HasanKeymasteras you mentioned, your user B taking time more than Admin. Please try to compare admin and B users which query is taking more time for B. Also try to figure out is there any other factor is taking more time for user B than admin.
Let me know.
July 3, 2018 at 6:38 pm in reply to: Suggestion to move error/message success box to top of screen #15484Shamim HasanKeymasterYou can add following code in your theme’s (child theme’s if any) functions.php
add_action( 'fep_display_before_content', function(){ if( 'viewmessage' == $_GET['fepaction'] ){ echo fep_info_output(); } });
It will show error/success message top of the messages also.
Shamim HasanKeymasterYou can use
fep_form_fields
filter to add your field. Thenfep_form_field_output_TYPE
action hook to output your field. Then usefep_action_message_after_send
to save that value in database. and last usefep_display_after_message
to display its value in message.Shamim HasanKeymasterI can assist you only if you have cPanel (it is already mentioned). As you do not have cPanel, you have to to do as your own, or get help from your hosting. You can ask them how to forward an email to a php script.
Shamim HasanKeymasterThis plugin should not have different impact for different user. Can you please install any query monitor plugin so that you can get which query taking more time (if any).
Let me know.
Shamim HasanKeymasteradd following code in your theme’s (child theme’s if any) functions.php
add_filter( 'fep_query_url_without_esc_filter', function( $url, $args ){ return add_query_arg( $args, 'https://example.com/user-account/#mg-inbox'); }, 10, 2);
Let me know.
Shamim HasanKeymasterCan you send me your theme so that i can try?
Shamim HasanKeymasteris that a page created from Dashboard > Pages > Add New?
what is id of that page?June 28, 2018 at 2:26 am in reply to: Front End PM – Ultimate Member Integration – Account “Message” Tab #15372Shamim HasanKeymasterAdd following code in your theme’s (child theme’s if any) functions.php
add_filter( 'um_account_page_default_tabs_hook', function( $tabs ){ unset( $tabs[800]['fep-um'] ); return $tabs; }, 110 );
June 27, 2018 at 4:50 pm in reply to: Front End PM – Ultimate Member Integration – Account “Message” Tab #15352Shamim HasanKeymasterWhich one? All of them?
June 27, 2018 at 4:41 pm in reply to: Make "Front End PM Pro" backend messages available by in backend role #15350Shamim HasanKeymasterGive that user following capabilities
create_fep_messages
,edit_fep_messages
,publish_fep_messages
,delete_fep_messages
June 27, 2018 at 4:35 pm in reply to: Email replies to group messages are not being sent back out to entire group #15348Shamim HasanKeymasteryes
Shamim HasanKeymasterLicense key check done once in a week. If somehow your website cannot connect to license server then this error might happen.
This require more debug to pinpoint what was the issue in the first place.
-
AuthorPosts