Forums Forums Search & Filter Pro Need to refresh page after filtering. Help…

Viewing 10 posts - 11 through 20 (of 22 total)
  • Trevor
    #259735

    You would need to enclose the CSS I gave you in a media query:

    @media (min-width: 768px) {
      .searchandfilter > ul > li {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
      }
    }

    If that option does not work to scroll correctly, something else in the site (plugin, code or theme) must be stopping it from working). I would not know what is doing that. You could try to find out by deactivating as many plugins as you can and testing.

    Anonymous
    #259877
    This reply has been marked as private.
    Anonymous
    #259879
    This reply has been marked as private.
    Anonymous
    #259881
    This reply has been marked as private.
    Anonymous
    #259883
    This reply has been marked as private.
    Trevor
    #259894

    You would need to upload the screenshot image(s) to a file sharing site (like the WordPress Cloudup site, Google Drive, Weshare, Dropbox, etc) and share the link with me.

    Anonymous
    #259908
    This reply has been marked as private.
    Trevor
    #260065
    This reply has been marked as private.
    Anonymous
    #260077
    This reply has been marked as private.
    Anonymous
    #260095

    Hi as everything is marked as private I am not sure if the issue is exactly the same as mine, and if it was answeard.

    I have a woocommerce shop page with the Search And Filter pro plugin.
    My filters seems to works correctly, the URL is changed and the Ajax call returns the correct data, though the page content itself is not updated. If i refresh the page (with that newly updated URL after selecting a filter), the data are correct.

    Let me know if the issue is not related and i will create a new post.

    Kind regards,
    Thibaud

Viewing 10 posts - 11 through 20 (of 22 total)