• pastebin

    (@pastebin)


    Trying to get load more to work – but it just prints the same 3 products over and over.
    Tried to get the selectors automatically

    Products Container Selector: ul.products
    Product Item Selector: li.product
    Pagination Selector: nav.woocommerce-pagination
    Next Page Selector: a.next.page-numbers
    Previous Page Selector: a.prev.page-numbers

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

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

    (@dholovnia)

    Products Container Selector: ul.products

    You have 3 elements with ul.products. You need to specify it with #main eg #main ul.products

    Regards,
    Dmytro

    Thread Starter pastebin

    (@pastebin)

    Thank you for great support,

    I tried it without success sadly.
    It still loads the top row of products again and again.

    Thread Starter pastebin

    (@pastebin)

    Any idea how to resolve this @dholovnia ?

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Checked your site, but it is do not have our load more plugin right now.

    Regards,
    Oleg

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Cant get loading to work’ is closed to new replies.