Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
1. 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_content
hook. 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.
Shamim HasanKeymasterI am sorry for very late reply.
Which plugin you use for registration?Again i am sorry, If you still want refund just let me know here.
Shamim HasanKeymasterI am sorry for the very late reply.
Is it same for the other forms? Eg. registration page?
Can you please give me your website url so that i can try? -
AuthorPosts