Forums Forums Search & Filter Pro Search & Filter 2.0 Update and Questions

Viewing 10 posts - 1 through 10 (of 24 total)
  • Anonymous
    #25743

    Hi Ross,

    Thanks a lot for the update. I have some questions to do and some problems to solve. I hope you can help me.

    1- Right now I’m using the previous version of the plugin, because i tried do the update but some problems happens: The filter stop to work… I try follow the tips in the “update notes” but is a little confusing for me. Can u help me?

    2- I have a filter with two fields – clients and services – Right now they are working independently of each other. When i select a client appears all my posts with that client category. But what I want is when i select a client i can select also in the field services only the categories related to the post. How i can do that?

    3- I don’t want the post appears before I select some filters. Only after i select the field appears the posts

    Thanks a lot

    Anonymous
    #25746
    This reply has been marked as private.
    Anonymous
    #25858

    still need help on these points . I really appreciate the help

    2- I have a filter with two fields – clients and services – Right now they are working independently of each other. When i select a client appears all my posts with that client category. But what I want is when i select a client i can select also in the field services only the categories related to the post. How i can do that?

    3- I don’t want the post appears before I select some filters. Only after i select the field appears the posts

    Ross Moderator
    #25862

    Hey there

    So to answer your questions:

    2) In the general tab ensure “Field relationships” is set to “AND”, and also that “Enable Auto Count” is ticked

    3) This is not an option just yet in S&F however I’m thinking of adding this in the admin, but its really not too difficult to implement.

    What you would need to do is hide the div initially with CSS – which would be either .search-filter-results or #search-filter-results-1234

    This means your results would start off hidden.

    Then you would need to display the results after a search has been performed by the user – you can do this with JS by attaching an event listener to detect when a search has completed:

    http://www.designsandcode.com/wordpress-plugins/search-filter-pro/faqs/

    What you would need to use is the Ajax finish event, and there you would use jQuery to show your results again.

    Thanks

    Anonymous
    #25883

    Thanks for the feedback Ross,

    2 – I have all your recommendations on. you can see the image with the general panel http://imgur.com/xWt2XPs

    3 – i tried costumize the results.php to reach my point: i put that code:if ( $_GET["_sft_portfolio_category"] && $query->have_posts() ) instead of the original one: if ( $query->have_posts() )
    This can generate any problem?

    I really need the field relationship working.

    Thanks a lot once again

    Anonymous
    #25884
    This reply has been marked as private.
    Ross Moderator
    #26089
    This reply has been marked as private.
    Ross Moderator
    #26197
    This reply has been marked as private.
    Anonymous
    #26499
    This reply has been marked as private.
    Anonymous
    #26507
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 24 total)