-
Search Results
-
Hi. I would like to have a line below the search form to display the number of results shown dynamically. It should look something like this: ‘x-number project(s) match your search criteria’. I am using the search form for filtering Elementor posts by category. Please let me know how I can add that. Thank you!
Hello,
I followed the steps which team mentioned in the document (https://searchandfilter.com/documentation/search-results/)
I tried to use same step and tried to follow the same instruction for setup the pagination or infinite scrolling.
but haven’t got any success and it is not working well.
can you please help me in this ?
Thanks
Hello we have a little problem with search & filter pro.
We need to display result of query in masonry format.
We have purchase plugin Dynamic post 2 but it does not work!If you want to see the page the url is:
https://midarte.manifestiindigitale.it/opere/Thanks,
Tipografia GarofoliHello,
I have to use the widget Dynamic Listing from The Plus Addons (Elementor) to show a list of my custom post “biens” (like “buildings” in english) with a custom skin for a customer.
I use the query ID to link my search and filter form with my Dynamic Listing. Our item from the custom post type are displayed but the pagination isn’t working.
I add this code to functions.php to manage the link :
function recherche_bien_vente_function($query_args){ $query_args['post_type'] = 'biens'; // My custom post type $query_args['search_filter_id'] = 783; // My search and filter ID if ( get_query_var( 'paged' ) ) { $paged = get_query_var( 'paged' ); } elseif ( get_query_var( 'page' ) ) { $paged = get_query_var( 'page' ); } else { $paged = 1; } do_action ('search_filter_setup_pagination', $paged); $query_args['paged'] = $paged; return $query_args; } add_filter('recherche_bien_vente', 'recherche_bien_vente_function');
I think that your plugin does not support the pagination for Dynamic Listing (and Dynamic Listing globally) but can I make it work with the query_args ? Or is it an another method ?
Regards,
Amélie.Topic: Elementor Product Page
I am trying to create an elementor product page to replace the WordPress theme based one. I have come across one problem though, the filter and products are unlinked, and in fact when I select a filter it takes me back to original shop page.