-
AuthorSearch Results
-
August 12, 2019 at 12:23 pm #218711
In reply to: No Results Message field – where is it?
AnonymousInactiveI 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.
August 8, 2019 at 9:27 pm #218539In reply to: Filter not working
AnonymousInactiveTrevor,
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 scriptI assume I would need another Search Form specific to AE.
Again, thank you for your support.
August 8, 2019 at 5:50 pm #218527In reply to: Pagination with Elementor
AnonymousInactiveElementor 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?
August 8, 2019 at 5:03 pm #218519In reply to: Filter not working
TrevorParticipantSomehow 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.
August 8, 2019 at 4:54 pm #218517In reply to: Filter not working
AnonymousInactiveThe 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));
August 7, 2019 at 8:37 pm #218427In reply to: Filter not working
AnonymousInactiveNo 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”]August 7, 2019 at 10:32 am #218315In reply to: Filter not working
TrevorParticipantI 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.
August 7, 2019 at 10:15 am #218313In reply to: Pagination with Elementor
TrevorParticipantA 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>
August 6, 2019 at 3:10 pm #218214In reply to: Want to show not found massage if search not match
TrevorParticipantUnfortunately, 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) toON
And then in the Form UI:
In each field set
Hide Empty
toON
This will hide any options that have zero results.
August 6, 2019 at 6:21 am #218113
AnonymousInactiveHi,
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. -
AuthorSearch Results
-
Search Results
-
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.