Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Search & Filter Pro Form + Salient Portfolio

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Joe Caruso
    #127637

    Hey there – I’m trying to use a Search and Filter Pro Form to filter portfolio items from a Salient portfolio element. However, the Search Form and the Salient Portfolio don’t seem to be communicating. Nothing happens when I try to select filters. Here’s the page: http://37.60.234.89/~bantamgr/portfolio-2/

    I was able to get things working when I displayed results using a Shortcode (shown here: http://37.60.234.89/~bantamgr/companies/), but I want the styling of the results to match that of the Salient portfolio element.

    What should I do? Would it be easier to configure Salient and Search and Filter Pro to work together? Or to do custom styling on the default Shortcode results. Would appreciate guidance either way.

    Thanks!

    Trevor Moderator
    #127638

    I think this MIGHT work:

    Change the Display results method to Custom

    Set the Results URL to the full page URL of your portfolio page

    Add the form in the usual way (probably using the shortcode), like this (with your form ID instead of 123):

    [searchandfilter id="123"]

    and then, just before the portfolio block (and if the form is just above the portfolio block this can be in the same block as that, after the form shortcode), this shortcode:

    [searchandfilter id="123" action="filter_next_query"]

    I do not know if Ajax will work, it might not, so try at first without that.

    Joe Caruso
    #127937

    Thanks for the response. Just tried that, and unfortunately, nothing changed.

    Unless you know of another way to connect my form with the Salient portfolio widget, then my best bet might be to customize the results listings myself. Is there any documentation on how to do that?

    Trevor Moderator
    #127939

    Does Salient include Visual Composer, if so, which version, and does it have the original Visual Composer Post and Media Grid elements (and their Masonry equivalents)?

    Joe Caruso
    #127941

    Yes, it comes with Visual Composer.

    The version is 8.0.15.

    I’m not sure about the original Post and Media grid elements – how do I verify?

    Trevor Moderator
    #127945

    That’s odd. Visual Composer is only at v5.2.1 I think.

    Here is a screenshot of the normal elements:

    Fred Santos
    #276558

    Some years later: in the “ajax container” field, insert .row.portfolio-items

    I’ve got a bug in the search: the filter works, but the opacity of the results were equals 0.

    So, I inserted in the child theme style.css

    .portfolio-items .col .inner-wrap[data-animation=”fade_in”], .portfolio-items:not(.carousel) .col .inner-wrap.animated {
    opacity: 1!important;
    }

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.