• Resolved mkordahi74

    (@mkordahi74)


    Hi. I’m using woocommerce with storefront.

    The infinite scrolling plugin works fine.

    But I have one issue.

    When I start scrolling. The loading animation appears pretty quickly and it appears on top of AND below my product grid. Is there a way to May it appear only under to product grid.

    You can see what I mean at [ redundant link removed ]

    You’ll see the loading animation appears on top. I’d like it only to appear on bottom. Thanks.

    • This topic was modified 5 years, 2 months ago by Jan Dembowski.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    please add following CSS code in your site and let me know if the problem persists.

    .woocommerce .storefront-sorting:nth-child(1) > .yith-infs-loader {
        display: none;
    }
    Thread Starter mkordahi74

    (@mkordahi74)

    perfect. thanks.

    curious… was this just me or the intended behaviour?

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    that issue occurred since the “loader” is shown before the WooCommerce Navigation block.

    In your site you have 2 WooCommerce Navigation blocks: one above products and one below products. For this reason you saw the “loader” twice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove loading animation on top’ is closed to new replies.