Forums Forums Search & Filter Pro Woocommerce results not updating

Viewing 10 posts - 1 through 10 (of 22 total)
  • Anonymous
    #43258

    Hi,

    When I apply any of the filters, either custom fields or by price, the results aren’t updating.
    Also, the url doesn’t have any query. SO I have a feeling the form may actually be setup incorrectly.

    Any ideas?

    Thanks

    Trevor
    #43269

    Are you able to show us the shop page that the form is on? Also, can you make screenshots or screencast of the forum setup pages so we can see those?

    Anonymous
    #43306
    This reply has been marked as private.
    Trevor
    #43357

    Hi

    Normally, WooCommerce has its results in the div called main, like this:

    <div id="main" ....

    BUT …. in your case, that contains the left sidebar (including the search form) and the results. Search & Filter will not work with the results and search form in the same Results Container, which in your case is set (by default) to #main

    Looking at the page code, I think that this needs changing to the class of the main content column:

    .main-content

    Notice the change from # to . reflecting the change from id to class.

    That might be the cause, if not, get back to me.

    Anonymous
    #43360

    That does actually make sense, however that’s not resolved the issue.
    Now when selecting filters, the 0.5 opacity just stays applied with no change in results.

    Trevor
    #43365

    Is there a chance I can get admin logins to have a look?

    Anonymous
    #43366
    This reply has been marked as private.
    Trevor
    #43378

    Ok

    For now I have stopped work inside your admin. I have found a few things I need to discuss with Ross, the developer. He is not at his desk right now, so I am waiting for him to get back in. I will get back to you.

    Anonymous
    #43379

    Thanks for the update, please let me know.

    Lewis

    Trevor
    #43383
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 22 total)