Forums Forums Search & Filter Pro Elementor Pro + Two queries on the same page

Viewing 10 posts - 1 through 10 (of 12 total)
  • Anonymous
    #189033

    I’m having a problem where I have a customer references setup with Elementor Pro + Search & Filter Pro and in the footer of the page there is another Elementor posts widget showing the latest articles.

    Now when I filter the references (custom content type) it also changes the output of the articles widget at the footer of the page…

    Also I’m using checkboxes and for some reason if I check one checkbox all the other options disappear until I uncheck the checked checkbox

    Trevor
    #189048

    The Ajax container (I assume that you are using Ajax, yes?) may need to be made specific to the first use of the widget. Are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #189062
    This reply has been marked as private.
    Trevor
    #189068

    So, the Ajax Container is normally:

    .elementor-widget-posts

    but in your case it might need to be:

    .elementor-element-d17816e.elementor-widget-posts

    The pagination MIGHT also need changing, but I cannot see that on the page.

    Anonymous
    #189110

    Thanks heeps Trevor, that’s awesome works like a charm!

    How about the other checkboxes going hiding, when checking one box? Is there some misconfiguration on my part?

    The pagination is hidden since there are not yet enough posts for it to appear.

    Anonymous
    #189112

    Just an after thought, would the pagination then be:

    .elementor-element-d17816e.elementor-pagination a

    Trevor
    #189114

    You would need to ‘inspect’ the page to see what container it is in. As it is not there, I cannot see it.

    It depends how you want the form to behave as to whether options disappear or not. Do you want to be able to select more than one checkbox in the same control, for example (so the results match ANY that are checked)?

    Anonymous
    #189116

    Yes, I’d like customer to be able to check multiple boxes, so the results match ANY that are checked 🙂

    Anonymous
    #189118

    Oh, found it! Using the OR statement helped 🙂

    Btw, is there a setting to show the filters next to each other instead of one below the other? Or do I need to do custom css for it?

    Trevor
    #189120

    If you open the settings in the form design for THAT field, you will see an option to change it from AND, to OR. Do that.

Viewing 10 posts - 1 through 10 (of 12 total)