-
AuthorSearch Results
-
May 21, 2020 at 12:46 pm #245306
In reply to: Posts not filtering correctly
TrevorParticipantYou appear to have used an outdated integration method for Elementor Pro. You need our new extension and to follow this guide (the extension download button is at the top):
https://searchandfilter.com/documentation/3rd-party/elementor/
May 21, 2020 at 10:28 am #245269In reply to: Help with custom display results filter
RossKeymasterHi Ale
Ok, so you are trying to integrate with custom display method:
https://searchandfilter.com/documentation/search-results/custom/Instead of using
filter_next_query
shortcode, why don’t you addsearch_filter_id
to your query?$args = array('post_type' => 'post'); $args['search_filter_id'] = 123; $query = new WP_Query($args);
BTW, for some reason I don’t think our shortcodes work in the Elementor
shorcode
widget, you need to use atext
widget if you want to do it that way :/Thanks
May 21, 2020 at 12:12 am #245206
AnonymousInactiveHi Trevor,
Sorry, this doesn’t work, because I’m not using the EDD shortcode to load my store page. I’m using a plugin called ElemEDD, which provides an Elementor widget to load the Store page – it does not offer a way to modify the shortcode. This plugin makes the styling of the store page and items much more manageable – I don’t want to lose it.
There are at least two other plugins I’ve seen which provide EDD Downloads in an Elementor widget, and I suspect they might have the same problem, though I haven’t tried them. There may be more.
I’m also using your Elementor extension for S&F Pro, so I would hope that you’d continue your support for Elementor users, including those of us who use Elementor for EDD functionality.
I’m willing to use an alternative method for the “Display Results” parameters to make S&F Pro work again (or some other tactic), if you can explain it clearly, and it’s not too onerous.
I’m also willing to continue using S&F V2.5.0 until you can resolve this gracefully, unless you tell me there’s some problem with that.
Please advise!
Thanks,
Howard
May 20, 2020 at 4:44 pm #245159In reply to: Help with custom display results filter
AnonymousInactiveYeah i use elementor but i want to use a custom query like you explain in your docs because with integrations step i not have Lightbox working on my image as you can see here https://dev.ledecorazioni.com/inspiration-v3/).
Instead with my custom query i can use Lightbox for images fine…i need only know how can works with filter above it 🙂
tNx so much in advice…
Ale
May 20, 2020 at 3:11 pm #245143In reply to: Help with custom display results filter
RossKeymasterHi Alessandro
It looks like you are using Elementor?
It seems like you are using our old integration steps.
Please remove that shortcode, and any javascript you might have added.
Instead, follow the instructions here (and install the Elementor extension):
https://searchandfilter.com/documentation/3rd-party/elementor/Thanks
May 20, 2020 at 11:54 am #245089In reply to: Elementor blank section after filtering
AnonymousInactiveYes that’s what I actually did after the first old way wasn’t working. I followed that guide installed the plugin, then changed the settings in the post widget. The ajax container settings disappeared after I changed from custom to Elementor/Posts/Portfolio, I initially thought the problem was that I was trying to target the incorrect container. But even after all of that there’s still nothing showing. I’ve done a quick screen recording of my setup because I’m working off a local host and uploaded it to https://streamable.com/ndlgah
If you wouldn’t mind having a look and seeing if there’s any obvious mistakes in the settingsMay 20, 2020 at 11:21 am #245086In reply to: Elementor blank section after filtering
TrevorParticipantThat tutorial is a little out of date regarding Elementor, you need our new extension and to follow this guide:
https://searchandfilter.com/documentation/3rd-party/elementor/
It doesn’t say so, but you can now also create a custom skin with Ele Custom Skins and it should work with that also.
May 20, 2020 at 4:23 am #245010In reply to: Updating Elementor Post Grid
AnonymousInactiveI got it working by taking these steps
1. Switched the results display mode to Custom
2. Added the following shortcode inside the row containing my theme’s unique Elementor blog widget[searchandfilter id=”ID of search & filter form” action=”filter_next_query”]
3. Added a unique ID to the Elementor blog widget called #results
4. Specified the #results div id in the “Ajax container” configuration optionMay 19, 2020 at 6:51 pm #244987In reply to: Updating Elementor Post Grid
AnonymousInactiveI am using a custom Elementor widget that comes with my theme and it does not have a “Query” field.
There is only an option to enable “WP_Query”
May 19, 2020 at 6:37 pm #244985In reply to: Updating Elementor Post Grid
TrevorParticipantThat sounds like our old integration method. We have now introduced an extension for Elementor, and a new guide on how to use it. Both are to be found here:
https://searchandfilter.com/documentation/3rd-party/elementor/
Make sure that you are using the 2.5.1 version of our plugin.
-
AuthorSearch Results