Forums Forums Search & Filter Pro dSubmit doesn't show results after filtered with range slider

Tagged: ,

Viewing 10 posts - 1 through 10 (of 23 total)
  • Anonymous
    #91203

    Hi,
    I’m working on a real estate website.
    I had few fields on my search sidebar:
    – ID (Search with relevanssi)
    – Status (Taxonomy: rent/sell)
    – Type (Taxonomy: house/appartment)
    – City (Taxonomy: cities list)
    – Price (ACF number meta field)
    If I submit without mooving price slider, all is ok and I see filtered results.
    When I filter price with slider, I see it filter works because it reduces number of houses(with auto count engaged).
    But, Submit does’t show filtered houses. Results are all the houses ans not only (for exemple) those below 100.000.

    I don’t understand why it doesn’t work.
    Many thanks for you help.

    All the best.
    Pierre

    Trevor
    #91207
    This reply has been marked as private.
    Anonymous
    #91209
    This reply has been marked as private.
    Trevor
    #91211

    I think that the issue is that the Results container is set to #content, but the actual results container doesn’t really have a identifiable name, so try .featured-flat .row

    Anonymous
    #91220
    This reply has been marked as private.
    Trevor
    #91222
    This reply has been marked as private.
    Anonymous
    #91224
    This reply has been marked as private.
    Anonymous
    #91226
    This reply has been marked as private.
    Trevor
    #91228

    Ok. I can see that your theme is interfering with and overriding our filter query. If you look in the advanced-search.php template you will see if I have added this line:

    do_action('search_filter_query_posts', 77);

    and now it works. This line overrides your theme’s query, but only works for one search results type.

    Anonymous
    #91230

    Ok thank you very much Trevor.
    If I want to use an other search form, I need to create a new search template ?

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