sneakdlir
Forum Replies Created
-
I found it… there is another tab than the tab VARIATIONS!
In the tab ATTRIBUTES, I have the 41 listed and this is causing the filter to show the product.Thanks, I got it now
- This reply was modified 4 years, 2 months ago by sneakdlir.
Last, I must disable filter now because the site is live and this is causing BAD customer experience
Also, we use this additional CSS in the them functions.php:
// WOOF Filter InStock only
add_filter(‘woof_get_request_data’, ‘my_woof_get_request_data’);function my_woof_get_request_data($data){
$data[‘stock’]=’instock’;
return $data;
}Forum: Plugins
In reply to: [Product Filter by WBW] Filtering result not appearing on screen (Mobile)Hi Nick,
Actually, the AJAX is not working. When activated, absolutely nothing happens when I select an attribute in the filter.
The plugin works only when AJAX is disable. That would be something great if you can ALSO explain why AJAX is not working!
Thanks
Forum: Plugins
In reply to: [Product Filter by WBW] In Stock as default, but not applied at page loadWhat is the full query and where does it go to get only IN STOCK product (or product variations) to show when filtering?
Same here! Any reply would help, thanks
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Sticky only on Homepage and BlogI still need to exclude the header from shop and product page and cannot find the way to do it…
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Sticky only on Homepage and Blog.home .header on the Sticky Element.
This is making it sticky only on homepage…So far… hope I can crack the code more ??
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Sticky only on Homepage and BlogSeems like it is: “use paid version” or just delete the plugin… sniff
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Sticky only on Homepage and BlogThanks for the answer.
How could I target with CSS rules to remove it on 1 page then?Thanks