Forums Forums Search & Filter Pro Display results method: Posts Type Archive

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #202565

    Hi,

    When i set my Display results method to Posts type archive it not display anything in my results page

    Please have a look at attached video link

    video

    Thanks

    Trevor
    #202574

    The results are there but hidden? If so, does the elementor grid element have the option to enable Masonry (not an issue if it does not)? The Text block that has the form in should look something like this:

    [searchandfilter id="246086"]
    [searchandfilter id="246086" action="filter_next_query"]
    <script>(function ( $ ) {
    	"use strict";
    	
    	// detects when the ajax request has finished and the content has been updated
    	// re-init the layout scripts from Elementor
    	$(document).on("sf:ajaxfinish", ".searchandfilter", function(){
    		elementorFrontend.hooks.doAction('frontend/element_ready/posts.classic', jQuery('.elementor-widget-posts'));
    	});
    	
    }(jQuery));</script>

    In that order.

    Anonymous
    #202623
    This reply has been marked as private.
    Trevor
    #202642

    Elementor Anywhere is not something we have specifically tested with, and at this time we do not support it. The two most likely Display Results methods to try with it are ‘As an Archive’ (which you have tried) and Custom. With Custom, you need to place a shortcode like this:

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

    Immediately before the results loop. It may, or may not, work. I have not tested it.

    Both may have problems with using Ajax, but I cannot say.

    Anonymous
    #202655

    Hi,

    Can you please explain more clearly how can i use Display result method: custom with video or with some screenshots

    Thanks

    Trevor
    #202661
    This reply has been marked as private.
    Anonymous
    #202726
    This reply has been marked as private.
    Trevor
    #202728
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)