Forums Forums Search Search Results for 'Elementor'

Viewing 10 results - 521 through 530 (of 1,069 total)
  • Author
    Search Results
  • #245306

    Trevor
    Participant

    You 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/

    #245269

    Ross
    Keymaster

    Hi 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 add search_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 a text widget if you want to do it that way :/

    Thanks


    Anonymous
    Inactive

    Hi 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

    #245159

    Anonymous
    Inactive

    Yeah 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

    #245143

    Ross
    Keymaster

    Hi 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

    #245089

    Anonymous
    Inactive

    Yes 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 settings

    #245086

    Trevor
    Participant

    That 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.

    #245010

    Anonymous
    Inactive

    I 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 option

    #244987

    Anonymous
    Inactive

    I 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”

    #244985

    Trevor
    Participant

    That 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.

Viewing 10 results - 521 through 530 (of 1,069 total)