Mflexwala
Forum Replies Created
-
Forum: Plugins
In reply to: [Chat Button & Custom ChatGPT-Powered Bot by GetButton.io] Performance IssuesI am also facing the same problem with my website.
Every page load time increased by 2-4 secs (that a lot).Forum: Plugins
In reply to: [WooCommerce] In Products/attributes/ “Parent” attribute option is goneHi, dino777
I do not have Yith plugin installed.
How can I achieve the same using the function.php of my child theme.
As you said I do not want to directly edit the woocommerce file as it will break once I update the woocommerce plugin.
Thank You!
Forum: Plugins
In reply to: [WooCommerce] In Products/attributes/ “Parent” attribute option is goneHi, maxim507,
Can you explain me how you changed the file mentioned above because I also want to enable hierarchy in my website.Forum: Plugins
In reply to: [Autoptimize] How to increase the Max Cache SizeThank You.
It worked.Forum: Plugins
In reply to: [Autoptimize] How to increase the Max Cache SizeEven I tried using the Code Snippet Plugin.
Whenever I activate this snippet the Autoptimize Cache Info show full.
Please Help!Forum: Plugins
In reply to: [Autoptimize] How to increase the Max Cache SizeI added the filter in the function.php of my theme.
After that the Autoptimize started showing the cache is full.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Variation ErrorAdding this to my themes functions.php crashes my website.
After editing my website is giving Error 500 site can not handle.Forum: Plugins
In reply to: [WooCommerce] Product Variations over 30 do not filterYour welcome.
If your problem is resolved you can mark this thread as resolved.Forum: Plugins
In reply to: [WooCommerce] Product Variations over 30 do not filterIt is due to a ajax limit of 30
Read here if you want -> https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/Solution:
Go to Plugin folder-> woocommerce/includes/wc-template-functions.php
and edit this file wc-template-functions.php
and change woocommerce_ajax_variation_threshold 30 -> to something you want
I changed it to 1000.
Use this plugin if you don’t have ftp access.
File manager- This reply was modified 8 years ago by Mflexwala. Reason: improvement
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Variation ErrorFound the solution after lots of research.
It was due to a ajax limit of 30
https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/
Plugin folder-> woocommerce/includes/wc-template-functions.php
woocommerce_ajax_variation_threshold 30changed it to 1000.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Variation Errorwe have also set php.ini has max_input_vars to 5000.But we are facing the same issue.
Just create a folder named “WPC” inside /wp-content/uploads/ using ftp or this File Manager