Forums Forums Search & Filter Pro It disappear when clicking

Tagged: 

Viewing 9 posts - 31 through 39 (of 39 total)
  • Anonymous
    #207903
    This reply has been marked as private.
    Trevor
    #207905
    This reply has been marked as private.
    Anonymous
    #207930
    This reply has been marked as private.
    Trevor
    #207932

    I just want to see how the form relates to a ‘standard’ results.php template, not to delete the one you have.

    Anonymous
    #207942
    This reply has been marked as private.
    Anonymous
    #207952
    This reply has been marked as private.
    Trevor
    #208001

    For me the search is working, but the URL still does not update.

    For example, if I search for ‘Édition sur mesure’ I get 3 results. If I click ‘Décor’ it adds one post (you have the field relationship set to OR, so it adds selections. It is hard to see which have been chosen as your theme has hidden the checkboxes with this CSS:

    [type="checkbox"], [type="radio"] {
        display: none;
    }

    You could show them by adding this custom CSS:

    .searchandfilter [type="checkbox"], [type="radio"] {
        display: inline-block;
    }
    Anonymous
    #208032
    This reply has been marked as private.
    Trevor
    #208043

    So, if we agree it is working now, try using your modified results.php file. If it does not work with that, then the content of that modified file is the issue.

Viewing 9 posts - 31 through 39 (of 39 total)