• Resolved gleenk

    (@gleenk)


    Even if I put a parent container that includes everything, in 1.75.0 PRO, ajax on pagination still not works. Maybe because we are using custom div and classes on paginate links? What pagination classes trigger the ajax effects?

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @gleenk

    We have checked the site and it looks like everything is working correctly with pagination. The infinite scrolling and load more might be not compatible, but the simple pagination should work nicely.

    To update pagination usually, it’s enough to have this type of structure and choose .products-pagination-wrapper

    products-pagination-wrapper
    products
    pagination
    /products-pagination-wrapper

    Instead of this:

    products-wrapper
    products
    /products-wrapper
    ……
    pagination

    Best Regards – Victor

    Thread Starter gleenk

    (@gleenk)

    Unfortunately, as i already said, it’s not working. i have other 3/4 sites and same problem. No matter which parent div has the ‘ajax’ class, pagination doesn’t work.

    Plugin Support fesupportteam

    (@fesupportteam)

    Well, as we said it can have conflict and not work with some of the infinite scrolling and load more pagination, but for example with Woo pagination everything is working correctly, with Elementor pagination also working well.

    Here is a demo with Woo – https://demo.filtereverything.pro/product-category/clothing/women/

    Here at the bottom of the page is with Elementor pagination – https://demo.filtereverything.pro/elementor/

    If you are using some type of custom pagination perhaps it might not work correctly.

    Best Regards – Victor

    Thread Starter gleenk

    (@gleenk)

    No infinite scrolling or load more. Just basic understrap pagination!

    Plugin Support fesupportteam

    (@fesupportteam)

    Hi @gleenk

    For Woo there is compatible plugin for infinite or load more scroll pagination – https://www.ads-software.com/plugins/load-more-products-for-woocommerce/

    Since our plugin is working with a query, lots of paginations simply use the original query and do not take in fact filtering results. That’s why it is not working correctly.

    Best Regards – Victor

    Thread Starter gleenk

    (@gleenk)

    No woocommerce here, it’s a full custom website. We dont’ need infinite or else. We need that clicking on pagination link it loads other items in AJAX

    Plugin Support fesupportteam

    (@fesupportteam)

    Hi @gleenk,

    Well in that case both, pagination and FE plugins should work together, not separately. Also if you update the elements with AJAX pagination jQuery events need to be reattached. More about AJAX issues you can read here – https://filtereverything.pro/resources/ajax-related-problems/

    Unfortunately, without further information about the issue, we cannot provide any specific tips on how to fix it. If you could provide more details or context, we would be happy to try and assist you with a potential solution.

    But in general, this is not the bug or issue with the plugin this is a compatibility question.

    Best Regards – Victor

    Thread Starter gleenk

    (@gleenk)

    I recommend that you investigate further. I can assure you that we do not use any other AJAX plugins, etc. Pagination is executed through a simple PHP function that utilizes wp_paginate_links(). We don’t rely on plugins for frontend operations; we use only custom vanilla JS or basic Bootstrap 5 functionalities (such as tooltip, tabs, collapse, and modal). These are imported in ES6 as separate modules. As you can observe, there are no console errors or anything similar. I can provide you with access to the WP admin for you to verify this yourself. We encounter this issue on all websites where we’ve implemented your plugin. Please let me know how I can grant you access for further inspection. I have the pro version with a license purchased from CodeCanyon.

    Plugin Support fesupportteam

    (@fesupportteam)

    Hi @gleenk

    If you have the PRO version of the plugin you can leave your request in the comments section where you purchased it. So we can provide more information there, and ask for all of the needed information.

    So we can check it ourselves and perhaps provide some information on the situation and how it can be fixed.

    Best Regards – Victor

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Filtering not working with pagination’ is closed to new replies.