Forums › Forums › Search & Filter Pro › Pagination not working for me in Elementor Pro
Tagged: elementor pro, pagination
- This topic has 7 replies, 2 voices, and was last updated 6 years, 11 months ago by
Anonymous.
Viewing 7 posts - 1 through 7 (of 7 total)
-
Trevor(Private) October 11, 2018 at 3:26 pm #190770
If you are using this code from our documentation:
(function ( $ ) { "use strict"; // detects when the ajax request has finished and the content has been updated // re-init the layout scripts from Elementor $(document).on("sf:ajaxfinish", ".searchandfilter", function(){ elementorFrontend.init(); }); }(jQuery));
It needs to be changed to:
(function ( $ ) { "use strict"; // detects when the ajax request has finished and the content has been updated // re-init the layout scripts from Elementor $(document).on("sf:ajaxfinish", ".searchandfilter", function(){ elementorFrontend.hooks.doAction('frontend/element_ready/posts.classic', jQuery('.elementor-widget-posts')); }); }(jQuery));
Can you try that?
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)