Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro BuddyPress Integration Issues

Viewing 10 posts - 1 through 10 (of 14 total)
  • Ryan Nielson
    #11250

    I have several custom post types on my website that are not working correctly with the search filter and BuddyPress. For example, I have applied the following code to one of my pages:

    <?php echo do_shortcode(‘[searchandfilter fields=”encyclopedia-category,post_date” types=”select,daterange” hierarchical=1 hide_empty=1 submit_label=”Filter”]’); ?>

    This is intended to filter “Encyclopedia” post types by category (http://dennishoppe.de/en/wordpress-plugins/encyclopedia). The filter works perfectly on my category and single page, but fails on the archive page.

    The issue is somehow connected to BuddyPress because when I set the BuddyPress Activity Stream page as my homepage, the filter stops working and redirects me to my home page and displays something similar to the following:

    https://sandbox.stratics.com/?encyclopedia-category=uo

    However, when I use any other static page as the homepage, the filter starts working again. I suspect this has something to do with the way the search filter uses permalinks and the way BuddyPress treats permalinks, but I am at a loss at this point.

    The filter works just fine for my normal articles (substituting ‘category’ for ‘encyclopedia-category’).

    I tried to purchase the Pro version to see if it was fixed, but had no luck so I disabled the pro version (it broke all of my previous filters).

    Ryan Nielson
    #11251

    Apparently this is an issue where the Activity Stream page uses the same query as the search feature:

    https://buddypress.trac.wordpress.org/ticket/5087

    They recommend the following:

    “As a temporary workaround, you can reconfigure your blog search to go to a blog archive page, rather than the home page URL.”

    I’m not sure how to do that with this plugin, any help?

    Ross Moderator
    #11401

    Hey Ryan

    I just wrote a long post however I scratched that after noticing something (!)

    You are still using the free version of the plugin? Because the pro plugin does not require complex shortcodes to build search forms – normally its a drag and drop UI, and you supply and ID to the shortcdoe 😉

    Thanks!

    Ryan Nielson
    #11409

    Yes I disabled the pro version as I said. It is still installed and validated on my WordPress, but it did not solve the issue and seemed more complicated than just using the short codes that come with the free version. The drag and drop GUI doesn’t work particularly well with custom post types and I have a lot of those. I use the filter by category feature, and not the search feature. The search feature allows you to select which post types to search, but there isn’t something like that for categories. You can manually select categories to include, but the GUI was mixing categories between various post types, so it was a hassle to figure out because I use several custom filters on my site and a separate filter for each post type. Is there a way to overcome this issue using the pro feature? If so, please let me know. I figured that providing you the pro shortcode would be worthless given that it is just a series of numbers.

    http://snag.gy/GvsC0.jpg

    In any case, I already had the shortcodes setup and working perfectly using the free version, so I don’t think this is an issue of not configuring the shortcode correctly unless there is an option I’m unaware of. The problem is that when I set my homepage to use a BuddyPress page, the filters stop working for custom post types. According to the BuddyPress ticket I attached previously, this is due to a conflict between the query used for BuddyPress and WordPress searches. Do you know a away around this issue?

    Ross Moderator
    #11411

    Hey Ryan

    I understand where you are coming from, but you can achieve the same as you would with the shortcode as with the pro and drag and drop – the free version doesn’t even allow for category including and excluding.

    Unfortunately I am unable to offer support for the free plugin as the pro uses a much different and modified codebase – with literally hundreds of improvements/features (sorry I missed your note on this in your first post).

    You must disable free, and enable pro – and follow the pro setup procedure – you cannot “port over” an old form, it must be recreated from scratch – and looking at the shortcode example I would imagine that would only take 5-10 minutes to recreate:

    1) Drag over a taxonomy field for the taxonommy encyclopedia-category
    2) Drag over a post date field, set it to date range
    3) Drag over a submit button…

    Replace your shortcode from the free, from the one provided underneath the “publish” button in S&F admin.

    Thanks

    Ryan Nielson
    #11419

    I disabled free as advised. Can I delete the free version?

    Working on getting the pro version setup, but I’ve run into a couple snags.

    1. The display for the filter is stacked vertically instead of horizontally. When I use the free version I am able to get them to display horizontally, which is preferred because I am using the shortcode in page templates at the top of the screen and would like to minimize vertical space.

    http://snag.gy/BI0h1.jpg

    2. The load results seems to fail. The dropdown menu shows that there are several encyclopedia post types available for each category, but when I run the query I get this blank screen. The free version used to load the results on a category page. I tried to

    http://snag.gy/isNjh.jpg

    These are my settings (I tried to disable custom templates and it didn’t work either):

    http://snag.gy/Oaj52.jpg
    http://snag.gy/zqMBj.jpg

    I’m using the following code in my template:

    <?php echo do_shortcode(‘[searchandfilter id=”1227766″]’); ?>

    I’ve also tried changing the template file to my encyclopedia category page archive, but that didn’t work: taxonomy-encyclopedia-category.php.

    Ryan Nielson
    #11423

    If I disable is_true, I get a blank index page.

    http://snag.gy/S0EDe.jpg

    Ross Moderator
    #11424

    Hey Ryan

    1) is an easy css fix, I’ll dig out the code tomorrow
    2) this may be a template setting – it is always recommended you specify a template otherwise you may not be able to control the formatting of your search results – I recommend creating a copy of search.php specifically for use in S&F and specifying this in the custom template setting.

    In this new template file, can you tell me if there are any occurences of WP_Query, get_posts or query_posts in that template file?

    And the is_true setting – this setting should only affect the search results page, not your index page – it should automatically be disabled when creating a search form – it is used to fix things in special circumstances.

    Thanks

    Ryan Nielson
    #11425

    This is what it looks like when I revert to the free version of the plugin and use a non-BuddyPress homepage.

    http://snag.gy/ijMFO.jpg

    Ross Moderator
    #11426

    This plugin should never update your homepage or affect it in any way…. so if you use a non buddypress homepage and the pro plugin, you should also be seeing the same.

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

The forum ‘Search & Filter Pro’ is closed to new topics and replies.