zyqz437
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Price Filter Not Working@chipmunkxiz It’s work? or not.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Price Filter Not Working@woovina I don’t know how to use FTP
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Price Filter Not Working@woovina
Only the server account on SiteGround or WordPress account of site and SiteGround account?Forum: Plugins
In reply to: [WooCommerce] Woocommerce Price Filter Not Working@woovina The version is 3.7.0, and I clicked the buttons. It’s also not working.
The class-wc-widget-price-filter.php is < 3.6.public function widget( $args, $instance ) { global $wp; // Requires lookup table added in 3.6. if ( version_compare( get_option( 'woocommerce_db_version', null ), '3.6', '<' ) ) { return; } if ( ! is_shop() && ! is_product_taxonomy() ) { return; }Forum: Plugins
In reply to: [WooCommerce] Woocommerce Price Filter Not WorkingHi woovina
I have the same problem, and I can’t show the filter by attribute on my sidebar too.
So I copy your code in my theme like your said, and I have the Avada theme. Whatever I copy the code to the functions.php of Avada child or Avada, it’s not working. Like you describe my version of WC is <3.6. Does there need times or I copy to the wrong file?
Viewing 5 replies - 1 through 5 (of 5 total)