alinedaei
Forum Replies Created
-
Thank you dear Alberto
I will install SMTP plugin and update here with its result.
Best Regards
Hello Alberto
Thank you
I understand it doesn’t have reCAPTCHA embedded in itself. Is there any way I put reCAPTCHA code in plugin files from my host files?
Also why do I need install SMTP plugin? I have another website in which I installed this plugin and there is no problem in request for a quote plugin activity. Do you think installing SMTP plugin solve the problem in this website (osima.ir)?
Best Regards
Ali NedaeiBy the way after I click on request a quote page button it shows error, I can’t find any related log in my woocommerce logs.
What is the problem and how can I find it?
Best Regards
Ali Nedaei
Forum: Developing with WordPress
In reply to: How to add CAPTCHA to woocommerce checkout without pluginThank you. unfortunately I have little knowledge of PHP. How can I write a plugin to do this for me after updates? how can I give it a good visual in my admin panel which could have a button to click on and update the desired file with specific code added to exact part of checkout page form?
Best Regards
Forum: Developing with WordPress
In reply to: How to add CAPTCHA to woocommerce checkout without plugin@bcworkz thank you for your help.
I think we use reCAPTCHA V2. I have little knowledge about HTML and CSS but I think maybe it is possible to add the code (which right now I don’t know what would it be) to the checkout page file in my host (Is this correct?) then it would show reCAPTCHA in my checkout page without using any plugin.
Please tell me if it is correct or not.
Best Regards
Ali Nedaei
Forum: Fixing WordPress
In reply to: Removing Schema codesThank you. I checked the topic you mentioned.
I added the code you wrote in my functions.php and deleted cache with WP Rocket and checked some of my products with this tool:
https://search.google.com/test/rich-results
It seems the problem gone away. I requested revalidation in search console, so in next few days I will update this topic.
Best Regards
Hi, thank you for helping me.
would you mind help me with the code you mentioned I must use to solve this request of showing luckwheel only in successful purchase of users.
Best Regards
Forum: Plugins
In reply to: [WooCommerce] add to cart not workingThank you sir.
My theme support guy guided me and told me how to solve this.
Here I share the code which must be added to end of functions.php of the active theme:
function enqueue_wc_cart_fragments() { wp_enqueue_script( 'wc-cart-fragments' ); } add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' );
I will send this code to github Issue which you sent to help them, maybe other guys can solve this issue too.
Best Regards
Forum: Plugins
In reply to: [WooCommerce] missing rating menu of products when sending commentHi @beautyofcode @xue28 ,
Thank you very much for your follow up.
Actually my theme support team helped me, unfortunately their last update made some serious changes to other part of website and they send me some codes to solve the problem for which I created this topic.
Best Regards
Forum: Fixing WordPress
In reply to: malware redirect on my website@kre8mymedia no answer yet.
My host provider offered me their service to clean injected files with receiving some money.
I accepted their offer.
I suggest you do the same, it may help you.
BR
Forum: Fixing WordPress
In reply to: malware redirect on my websitethank you
but the answer is not there
I have sneaky redirects on my homepage and some other pages, I don’t know how to solve this or check which file to solve the problem
Forum: Plugins
In reply to: [Wallet for WooCommerce] I want to increase all wallets credits by 10XHi
where should I put this code and how should I use it? please help me @subratamal
Forum: Fixing WordPress
In reply to: missing rating menu of products when sending commentThank you Lisa
Forum: Plugins
In reply to: [Wallet for WooCommerce] I want to increase all wallets credits by 10X@subratamal thank you Subrata
Where should I put this code? I don’t know how to use queries in database. Please help me