Forums Forums Search & Filter Pro Display Results

Viewing 10 posts - 1 through 10 (of 17 total)
  • Anonymous
    #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
    #259026
    This reply has been marked as private.
    Anonymous
    #259070
    This reply has been marked as private.
    Trevor
    #259184
    This reply has been marked as private.
    Anonymous
    #259199
    This reply has been marked as private.
    Trevor
    #259205

    There. Does it now work for you? I set it back to custom, and added back the shortcodes you had used, and then made more important change, the Ajax Container set to .tourmaster-tour-item-holder.

    Anonymous
    #259394
    This reply has been marked as private.
    Anonymous
    #259396
    This reply has been marked as private.
    Trevor
    #259522

    I 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.

    Anonymous
    #260410
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 17 total)