Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello @tajmohamed30,

    You need to set correct pagination selectors for both plugins.
    By default it is .woocommerce-pagination, but in your case pagination selector must be .navigation.pagination.

    Regards,
    Oleg

    Thread Starter tajmohamed30

    (@tajmohamed30)

    Hi, I have changed pagination to .navigation.pagination under selectors option and after that, I get some weird results.

    When selected load more option the products are loading infinity out of my 12 published products

    I tried choosing ajax pagination, and when clicked on page 2 it scrolls to the footer of the website

    please check the link below

    https://www.loom.com/share/99360fb08d0f43b88628ccaa9e0bd813

    • This reply was modified 4 years, 5 months ago by tajmohamed30.
    Plugin Author RazyRx

    (@razyrx)

    Hello @tajmohamed30,

    It happens because you change also “Next Page Selector” and “Previous Page Selector”, but it was correct.
    Please change Next Page Selector to a.next and “Previous Page Selector” to a.prev.

    Regards,
    Oleg

    Thread Starter tajmohamed30

    (@tajmohamed30)

    Hi

    Please may I know if renaming the selectors(next, previous and pagination) with the same name was correct then why we need to have a separate name for previous and next selectors.

    FYI – I have also tried renaming them to a.next and a.prev, but it doesn’t help

    Also when I select a category filter which has two products I can see pagination for that too (example when selected load more it shows all the products on page 2 below this two products with mixed categories) but I need it(pagination) not to show if a filter has been applied on a category. (see link below)

    I would like to thank you for providing us more customization option for load more button

    https://www.loom.com/share/cf3f6a9d5d544191bcad003e9e149d7a

    • This reply was modified 4 years, 5 months ago by tajmohamed30.
    Plugin Author RazyRx

    (@razyrx)

    Hello,

    pagination – uses to replace with new pagination from loaded page.
    next – uses to detect next page link.
    previous – uses to detect previous page link.
    It must be different and plugin do not work correct if some selector incorrect. We provide all of it, because some theme has custom pagination and can do not work with default selectors.

    Load more do not work after filtering, because you do not changed pagination selector in AJAX Product Filters plugin.

    Regards,
    Oleg

    Thread Starter tajmohamed30

    (@tajmohamed30)

    Somehow managed to resolve the issue. I have installed pagination styler and placed on right top of products.

    Hence marking this thread as resolved

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Load more products not working with my theme’ is closed to new replies.