Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
I am very sorry for this bug.
Please download again this plugin and install. This bug is already solved and updated.Let me know.
Shamim HasanKeymasterYou can add following code in your theme’s (child theme’s if you are using) functions.php
add_action( 'init', function(){ remove_action( 'woocommerce_checkout_after_order_review', array( anr_captcha_class::init(), 'wc_form_field' ) ); add_action( 'woocommerce_checkout_before_order_review', array( anr_captcha_class::init(), 'wc_form_field' ) ); });
You can also use another action hook instead of
woocommerce_checkout_before_order_review
for other locations. See other action hooks in https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/Shamim HasanKeymasterThank you for contacting.
Sorry, it is not possible. It can be shown above the payment options, But i think that is too much above.Shamim HasanKeymasterPlease see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/pop3-feature/
It is recommended to use a separate email address for POP3, as all emails will be deleted after process.
Shamim HasanKeymasterLicense data is cached in your website for 1 week so that your website do not make frequent query to license server. So sometimes it makes confusion when you change something to license (upgrade, renew etc).
May 5, 2020 at 1:15 pm in reply to: We Can Only See 15 Messages at a Time, How Do we Show All Messages #37403Shamim HasanKeymasterMost recent 15 message thread will be there.
1. Do you see next and previous button bellow your messages?
2. Can you send me a screenshot of your message page?You can also set how many messages you want to show in single page. Please set in Dashboard > Front End PM PRO > Settings > General > Messages per page
Shamim HasanKeymasterShamim HasanKeymaster1. Message sidebar is too narrow to show full subject, We may show couple of words
2. We can make that happen, but it doesn’t work well with wp editor. So you will have to use textarea editor as message editor.If both are ok you can contact through https://www.shamimsplugins.com/hire/
Shamim HasanKeymasterI have added 2 new filter in your child theme’s functions.php.
1. One to redirect to woocommerce dashboard custom tab when click new message or messageboxadd_filter( 'fep_query_url_without_esc_filter', function( $url, $args ){ return add_query_arg( $args, wc_get_account_endpoint_url( 'premium-support' ) ); }, 10, 2);
2. Another to show only other person avatar (remove own avatar) from message sidebar
add_filter( 'fep_remove_own_avatar_from_messagebox', '__return_true' );
To show message title in sidebar, it needs custom work.
Shamim HasanKeymasterThank you.
It seems you are usingfep_enable_email_send
hook to disable email sending. Please remove this filter and it will work.I have temporarily edited this plugin code to omit this check. But when you update this plugin, it will change to original state.
So please remove this filter from your custom code.
Let me know.
Shamim HasanKeymasterYou need custom code to make it possible. If you know php i can guide.
Shamim HasanKeymasterIf reply to same message, that will goes to same thread. If you or that user send a new message that will create a new thread.
Shamim HasanKeymasterIs your website is in testing stage? Can you give me access to your website so that i can test? If yes, please create a test admin account and a ftp account which have access to this plugin and send using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterPlease follow https://www.shamimsplugins.com/docs/front-end-pm-pro/troubleshoot/email-notification-not-receiving/
Let me know.
Shamim HasanKeymasterBy default it gets sent.
To enable email notifications you do not need to use email piping or pop3. If you want your user can send reply directly to that email notifications from their email then you need email piping/pop3.
-
AuthorPosts