Forums › Forums › Search & Filter Pro › Elementor pro post grid Issues (pagination and image render post filter)
Tagged: elementor pro, image display, image rendering, pagination, post grid
- This topic has 16 replies, 2 voices, and was last updated 7 years ago by
Trevor.
-
Trevor(Private) October 25, 2018 at 1:00 pm #191836
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