Forums Forums Search & Filter Pro Duplicate results

Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #227279

    Can you please see why the results has duplicate copy.
    https://dev-berries.pantheonsite.io/recipes/

    Here is the results template,

    	<!-- Grid starts -->
    	<div class="row wf-post-grid">
    		<div class="col s12 wfgrid-container">
    	<?php
    	while ($query->have_posts())
    	{
    		$query->the_post();
    		
    		?>
    			<div class="wf-post-grid__item">
    				<?php 
    					$link = get_permalink();
    					if ( has_post_thumbnail() ) {
    						echo  '<div class="wf-post-grid__img"><a href="' . $link . '">';
    						the_post_thumbnail($size = 'mobileBanner');
    						echo '</a></div>';
    					}
    				?>
    			<div class="wf-post-grid__heading"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></div>
    			</div><!--end of grid-item-->
    		
    		<?php
    	}
    	?>
    		</div><!--end of col -->
    	</div><!-- end of row -->
    Trevor
    #227349
    This reply has been marked as private.
    Anonymous
    #227427
    This reply has been marked as private.
    Anonymous
    #227635
    This reply has been marked as private.
    Anonymous
    #227638
    This reply has been marked as private.
    Trevor
    #227646

    Ah. That would put two forms on the same page. If the page they are on is also the results page, or they both point to the same (other) page, then this is not possible with the current version of the plugin. It will be possible in V3.

    We are well on our way to completing this new version. It will comprise of two main plugins; the replacement for the free version of our plugin (which in V3 will be necessary for the V3 Pro version to work) which will then be the core plugin (always required) and the V3 Pro addon. We have completed the free (core) version. However, I cannot give a timescale on how much longer it will take us to complete the Pro addon.

    Anonymous
    #227711

    I have fixed the issue by synchronizing the 2 search inputs.
    https://stackoverflow.com/questions/8803416/synchonise-2-input-fields-can-it-be-done-using-jquery.

    I hope you get the V3 Pro version out as soon as possible. We need the Load More function as well. Thanks!

    Trevor
    #227715

    Thanks for letting me know. I will close this thread for now.

Viewing 8 posts - 1 through 8 (of 8 total)