Forums Forums Search & Filter Pro Issue: S&F displays all items

Viewing 10 posts - 1 through 10 (of 31 total)
  • Anonymous
    #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? No

    This 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
    #77829
    This reply has been marked as private.
    Anonymous
    #77941
    This reply has been marked as private.
    Trevor
    #78072
    This reply has been marked as private.
    Trevor
    #78192
    This reply has been marked as private.
    Anonymous
    #78201
    This reply has been marked as private.
    Trevor
    #78215

    It 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
    #78220

    I 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?

    Trevor
    #78224

    I just tried that new search, and If I search for Outdoor Living and BBQ’s it returns 2 results correctly? Or do you mean that when the page opens it shows all 657 results and it should show only 8? If so, how are the 8 being selected?

    Anonymous
    #78231

    I 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)

Viewing 10 posts - 1 through 10 (of 31 total)