Whenever a user starts using the product filter on a category page other than page 1 it adds the page number as a selected filter.
For example if you go to https://verlichtingkopen.com/binnenverlichting/page/3/ and pick something under the “Merk” attribute for example “3dlightfx” you will see it adds a number 3 (the page number) to the active filters widget and suddenly all other FWW filter widgets disappear.
March 23, 2019 @ 11:16 am
The plugin was mistakenly thinking the /2/ out of /page/2/ was actually a filter in cases where you actually have attributes with values of 2 (e.g. dress sizes or something).
This has been fixed so that it checks:
$GLOBALS[‘wp_rewrite’]->pagination_base
And if the URL contains that (by default /page/ but could be altered for other languages) then it’ll stop processing the URL from that point onwards.