Viewing 3 replies - 1 through 3 (of 3 total)
  • Try

    Content Selector      ul.products
    Navigation Selector   nav.woocommerce-pagination
    Next Selector         nav.woocommerce-pagination ul.page-numbers li a.next
    Item Selector         ul.products li.product

    If successful please add it on the Infinite Scroll Support Forum CSS Selectors Page.

    Thread Starter tekover

    (@tekover)

    I can’t test.. finally I took the pro plugin and it’s works fine.
    Thank you for your help, I hope it can solve the problem for other people!

    Hi,

    What pro plugin did you use tekover?

    For the record mine worked with slightly less specific selectors, so:

    ul.products
    .woocommerce-pagination
    .woocommerce-pagination a.next
    ul.products li.product

    The trouble is now the #infscr-loading div is created inside the UL, which kind of screws up the layout (and I think is invalid HTML).

    I managed to make it look OK with this CSS, but even so I’d like to get it to display after the closing ul…

    #infscr-loading {
    	display: block !important;
    	clear: left;
    	font-size: 1em;
    	text-align:center;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help to configure on 357 theme’ is closed to new replies.