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 6 years ago by Trevor.
-
Anonymous(Private) October 25, 2018 at 12:56 pm #191833
Hi,
I am using Elementor pro post grid and search filter pro short codes.
Setup:
– Elementor pro (latest edition)
– Search & Filter Pro (latest edition)
– No masonry effect
– Short code only no code insertedI have the following issues:
1. Pagination links just reload the same page
2. When a filter/in page reload happens the background height for the images of the post tiles extend leaving a grey block. I have pictures but there is nowhere to attach them.Please help,
Thanks,
Sara
Trevor(Private) October 25, 2018 at 1:00 pm #191836If 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