Forums › Forums › Search & Filter Pro › Issue: S&F displays all items
- This topic has 30 replies, 3 voices, and was last updated 8 years, 2 months ago by
Ross.
-
Anonymous(Private) December 20, 2016 at 2:43 pm #77784
Hi,
I tried to use S&F using the Mesocolumn theme together with Custom Taxonomies, and I cannot get it to work.
My settings –
Display results method: As an Archive
Load results using Ajax? NoThis is how my archive.php looks like
<?php get_header(); $cat_id = get_queried_object()->term_id; ?> <?php do_action( 'bp_before_content' ) ?> <!-- CONTENT START --> <div class="content"> <div class="content-inner"> <?php do_action( 'bp_before_blog_home' ) ?> <!-- POST ENTRY START --> <div id="post-entry" class="archive_tn_cat_color_<?php echo $cat_id; ?>"> <div class="post-entry-inner"> <?php do_action( 'bp_before_blog_entry' ); ?> <?php get_template_part( 'content' ); ?> <?php get_template_part( 'lib/templates/paginate' ); ?> <?php do_action( 'bp_after_blog_entry' ); ?> </div> </div> <!-- POST ENTRY END --> <?php do_action( 'bp_after_blog_home' ) ?> </div><!-- CONTENT INNER END --> </div><!-- CONTENT END --> <?php do_action( 'bp_after_content' ) ?> <?php get_sidebar(); ?> <?php get_footer(); ?> Let me know if you need more details
Trevor(Private) December 22, 2016 at 11:37 am #78215It looks to me that your theme is overriding our results filter. Are you able to set up a page, and make a copy of that form but make it use the Shortcode method, give the form the url for the page you just made for it, and put both the form and results shortcodes on, and see it that gets the right results (albeit with a simple layout)?
Anonymous(Private) December 22, 2016 at 12:01 pm #78220I tried it via http://technablers.com/buildersbase22/products-results/, but the all the items are displayed in the results? Is there a way that I can still use the “As a Archive” module?
Anonymous(Private) December 22, 2016 at 12:20 pm #78231I tried the same filter here: http://technablers.com/buildersbase22/products-results/?_sft_product-categories=outdoor-living-and-bbqs
What I can see are 6 results (the first 2 are valid, the others not)
-
AuthorPosts