Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Can you please give me your website url so that i can try?
Shamim HasanKeymasterIt will be possible. Just add a text field and then follow https://stackoverflow.com/a/27463687/8285659
Shamim HasanKeymasterHow many total messages you have?
You can find all messages in DB table namedPREFIX_fep_messages
where PREFIX is your DB table prefix.Is it slow when sending messages or reading messages as well?
How big is your website is? Do your use any object caching? Eg. memcached?Shamim HasanKeymasterYou can deactivate the plugin and when activate again you can add same license.
Shamim HasanKeymasterThis 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.php
February 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_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/
-
AuthorPosts