AnonymousInactive
I have a website for current affairs and news. I am using search and filter pro for allowing users to filter posts on the basis of date range, post order, and categories.
Search, date range and post order ore working fine. But when I select more than one categories then it switches to the first selected category and generates an unexpected result.
Here is the link to my website
https://focusmerit.com/advanced-search/
In this link, please try selecting multiple categories like Banking, International appointments, national appointments, etc.
Please help me in resolving this issue. it’s very urgent.
I’m using elementor Theme builder.
Thanks
AnonymousInactive
It’s possible it was an Elementor issue. I updated Elementor and reinstalled the plugin and it started to work.
Hi all
We have an Elementor extension to make this easy! However, it’s clear it’s not working for some of you.
Can you please do the following:
1) Check plugins + themes + core are upto date
2) If you still have issues, open a new ticket
3) In a private reply (after opening a ticket), please provide temp wp-admin details
I’ll then dive in and get to the bottom of this.
Thanks
AnonymousInactive
Disregard. I don’t know what happened but I re-installed the elementor add on and it worked this time. No idea what was going on before.
AnonymousInactive
Hey, I had a Problem with my Plugin. When I Filter something the content Area dones’t refresh right. I also Stand ervy Content there
For me the form Ajax seems to be working fine.
However, you cannot have more than one use of posts ‘Tag’ in the form. Instead you must have multiple (different) custom taxonomies. One each (maybe with shortnames for the taxonomy name slugs) would be best of:
Publication Type
Form of Co-operation
Co-operation Context
Recipient Region
Sector
This post explains how to achieve this:
https://support.searchandfilter.com/forums/topic/elementor-filter-not-working-showing-all-results/#post-221562
AnonymousInactive
I am also having the same problem. I installed the elementor plugin and while I can see the search and filter option in the post query I do not see Elementor Post/Product/Portfolio Widget in the display method. I wish I had seen this before paying for the plugin. I hope you get this fixed quickly.
AnonymousInactive
I have the same issue. I have downloaded, installed and activated the elementor addon plugin. Elementor Post/Product/Portfolio Widget is not displaying in the display method, Search & Filter Query is not in the Source dropdown list, when I try to create an archive template with elementor pro. Please help!
thanks
Rasika
What do you have in these settings, in the form UI:
https://www.screencast.com/t/iAzaD1bX
I would add the ALL Resources, but the Include Children in Parents
may be needed.
Now that you have shown the Ajax issue is indeed most likely caused by the incorrect Ajax Container, are you using the new addon for Elementor (download from the top of the page):
https://searchandfilter.com/documentation/3rd-party/elementor/
and then follow the instructions some way down that page for using the Post Type Archive method?
AnonymousInactive
Hello Trevor, thank you very much for your help
I managed to customize it a bit but what I would like is to have the filters aligned to the left of the page as well as a border around the two classes, a bit like the blue one but that fits to the actual size of the components.
Do you know which class I should work on? Or if I forgot to spot some?
Thank you !
The link to the page is: https://stryber.com/elementor-4536/
The CSS that I put in the Divi is
.searchandfilter > ul > li {
display: inline-block;
vertical-align: top;
padding: 0px;
}
.searchandfilter{
margin-top:0px;
padding-left: 0px;
border: 1px solid blue;
}
.sf-field-search{
height:30px;
width:230px;
margin-left: 0px;
}
.sf-input-text{
font-size:16px;
font-family:’Open sans’;
color:#2a3749;
}
.sf-field-category{
height:30px;
width:230px;
margin:auto;
}
.sf-input-select{
font-size:16px;
font-family:’Open sans’;
color:#2a3749;
}