Forums Forums Search & Filter Pro Results don't show after filtering

Viewing 10 posts - 1 through 10 (of 15 total)
  • Anonymous
    #90345

    I’ve set-up S&F on my website to filter the blog masonry I use on the post page.

    If the checkboxes are not marked I can see all the posts nicely in the blog masonry I use from the theme. Once is mark one or more checkboxes the results disappear. After un-checking all the boxes the results don’t show anymore.

    I think there seems to be a problem with the connection between te S&F plugin and the theme.

    Maybe this problem has already been discussed on the support forum but I did not find it…

    I’m using:

    WordPress 4.7.2
    Enfold theme 3.8.5 by Kriesi

    Kind Regards

    Anonymous
    #90346
    This reply has been marked as private.
    Trevor
    #90358

    Hi

    When I select one of the checkboxes, the page re-directs and shows me results. Is this what is expected? Or do you want the results to show on the page link you gave?

    Anonymous
    #90367
    This reply has been marked as private.
    Trevor
    #90371

    Hi Christophe. I suspect what you will need is a small snippet of javascript and to know how to trigger masonry in the theme. For example:

    (function ( $ ) {
     "use strict";
     $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
      console.log("ajax complete");
      // load your masonry function here
     });
    }(jQuery));
    Anonymous
    #90375
    This reply has been marked as private.
    Trevor
    #90381

    If you are using the ‘Custom’ display method, you need to edit the template file that the page uses and add an extra line, if the theme will still work with this done. This is shown in the documentation.

    Anonymous
    #90540
    This reply has been marked as private.
    Trevor
    #90701

    Probably as your are. Do you know which theme template file the page uses?

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