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

Tagged: ,

Viewing 10 posts - 1 through 10 (of 22 total)
  • 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 ?

    Anonymous
    #91232

    I need to change also global $wp_query so as to show results number of this new query ?

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