Forums Forums Search Search Results for 'Elementor'

Viewing 10 results - 831 through 840 (of 1,069 total)
  • Author
    Search Results
  • #218711

    Anonymous
    Inactive

    I am using custom method to display the results from an Elementor Pro Posts widget. The Theme I am using is Hello Elementor (child). I haven’t found anything in the widget that would allow this, though I agree it would be the logical place.

    By the way, I just started using Search & Filter Pro a week ago and think it is fantastic! It is helping me to simplify and improve some sticky parts of my site.

    #218539

    In reply to: Filter not working


    Anonymous
    Inactive

    Trevor,

    If I wanted to expand this solution to AE Block templates – how would I?

    The Elementor solution works fine – but limited by the way Elementor handles an Archive listing.
    AE allows me to build this in a very different, dynamic way.

    How would I adapt your solution – via -:

    1) Ajax container class to
    2) JS script

    I assume I would need another Search Form specific to AE.

    Again, thank you for your support.

    #218527

    Anonymous
    Inactive

    Elementor and Elementor Pro are both current versions. The license expires in 3 weeks, so that’s the warning you noticed. The pagination is unfortunately not working. Anything else I should try?

    #218519

    In reply to: Filter not working


    Trevor
    Participant

    Somehow the script tags have been removed is my guess. I cannot edit the page right now, as you have it open.

    The Text element has a visual and a plain text tab, and the script must be entered in the plain text and it must be saved with that open. If you save it in the visual mode, elementor will strip the tags.

    #218517

    In reply to: Filter not working


    Anonymous
    Inactive

    The good: It seems to be working
    The bad: This shows up on the frontend

    (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));

    #218427

    In reply to: Filter not working


    Anonymous
    Inactive

    No dice – I had to deactivate WordFence to mitigate a server 403 error.

    For the sake of testing, I just added an Elementor Grid – and still no deal with and without text element.

    Right now, I have a custom search with both search codes showing.

    [searchandfilter id=”2415″]
    [searchandfilter id=”2415″ action=”filter_next_query”]

    #218315

    In reply to: Filter not working


    Trevor
    Participant

    I have made a change to the Ajax Container in the form.

    In the page, see this shortcode element:

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

    Can you edit that to make it only:

    [searchandfilter id="2415"]

    Then, add a text element directly above the results grid, and in the text tab (not the visual tab) of that Text element, paste this:

    [searchandfilter id="2415" action="filter_next_query"]
    <script>(function ( $ ) {
    	"use strict";
    	$(document).on("sf:ajaxfinish", ".searchandfilter", function(){
    		elementorFrontend.hooks.doAction('frontend/element_ready/posts.classic', jQuery('.elementor-widget-posts'));
    	});
    }(jQuery));</script>

    This still might not work for Ajax refresh, as the script was designed for normal Elementor Grid Blocks, not those from Anywhere Elementor. But some progress will have been made, I hope.

    #218313

    Trevor
    Participant

    A quick look at the form shows only one issue:

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

    When you want ALL terms, actually Select None. Can you remove those two rows of settings and save the form.

    The next issue is this:

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

    Can you remove that shortcode element and replace with a Text element, and in the text tab (not the visual tab) of that Text element, paste this:

    [searchandfilter id="114" action="filter_next_query"]
    <script>(function ( $ ) {
    	"use strict";
    	$(document).on("sf:ajaxfinish", ".searchandfilter", function(){
    		elementorFrontend.hooks.doAction('frontend/element_ready/posts.classic', jQuery('.elementor-widget-posts'));
    	});
    }(jQuery));</script>
    #218214

    Trevor
    Participant

    Unfortunately, with Elementor, this is not possible, because Elementor does not have No Results Found logic and output control. However, you can make it harder for the user to end up with no results. In the General settings tab:

    Set Auto Count (both settings) to ON

    And then in the Form UI:

    In each field set Hide Empty to ON

    This will hide any options that have zero results.


    Anonymous
    Inactive

    Hi,
    i am using search & filter pro with elementor pro for showing custom post type.
    now Want to show not found massage if search not match.

Viewing 10 results - 831 through 840 (of 1,069 total)