Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
This can be done easily, but you need some knowledge in php as we need to modify template.
You can find instruction in https://www.shamimsplugins.com/docs/front-end-pm-pro/customization-front-end-pm-pro/change-templates/1. To remove count in header section you will need to edit
header.php
2. To remove search field you will need to editbox-message.php
3. To remove participants and title you will need to editview-message-content.phpFebruary 19, 2021 at 1:03 am in reply to: V2 Invisible works for WooCommerce Checkout but not login form #42528Shamim HasanKeymasterCan you create a test site where we can debug?
Also try with different browser to see if that works.Shamim HasanKeymaster1. Did you added following code?
add_filter( 'fep_page_id_filter', function( $page_id ){ if( $page_id && function_exists( 'pll_get_post' ) ){ $page_id = pll_get_post( $page_id ); } return $page_id; });2. Can you please keep that page public then clear all cache then try?
3. If still not working you can set Front End PM Page to your Finnish one then try.Let me know.
Shamim HasanKeymaster1. Do you have a page in English which content have
[front-end-pm]shortcode?
2. Do you have this page translated in other languages?
3. Do all these pages public?
4. Did you set “Front End PM Page” the English one?Shamim HasanKeymasterHi again,
Your email address is verified manually, So no need to click that verify link again.
You can continue using the plugin.Shamim HasanKeymasterYou can use
fep_get_the_contenthook. egadd_action( 'fep_get_the_content', function( $content ){ if ( $cus_fep_textbox1 = fep_get_meta( fep_get_the_id(), 'cus_fep_textbox1', true ) ) { return '<div>Quote Number: ' . esc_html( $cus_fep_textbox1 ) . '</div>' . $content; } return $content; });Shamim HasanKeymasterI have already contacted Freemius team and waiting for their response.
Shamim HasanKeymasterTo change card completely you can cancel current subscription and renew the license with your new card.
Shamim HasanKeymasterYou can follow https://www.shamimsplugins.com/support/topic/custom-code-clash-pre-update-check/#post-28017
Change group ids there which you want to restrict. Only administrator and editors will have access to those groups. You can change roles also who has access to those groups.Shamim HasanKeymasterSorry, i do not have any available right now.
Shamim HasanKeymasterYou can change any template as you want. Please see https://www.shamimsplugins.com/docs/front-end-pm-pro/customization-front-end-pm-pro/change-templates/
February 2, 2021 at 12:43 pm in reply to: Unable to read the fields and checkbox have vanished in WP Dashboard #42441Shamim HasanKeymasterWas it showing before? It seems your that area width is too narrow. As you are pro user, can you open browser developer menu and increase width of that area and see if that helps?
Shamim HasanKeymasterIt seems your registration page is not a tested one for this plugin.
Sorry for the trouble. I am refunding you.January 31, 2021 at 2:41 pm in reply to: Can we address messages to the user’s email address? #42421Shamim HasanKeymasterYou can turn off the auto-suggestion. Please go to Front End PM PRO > Settings > Recipient then set “Max recipients” to 1 and unchecked “Show Autosuggestion”.
Now user need to type username of that user to send message. No auto-suggestion will be shown.Shamim HasanKeymasterI tried register and login form and for both form i was successful in first try.
-
AuthorPosts