Having issues on Excluding post on a default result in posts widget live filter

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 Ernest Marcinko 1 year, 10 months ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #33490
    JValens98
    JValens98
    Participant

    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)

    View post on imgur.com

    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)

    View post on imgur.com

    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?

    #33494
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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 :)


    #33501
    JValens98
    JValens98
    Participant

    I 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.
    #33504
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Unfortunately 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 :)


    #33505
    JValens98
    JValens98
    Participant

    Is 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?

    #33506
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Well, 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 :)


    #33507
    JValens98
    JValens98
    Participant

    Yea 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)

    View post on imgur.com

    Also is it possible to create Date filter with a range slider?

    #33508
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    That 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 :)


    #33513
    JValens98
    JValens98
    Participant

    I 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

    #33519
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Thanks! 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 :)


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

You must be logged in to reply to this topic.