Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Having issues on Excluding post on a default result in posts widget live filter
This topic contains 9 replies, has 2 voices, and was last updated by Ernest Marcinko 1 year, 10 months ago.
- AuthorPosts
- May 28, 2021 at 4:22 pm #33490
Having issues on Excluding post on a default result in Elementor posts widget live filter
The objective here is to create two ajax search engine that will be used on two separate pages of blogpost. This basically means that we have two types of post that we’ve separated using category option, So we have post type A on Page A and Post type B on page B.
We have used your “Exclude/Include Results” feature to separate the two post type but as a result.
So the Main issue here is, Post type A and Post type B is visible as a default post result in page A and Page B, since we’re using a posts widget live filter(image 1)
Is there an option to Exclude default post result on a widget live filter?
Another Issue of the plugin is the top and bottom margin of the title of the filters(as shown in the image)
(image 2)
Do you have a customizable title margin and padding feature?
Or can you help me out with a custom css to fix the layout?
Also is it possible to create Date filter with a range slider?
May 29, 2021 at 4:22 pm #33494Hi,
Try to turn on the auto populate feature on them. It should pre-load the results, with the exclusions.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
May 31, 2021 at 1:02 pm #33501I did turned onthe auto populate feature, but it was not what i expected, as seen on the attached video it loads the filtered post for the second time.
Is there a way to load the filtered results just once?Attachments:
You must be logged in to view attached files.May 31, 2021 at 1:08 pm #33504Unfortunately that is the only way. The search basically triggers when the auto populate is enabled, and it loads the first batch of results instead of the default Elementor results.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
May 31, 2021 at 1:26 pm #33505Is there a way to make this work out, maybe by trying to delay the default Elementor result?
i’m trying to make a two blogpost pages with two ajax search and filter system. And this makes it unprofessional looking.
Can you give me any suggestion?May 31, 2021 at 2:41 pm #33506Well, maybe the elementor widget has some sort of exclusions options on the editor screen? Maybe you could try that?
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
May 31, 2021 at 4:38 pm #33507Yea you’re right Elementor have a dedicated query section for the posts,
Thanks i wont be needing this feature after all.One last thing
Another Issue of the plugin is the top and bottom margin of the title of the filters(as shown in the image)
Also is it possible to create Date filter with a range slider?
May 31, 2021 at 9:18 pm #33508That looks like a bottom margin added via a 3rd party CSS, but I can’t tell only by the screenshot. You can maybe try this custom CSS to negate that effect:
div.ajaxsearchpro.asp_sb fieldset.asp_filter legend { margin-bottom: 8px !important; }
If that does not work, then I can try looking at it directly, just send a link to the page where the search is visible.
Date filtering via range sliders is not possible.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
June 1, 2021 at 5:51 pm #33513I tried your custom css and it didnt worked, can you please check this out.
the link of the page is:https://emor.emorproject.org/search-test-shabbat-v2/
i disabled my own custom css, and it is still the same problem
June 2, 2021 at 8:55 am #33519Thanks! This is going to help:
.asp_sb form fieldset { display: block; }
Another CSS rule was setting the display to a grid.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.