Forums › Forums › Search & Filter Pro › DIVI
- This topic has 3 replies, 2 voices, and was last updated 5 years, 4 months ago by Trevor.
-
Anonymous(Private) July 11, 2019 at 12:40 pm #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(Private) July 11, 2019 at 3:57 pm #216089Running 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"]
-
AuthorPosts