Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #216048

    I can not get this to work with DIVI your doc is pretty lacking in detail. There are a couple of threads here but they really can’t be followed as it like reading a redacted report with all the private comments. I have the latest Divi and the latest version of S&FP. I am happy to use the widget or shortcode.

    This ramble is not clear at all: https://support.searchandfilter.com/forums/topic/divi-and-sf/#post-127431

    But again the redacted stuff ….

    thks

    Trevor
    #216057
    This reply has been marked as private.
    Anonymous
    #216080
    This reply has been marked as private.
    Trevor
    #216089

    Running through those points. Normally, in the Divi integration, the form will be on the results page. You can also have the form on other pages, and for those pages no additional integration is required. The integration is purely on the results page, which ideally will also have the form on.

    Let’s say you have a text module. On the page with just the form on, it might look like this:

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

    Then, on the page with the results grid, that single shortcode will be added to like this:

    [searchandfilter id="77"]
    [searchandfilter id="77" action="filter_next_query"]
    <script>(function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        console.log("ajax complete");
        var grids = document.getElementsByClassName('et_pb_salvattore_content');
        salvattore['register_grid'](grids[0]);
        salvattore['recreate_columns'](grids[0]);
      });
      
    }(jQuery));</script>

    With a full width layout (not a grid), it might look like this:

    [searchandfilter id="77"]
    [searchandfilter id="77" action="filter_next_query"]
Viewing 4 posts - 1 through 4 (of 4 total)