Forums › Forums › Search & Filter Pro › Display Results
- This topic has 16 replies, 2 voices, and was last updated 3 years, 9 months ago by Trevor.
-
Anonymous(Private) September 10, 2020 at 3:03 am #258973
Hi
I try to install filter on my site by using Display Results – Custom. I try to do it like Filter Next Query Shortcode, as you say in documentation I write [searchandfilter id=”22″ action=”filter_next_query”][tourmaster_tour category=”” num-fetch=”6″ pagination=”page” tour-style=”grid” column-size=”3″ thumbnail-size=”full” tour-info=”duration-text, availability” excerpt-number=”20″ tour-rating=”enable” ] but it no work. Can you help me, or say how can I use it by other way.
When I use “Using a Shortcode” it show results as posts archive and it not nice.
If I use “As an Archive” and try to use content/archive-default.php file it work wrong.I want to show results as here https://tripanatic.com/organizer/napravlenie/
Trevor(Private) September 15, 2020 at 4:14 pm #259522I will take the first post:
Your theme has this CSS:
.traveltour-body h4 { color: #383838; font-size: 28px; font-family: "Poppins", sans-serif; margin-top: 0px; margin-bottom: 20px; line-height: 1.2; font-weight: 700; }
To control this, you need custom CSS like this:
`.traveltour-body .searchandfilter[data-sf-form-id=”22″] h4 {
/* CSS rules */
}To the second question:
I am not sure if that date will be a problem in that format. Maybe, maybe not. You would need to test. Ideally, it should be
20200918
for example. It should not matter that it is not datetime.At the moment, you need to use both From and To. The To field can be hidden, and you can use JavaScript to fill it with a long away date when the page opens. We will change/enhance the form field date match/range options in V3, due in a few months.
-
AuthorPosts