Forums › Forums › Search & Filter Pro › Need to refresh page after filtering. Help…
- This topic has 22 replies, 3 voices, and was last updated 4 years, 1 month ago by Trevor.
-
Anonymous(Private) September 13, 2020 at 1:03 pm #259254
Hello,
I created a model of card loop that I imported in an archive. after that I created a filter based on this archive page and imported the archive model to a page. The URL of the filter is linked to the page who has the archive imported in it and when I filter I have to refresh the page to see the new result…
Can you pls help me…
Trevor(Private) September 15, 2020 at 5:12 pm #259540In reply to post-259381
We don’t currently have such a range option (e.g. <=5) so you must make it a range, and hide the From box in the form using CSS, and set the From number to not auto detect but set it to 0 manually. The user can then select the upper number.
Horizontal forms you may need to enclose the custom CSS in a media query so as not to affect mobile view, but a simple method is shown here:
.searchandfilter > ul > li { display: inline-block; vertical-align: top; padding: 0 20px; }
Trevor(Private) September 16, 2020 at 1:32 pm #259672The rooms field would be set like this, but I would need to see it on a live page to give you the CSS to hide it (I assume the custom field is named
rooms
):https://www.screencast.com/t/suKitFaT
You need to use this option to tell the plugin where to scroll to:
-
AuthorPosts