Thread Starter
chipx
(@chipx)
Ok… it makes sense that they are loading the Shop Sidebar.. because it behaves as a catch all. Otherwise you have to define a sidebar for each tag, category & potentially Product attributes which have been set to have archives.
Woof does a good job of removing filters that don’t apply in the current context. But in combination with your plugin, there is an odd side effect. Say for example you use the filters on this page. As soon as you turn on one of the filters… any additional filters set to display on the Shop page suddenly appear.
Unless you can think of a way to deal with that, I think I can live with this.
Thread Starter
chipx
(@chipx)
and @vnzhlv is right about the paged=1. Check this out:
https://chipx.co.nz/product-category/cutting-tools/swiftcarb/swiftcarb-chmr-series/?cx=1&pa_flutes=2&really_curr_tax=112-product_cat
Set the tip angle to 60 and Paged=1 gets added to the URL. chipx.co.nz/product-category/cutting-tools/swiftcarb/swiftcarb-chmr-series/?cx=1&pa_flutes=2&pa_tip-angle=60&paged=1&really_curr_tax=112-product_cat
Which changes the filter.
If you refresh the page, or paste that link into another browser tab, the &paged=1 is removed and the filter returns to the overrides set in your plugin for that category.
-
This reply was modified 6 years, 10 months ago by chipx.
-
This reply was modified 6 years, 10 months ago by chipx.
-
This reply was modified 6 years, 10 months ago by chipx.
-
This reply was modified 6 years, 10 months ago by chipx.
@vnzhlv was not right about &paged=1. It has no influence to anything.
Compare your links
https://chipx.co.nz/product-category/cutting-tools/swiftcarb/swiftcarb-chmr-series/?cx=1&pa_flutes=2&really_curr_tax=112-product_cat
and
https://chipx.co.nz/product-category/cutting-tools/swiftcarb/swiftcarb-chmr-series/?cx=1&pa_flutes=2&really_curr_tax=112-product_cat&paged=1
They output similar information.
Frankly speaking, I do not understand too much your last 3-4 comments. They describe situation on your particular site with a number of plugins installed. I simply cannot reproduce your problems.
When, for example, @vnzhlv asked his question, he showed all the settings and procedure to get unexpected behaviour. This allowed me to fix his problem quickly.
Could you create a Minimal, Complete, and Verifiable example?
Thread Starter
chipx
(@chipx)
Here is a video clearly showing what’s happening with the paged=1 argument being added… the filter changing, then reverting back after a refresh.
I cannot reproduce it. Could you create a Minimal, Complete, and Verifiable example?
Closed as non-reproducible.