Hi Guys,
unfortunatly I couldnt find a solution in the Topics.
when I hide sold out products in Woocommerce options, it hides them, but leaves a whitespace. sometimes even completly white pages in the pagination.
This is the Page https://www.juwelier-maisenbacher.com/ and if you scroll down in this category for example https://www.juwelier-maisenbacher.com/produkt-kategorie/luxusuhren/ you will see what i mean.
I activated the infinity scroll as a temporary improvement, so clients realize, that there are more problems left. Do you maybe have a solution for it? thank you very much.
Hey AssyatPV,
I can’t see any problems on my end, is that because you enabled infinite scroll? If so, then please try turning it off so that we can see the actual problem.
Best regards,
Rikard
Hi Rikard,
we got it fixed over the Weekend. Thank you anyway!
For anyone with the Same Problem – her is what fixed it:
Path: /wp-content/plugins/woocommerce/includes/wc-template-functions.php
unset($classes[4]);
// print_r($classes);
Also, Add this CSS in the customizer :
@media only screen and (min-width: 768px) {
.archive ul.products {
http://width:100% !important;
}
.archive ul.products li {
width: 24%;
height: 500px;
}
.archive ul.products li .thumbnail_container {
height: 200px;
}
}