Hi,
In the settings of “Product Page Layout” I use the value “-1” for “Products per Page”.
This will load all products on one page instead of paged products.
It works as expected and all products are displayed on one page.
However, the CSS for the sidebar widgets are only loaded at the end when all products are loaded.
We use the “Woocommerce Price Filter” widget which creates a slider for a price range. As the CSS is loaded at the end, the slider only will be shown when all products are loaded. The CSS transform the ugly input fields for min / max into a slider.
So, on pages with a lot of products the customer will see the 2 HTML input fields until all products are loaded. Than the input fields will be converted to the slider.
Is there a work around?