Forums Forums Search Search Results for 'Elementor'

Viewing 10 results - 271 through 280 (of 1,069 total)
  • Author
    Search Results

  • Trevor
    Participant

    It depends how long ago you built the site, but we now have a free additional extension for Elementor Pro, which you should download (if you are logged in) from top of this guide page (which shows how it should be used with the archives widget, see a little way down the page for specific extra advice when using the archives widgets):

    https://searchandfilter.com/documentation/3rd-party/elementor/

    Please read the guide carefully, as the old method you had to have a filter_next_query shortcode, some javascript, and set it to custom mode, none of which are now used (all built in to the extension).

    This will require a few changes to the form and the page setup, but will work much better than the way it is currently setup.

    We cannot yet give a 100% guarantee it will work with Ele Custom Skins, but it usually does.


    Anonymous
    Inactive

    Hi

    My website is built using elementor & woocomerce.

    I had my search and filter pro working fine until I installed Ele skin for elementor, which uses a template to style my product archive in woo-commerce. For the Ajax filter, I had previously targeted .elementor-widget-posts. I don’t know how to target this properly?

    I see someone else on the forum experienced the same issue but I cannot see the solution as it was marked private. ANy help would be greatly appreciated


    Anonymous
    Inactive

    Hi there,

    I’m trying to add Search&Filter to my WP installation (woocommerce and elementor). I dit get the filters and search box in my sidebar but it doesn’t work, not filtering the actual list of products.
    I’ve tried with the manuals on the documentation with no success.
    Can you tell me the easy way to get it working? Or check on my website just in case I did something wrong

    Looking forward to hearing from you.

    Thanks.

    #259213

    Trevor
    Participant

    If you aren’t in to coding, then I would suggest this method:

    https://searchandfilter.com/documentation/3rd-party/post-grid/

    Once you have a page that sort of works, if there is something missing or you can’t figure, please get back to me?

    I am assuming you do not have a premium page builder available (like Elementor Pro), which is why I suggest the above method, as the plugin for that is free.

    #259197

    Trevor
    Participant

    It looks like you are using the Archive Products widget in Elementor Pro, yes?

    Are you using our additional extension for Elementor Pro, which you should download (if you are logged in) from top of this guide page (which shows how it should be used with the archives widget, see a little way down the page for specific extra advice when using the archives widgets):

    https://searchandfilter.com/documentation/3rd-party/elementor/

    This will require a few changes to the form and the page setup, but will work much better than the way it is currently setup.

    #259191

    Trevor
    Participant

    Hi. Now it works. I do not see our Elementor extension, so I think this may be the issue. We have an extra extension just for Elementor Pro, which you can download (if you are logged in) from top of this guide page (which shows how it should be used with the Posts widget):

    https://searchandfilter.com/documentation/3rd-party/elementor/

    This will require a few changes to the form and the page setup, but will work much better than the way it is currently setup.


    Anonymous
    Inactive

    Hi !
    1/ As you can see, in the global blog page with all article:

    There are no header and no sidebar like in an article open:

    2/ The problem is linked to this one when I want to open the News page editor with Elementor:

    from this URL : https://docs.elementor.com/article/56-content-area-not-found?utm_source=editor-panel&utm_medium=wp-dash&utm_campaign=learn

    Thanks for helping to fix this..

    #259124

    Trevor
    Participant

    I am sorry, you can’t use the same field (data source) twice in the form. You would need to separate out the terms into two separate custom taxonomies. This post explains further, with guidance on how to fix it:

    https://support.searchandfilter.com/forums/topic/elementor-filter-not-working-showing-all-results/#post-221562

    #259105

    In reply to: Anywhere Elementor Pro


    Anonymous
    Inactive

    Hello,

    The problem occurs when we drag the widget post of Elementor to the template we are making because it shows all the code. We send you a screenshot so you can see the error.

    We wait your answer

    Thank you.

    error

    #259089

    Anonymous
    Inactive

    Hey Trevor

    Thanks!
    It works (so far) – but i forgot to mention, that i am using Elementor.

    I now have a problem with updating the products. Ajax is not reloading the products.

    I worked around that by using some dirty JS, but this should not be the solution.

    Could you help me out there?

    My dirty JS:

    var elements = document.getElementsByClassName("sf-label-radio");
    
    var myFunction = function() {
        setTimeout(function(){
            var position = window.location.href
            console.log(position);
            window.location.href = window.location.href
        }, 5000);}
    
    for (var i = 0; i < elements.length; i++) {
        elements[i].addEventListener('click', myFunction, false);
    }
Viewing 10 results - 271 through 280 (of 1,069 total)