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

Viewing 10 posts - 1 through 10 (of 23 total)
  • Anonymous
    #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
    #259300
    This reply has been marked as private.
    Anonymous
    #259381
    This reply has been marked as private.
    Anonymous
    #259471
    This reply has been marked as private.
    Anonymous
    #259473
    This reply has been marked as private.
    Trevor
    #259479
    This reply has been marked as private.
    Trevor
    #259540

    In 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;
    }
    Anonymous
    #259559
    This reply has been marked as private.
    Anonymous
    #259633
    This reply has been marked as private.
    Trevor
    #259672

    The 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:

    https://www.screencast.com/t/Lk2AadQOrYt0

Viewing 10 posts - 1 through 10 (of 23 total)