Hi,
It seems to be working: https://share.getcloudapp.com/12uyyrnO. Since you are using a premium Themify theme, feel free to post the support tickets on https://themify.me/forum. Our support team will assist you.
-
This reply was modified 6 years, 1 month ago by
themifyme.
Hey @themifyme,
Many our customers are reporting the same problem.
The bug was introduced with the very recent update of the plugin from 1.2.5 to 1.2.6. In file public/js/wpf-public.js around line 170 you have replaced $container.html(resp); which correctly included the pagination links with the following code:
products = $( resp ).find( '.product' );
var $productsContainer = $container.hasClass( 'products' ) ? $container : $( '.products', $container );
$productsContainer.empty().append( products );
which replaces only the products, but not pagination and product count above the products. The problem can also be seen on http://bravenew.hekko24.pl/inutri/shop-test/ if you select category with only a few products – you will see that the pagination and product count is not updated. Screenshot of the problem.
It is apparent to me that you made that change in the code to support Divi and Elementor, but broke the functionality of the regular WooCommerce users.
Proposed solution: revert to the previous behavior and do the extra check for the Elementor/Divi containers if these plugin need different handling. Moreover, in this line $.event.trigger('wpf_ajax_success'); around line 206 please add the response data with the custom trigger, like so $.event.trigger('wpf_ajax_success', { response: resp }); so the theme authors can get the rest of the data in the response and do further DOM changes and enhancements..
Will check with our developer on this.
@themifyme great, update would be perfect otherwise I will be forced to fork your plugin and provide fixed version to our theme users.
@cyman We will fix it at our end and release an update early next week. Thanks for flagging this to us.
Hey @themifyme, any updates? 🙂
That has been fixed. It is in testing phrase now.
Hi @themifyme, I think I might be facing a similar issue. The pagination doesn’t work. I am using Astra theme and elementor. @cyman, it doesn’t work in elementor too.
The results count also don’t work which is very annoying. I tried using all three options of pagination, but they don’t work.
Please see to this issue. This is the url of the page I am working on, which has the product filter:
https://onmeindia.com/shop
Looking forward for some good fix to this issue.
-
This reply was modified 6 years ago by
vidhugoel.
Yes please @themifyme solve this issue.
I couldn’t bear with it so I removed the plugin from my site.
-
This reply was modified 6 years ago by
vidhugoel.
We’ve released the update. Sorry for the inconvenience.
-
This reply was modified 6 years ago by
themifyme.
We are running the latest version, but pagination is not showing up after we use the filter. We are not using Divi:
https://lgtest.com/gallery/
Any suggestions?