Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
$time is GMT time. You need to convert it to your local time.
Shamim HasanKeymasterCan you delete data from db? If yes, you can delete
anr_admin_options
from options table.
Please note that after uninstall this plugin does not have any capability to show badge in your website. May be That is comming from somewhere else.
If you can share your website url i can try to give you an idea from where that badge is coming from.Shamim HasanKeymasterYes possible. Please use following code
add_action( 'init', function(){ if( fep_is_user_admin() ){ add_action( 'fep_display_after_announcement', array( Fep_Read_Receipt::init(), 'display_read_receipt' ), 99 ); } });
Shamim HasanKeymasterIs it only for this code or all other places as well?
Is your timezone setup correct in settings page?Shamim HasanKeymasterThank you for being patient. Answers are sent to your email address.
Shamim HasanKeymasterThank you.
I am in contact with my license partner so that i can give you accurate information of you questions.
Waiting for their reply.Shamim HasanKeymasterYour account is not set to auto renew. So you will not be charged.
Shamim HasanKeymasterThank you .
1. If you use plain textarea for your message area then it is possible, though there is no official support for that.
2. Add following code in your theme’s (child theme’s if you are using) functions.phpadd_filter( 'fep_query_url_without_esc_filter', function( $url ){ return "{$url}#fep-wrapper"; }, 99 );
3. add shortcode in your page like
[front-end-pm fepaction="newmessage"]
Shamim HasanKeymasterPlease add following code in your theme’s (child theme’s if you are using) functions.php
add_action( 'init', function(){ global $wp_embed; remove_filter( 'fep_get_the_content', array( $wp_embed, 'run_shortcode' ), 8 ); remove_filter( 'fep_get_the_content', array( $wp_embed, 'autoembed'), 8 ); add_filter( 'fep_get_the_content', 'make_clickable' ); });
Shamim HasanKeymaster1. Did you download and installed the PRO version using link provided in your email?
2. Did you set Google keys? https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/how-to-get-google-recaptcha-keys/
3. Did you activated in which form you want to apply captcha check?
4. Can you share your website url so that i can check?Shamim HasanKeymasterDone
Shamim HasanKeymasterCan you please give me access to your website so that i can test? If yes please send using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterI replied to your email.
My reply was
I see you use multi step checkout plugin which this plugin does not support.
Let me know if you want a refund.Shamim HasanKeymasterMay you please check V2 (use keys for that version) and see if working?
Let me know.Shamim HasanKeymasterThank you for the video. It seems it is embedding your content. You can disable embed using https://wordpress.org/plugins/disable-embeds/
Let me know.
-
AuthorPosts