
hatcheddesigns(@hatcheddesigns)
19 Posts
Customers
Quote from hatcheddesigns on December 16, 2020, 00:19
Hi how do I show only in stock items? or atleast have the instock check boxe checked by default??
Hi how do I show only in stock items? or atleast have the instock check boxe checked by default??

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 16, 2020, 14:03
Hello
Read this please - https://products-filter.com/manipulate-search-data-options/
Hello
Read this please - https://products-filter.com/manipulate-search-data-options/

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on December 17, 2020, 07:03
Thank you this seems to work, how about my other issue as per the video I sent?
Thank you this seems to work, how about my other issue as per the video I sent?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 17, 2020, 12:30
Hello
Please drop me ftp+wp-admin access ( https://c2n.me/43SC6rb.png -> https://c2n.me/42BAoj4.png ) I will check it
Hello
Please drop me ftp+wp-admin access ( https://c2n.me/43SC6rb.png -> https://c2n.me/42BAoj4.png ) I will check it

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on December 20, 2020, 23:50
info added...
info added...

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 21, 2020, 18:17
Hello
I did a test with another theme all works fine
Hello
I did a test with another theme all works fine

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on December 21, 2020, 23:48
So there is no solution then?
So there is no solution then?

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on December 21, 2020, 23:52
Hiow do I get product categories to show on each sidebar? if the product categories showed then it would only filter but the one that is selected??
Hiow do I get product categories to show on each sidebar? if the product categories showed then it would only filter but the one that is selected??

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 22, 2020, 12:47
Hello
Hiow do I get product categories to show on each sidebar? - Unfortunately I do not understand you. Please describe it in more detail
This is a conflict with DIVi settings. It looks like some module of this theme is interfering with the search query and causing this incorrect behavior.
Try turning off the settings in DIVI that affect product displays(to test it)
Hello
Hiow do I get product categories to show on each sidebar? - Unfortunately I do not understand you. Please describe it in more detail
This is a conflict with DIVi settings. It looks like some module of this theme is interfering with the search query and causing this incorrect behavior.
Try turning off the settings in DIVI that affect product displays(to test it)

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on December 23, 2020, 01:35
add more info in private data
add more info in private data

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on December 23, 2020, 01:55
They say talk to you and you say talk to them so a little stuck here
They say talk to you and you say talk to them so a little stuck here

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 23, 2020, 13:33
Hello
The results should be 11 or less... but it shows all in that size not just the sub category? This is not a divi conflict can you assist? - Ok! My test - https://c2n.me/4al8GiE
Hello
The results should be 11 or less... but it shows all in that size not just the sub category? This is not a divi conflict can you assist? - Ok! My test - https://c2n.me/4al8GiE

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 23, 2020, 13:33
You can drop me FTP access to your staging site
You can drop me FTP access to your staging site

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on December 24, 2020, 03:00
thats odd!... SFTP added...
thats odd!... SFTP added...

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 28, 2020, 17:13
Hello
Please do a test on your staging site
Hello
Please do a test on your staging site

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on December 31, 2020, 01:59
yes this is perfect! can you please apply to live site I will add details thanks.
yes this is perfect! can you please apply to live site I will add details thanks.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 31, 2020, 13:04
Hello
Please do a test
I changed in file - wp-content\plugins\woocommerce-products-filter\index.php - this code - https://c2n.me/4aoFVyg.png
if (!$disable_swoof_influence) {
if (!is_page()) {
$wp_query->set('post_type', 'product');
//$wp_query->is_post_type_archive = true;
}
if(!isset($_GET['really_curr_tax'])){
$wp_query->is_tax = false;
$wp_query->is_tag = false;
}
$wp_query->is_home = false;
$wp_query->is_single = false;
$wp_query->is_posts_page = false;
$wp_query->is_search = false; //!!!
} else {
//enable it if its really will help to your site filtering - for support
//$wp_query->is_search = true;
}
Hello
Please do a test
I changed in file - wp-content\plugins\woocommerce-products-filter\index.php - this code - https://c2n.me/4aoFVyg.png
if (!$disable_swoof_influence) {
if (!is_page()) {
$wp_query->set('post_type', 'product');
//$wp_query->is_post_type_archive = true;
}
if(!isset($_GET['really_curr_tax'])){
$wp_query->is_tax = false;
$wp_query->is_tag = false;
}
$wp_query->is_home = false;
$wp_query->is_single = false;
$wp_query->is_posts_page = false;
$wp_query->is_search = false; //!!!
} else {
//enable it if its really will help to your site filtering - for support
//$wp_query->is_search = true;
}