Forums › Forums › Search & Filter Pro › Search and Filter Stopped working
Tagged: Stopped Working
- This topic has 1 reply, 2 voices, and was last updated 10 years, 11 months ago by
Ross.
-
Anonymous(Private) April 15, 2015 at 6:41 pm #15140
Hi There,
I am using this plugin to filter categories and posts. The plugin was working fine in the temp directory but then as per client requirements, we shifted the site to live, on a goDaddy wordpress hosting and the filter stopped working. You can check the filter on this page (http://www.pharmalive.com/category/therapeutics/). I am using (do_shortcode) to display filter on the pages and using search.php page template to show results and this is what the loop inside search.php page looks like
<?php if(have_posts()):?> <?php while(have_posts()):the_post();?> <div class="post" id="post-<?php the_ID(); ?>"> <h3><a href="<?php the_permalink();?>" title="<?php the_title(); ?>"><?php the_title();?></a></h3> <?php the_post_thumbnail(); ?> <?php the_excerpt(); ?> <p><a href="<?php the_permalink();?>" title="<?php the_title(); ?>">Read More »</a></p> <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?> </div> <?php endwhile;?> <?php else : ?> <h2><?php _e('No Posts Found'); ?></h2> <?php endif;?> <div class="clear"></div> </div>Need urgent help…!
Ross Moderator(Private) April 15, 2015 at 10:39 pm #15147Hey Gregory
Well to look at it objectively – it was working in one location and then not in another…
So the problem probably lies with your live setup or something has changed.
What I would check is:
1) There is nothing in the “Tags, Categories and Taxonomies” tab or the “post meta” tab (in the settings box), make sure everything is empty here and test.
2) Other plugins – disable your other plugins and see if there is a conflict
3) Test S&F in another location – create a test environment or something locally.
4) Create a new search form, but use a shortcode for displaying results – follow the “quick tutorial” here and provide me with a link to the page.
Let me know the results to each step above so I can help diagnose the issue.
Thanks
-
AuthorPosts