Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1417135

    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.

    #1417177

    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

    #1417310

    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;
    }
    }

    #1417332

    Hi,

    Great, I’m glad that you managed to find a solution, and thanks for sharing it :-)

    Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.