Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
July 28, 2020 at 11:20 pm in reply to: Please solve Captcha correctly – Checkout page (Woocomerce) #39766Shamim HasanKeymaster
Please send using https://www.shamimsplugins.com/sensitive-information/
July 28, 2020 at 9:36 pm in reply to: Please solve Captcha correctly – Checkout page (Woocomerce) #39755Shamim HasanKeymasterCan you send the website link again.
Shamim HasanKeymasterShamim HasanKeymasterOk, I will process your refund.
Shamim HasanKeymasterSure, You can get a refund.
Before that can i try? If you want you can give access using AnyDesk/Teamviewer so that you can see what i am doing.Shamim HasanKeymastercan you give me access to your website so that i can try? If yes, please send using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterWhich version of this plugin you are using?
What is your website url?
Did you tried “Settings > Advanced noCaptcha & invisible Captcha > Licenses
Then remove your license key and save changes, again input your license key and again save changes.” ?If still not working, can you give me access to your website so that i can try? If yes, please send using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterIf anyone in this thread still having this issue please create a separate topic.
July 24, 2020 at 10:38 am in reply to: Please solve Captcha correctly – Checkout page (Woocomerce) #39599Shamim HasanKeymasterWhich check out plugin you are using? Or is it coming from your theme? Can you change your checkout form to default woocommerce checkout form for testing?
Shamim HasanKeymasterI sent you a test website credentials to your email address to test reply. Let me know.
Shamim HasanKeymasterWhich version of the plugin you are using?
Replies are already sent using ajax and added to the thread.
If it is not the case for you, you can check if you are using latest version of the plugin and is there any js error in that page.Shamim HasanKeymasterYou can use
fep_filter_read_receipt_individual
as you already wrote (can change $time variable to something else) andfep_filter_read_receipt
like followingadd_filter( 'fep_filter_read_receipt', function( $output, $receipt ){ return implode( '', $receipt ); }, 10, 2);
July 22, 2020 at 10:24 am in reply to: Please solve Captcha correctly – Checkout page (Woocomerce) #39513Shamim HasanKeymasterCan you share your website url?
Shamim HasanKeymasterYes possible. To easily achieve this you can add your questions in url. Eg. add
&message_content=your+question+here
in the url when you redirect to message page. For more complex conditions you can achieve this in php code or js as well. Let me know which method is more suitable for you so that i can give you some more info about that.Shamim HasanKeymasterIt depends on the location of that sentence.
Eg. above sentence is located in the header.php
As per the documentation create a folder called “front-end-pm” inside your child theme. Then copy header.php from this plugin’s template folder and paste in your child theme’s front-end-pm folder. Now edit that file in your child theme and that will change code in your website. -
AuthorPosts