• Hi there,
    I have a strange issue with infinite scroll, that only seems to effect mobile viewing.
    I’ve set up a page using the Woocommerce shortcode paginate=”true”, when I scroll down the first page the loading gif shows and the next page loads perfectly. However when I scroll to the bottom of the second page the loading gif doesn’t show up nor does it show for any subsequent pages… but the pages do load?!
    On desktop it works perfectly.

    I’m assuming it’s an issue with the shortcode paginate=”true”, as it works perfectly on product category pages with multiple pages of products.

    Any thoughts on what be causing this would be very much appreciated.

    Kind regards,
    JP

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter JapeNZ

    (@japenz)

    Hello again,
    It seems the <nav class="woocommerce-pagination" style="display: none;"> is causing the issue with displaying the gif from the 2nd page onwards.

    As a workaround I added the following to my theme style sheet:

    @media screen and (max-width: 960px) {
    nav.woocommerce-pagination {
    display: inline-block !important;
    }
    
    .woocommerce nav.woocommerce-pagination ul {
    visibility: hidden;
    max-height: 0px;
    }
    }

    If you better fix please let me know.

    Kind regards,
    JP

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    I’m happy you found a solution, feel free to ask in the future if you need any further help! ??
    Best Regards

    Thread Starter JapeNZ

    (@japenz)

    Hi there,
    Is this something you’ll apply a fix to in the future or should I just keep the code applied?

    Kind regards,
    JP

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    I’ve sent the fix to the developer for a future update ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bug when using Woocommerce ‘paginate=”true”‘ shortcode on mobile’ is closed to new replies.