• Resolved gretelv

    (@gretelv)


    As the pages populates in infinity scroll and load more. Some rows have 4 columns, some have 3, or 2 or 1. Leaving gaps where products should display.

    • This topic was modified 6 days, 9 hours ago by gretelv.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    Please open the plugin settings page, tab ‘JavaScript/CSS’ and add this code to the ‘After Update’ field to remove a class from products on the next page load

    jQuery('.woocommerce ul.products li.first').removeClass('first');

    Regards,
    Dmytro

    Thread Starter gretelv

    (@gretelv)

    Thanks Dmytro. That worked!

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