Forums › Forums › Search & Filter Pro › Need to refresh page after filtering. Help…
- This topic has 22 replies, 3 voices, and was last updated 5 years ago by
Trevor.
-
Trevor(Private) September 16, 2020 at 3:59 pm #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(Private) September 20, 2020 at 4:55 pm #260095Hi 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 -
AuthorPosts