Fatma
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Recipe Maker] Database Tables are missingi don’t know after I set my site multilingual, thnx
Forum: Plugins
In reply to: [PHP Compatibility Checker] The Future of PHP Compatibility Checkerwhat about PHP 7.4 ???
Forum: Plugins
In reply to: [WooCommerce] Hide unavailable variationI found the answer on another site, if someone need it
Increase WooCommerce Unavailable/Disabled/Out of Stock Variation Limit
You will need the add the below code to your active WordPress Theme functions.php file.function custom_woocommerce_ajax_variation_threshold( $qty, $product ) { return 1000; // Set 1000 to another number to load faster } add_filter( 'woocommerce_ajax_variation_threshold', 'custom_woocommerce_ajax_variation_threshold', 10, 2 );it works
- This reply was modified 4 years, 9 months ago by Fatma.
Thank you this was very helpful , it’s solved
that’s right there’s many Basic functions not included π
Forum: Plugins
In reply to: [WooCommerce] Pending payment status in orders woocommerceπ
Forum: Plugins
In reply to: [WooCommerce] customize woocomerce user account feildsthank you
thnx
@corrinarusso
Hello, thank you for your help , but can you explain to me how you know they used that theme ?? because once I try with wordpress detector I found out they’re using divi theme
https://www.elegantthemes.com/thank you
if we delete the plugins from FTP we gonna lose all previous data ??
I’ve same problem can not fix it please help
I want to redirect user after login to an active page but it shows as empty page π
- This reply was modified 5 years, 8 months ago by Fatma.