Forums › Forums › Search & Filter Pro › Can’t search on the search results page
- This topic has 22 replies, 3 voices, and was last updated 4 years, 7 months ago by Trevor.
-
Ross Moderator(Private) March 23, 2020 at 9:15 am #237501
Sorry that was not correct (
.elementor-posts
) – the pagination was not updating, it should be.elementor-widget-archive-posts.
(I’ve update this)Thanks
Trevor(Private) March 23, 2020 at 3:51 pm #237580Can you replace the script with this (I hope this is correct, I just re-wrote it for you):
(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/archive-posts.archive_cards', jQuery('.elementor-widget-archive-posts')); }); }(jQuery));
-
AuthorPosts