This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

ELEMENTOR LIVE FILTER NOT WORKING

Home Forums Product Support Forums Ajax Search Pro for WordPress Support ELEMENTOR LIVE FILTER NOT WORKING

Viewing 15 posts - 1 through 15 (of 33 total)
  • Author
    Posts
  • #52117
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Hello,

    1. On the main search page, The search now mobile only I created is not showing 2 columns on the mobile view. I set it to two columns but is not working

    2. Onet the same search page, the Elementor live search filter is not working. the posts are showing but the filter is not working as it was in the video tutorial. Also, how can I create something like this later (that will have sort by option?)

    3. I also noticed that, if a add 4 categories, the search will stop auto-suggestion until I delete one and re-add again.

    Thank you.

    #52119
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Also, how to add that Tag under the search field. kindly share the best way to put a default link there.
    Thanks.

    #52124
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you for the details, it helps a lot!

    I tried to check the search results page, but I don’t see the plugin anywhere at the moment: https://i.imgur.com/92VSMxj.png

    #52127
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Hello,

    here is the search page:
    https://onehealthresources.com/search/

    you have the login access

    #52128
    Mayowa AwujoolaMayowa Awujoola
    Participant

    I listed 3 issues, You responded to only one.

    What about the mobile view of the search that I said is not showing in two columns in the front end?

    did you said, you are not seeing the plugin installed on the website?

    Thanks

    #52134
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Please, How long does it take to reply to a query or ticket?

    what I am telling you is that, what you posted in this your video https://youtu.be/yXOo-ub_kOM is not working for me.

    The live Elementor page search is needed on the website.

    Please respond to the SUpport. This is taking a whole lot of time.

    #52141
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I would have responded to all of your queries, but I have to see the issues in order to be able to suggest a solution – that’s why I asked where the search is implemented.
    On the given URL I’m seeing results when trying to search as well as filter items: https://i.imgur.com/fWMblqc.png
    Even if I select multiple ones, they seem to work okay: https://i.imgur.com/kWwMmb1.png

    However there is a major issue – I see the “asp_es_2” CSS class on 3 different elementor elements – that is not going to work that way. Make sure that the “asp_es_2” CSS class is only added to a single Elementor element, like in the video tutorial. Right now it’s added to 3.
    You might see issues only because of that. Make sure to fix that first, it may resolve the problem.

    On the main search page, The search now mobile only I created is not showing 2 columns on the mobile view. I set it to two columns but is not working
    Can you please specify which option do you mean? Two column for settings, or results? Please let me know so I can suggest.

    #52148
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Hello,

    Thanks for your response.

    1. Regarding the mobile view, I mean two columns for the settings view on mobile.
    I can see that the search settings on the homepage is working appearing in two columns as I wanted.
    Let it be like that on the search page also. Thank you.

    2. The Elementor live filter is also working properly now. Thanks

    3. I don’t want the search button to go to this page, https://imgur.com/a/4ESKI3g is it possible for the search button to redirect to search page I created incase someone click on it by error instead of this default page

    4. Also, I want the heading text for each filter category to be bold and reduce the list font a bit. https://imgur.com/a/EpDLtXP

    #52149
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    1. I assume you mean this page, but it seems to be okay on my end, I’m seeing 2 columns: https://i.imgur.com/cfxVR99.png
    Try clearing your site cache, that may do the trick.

    3. Well you can, but the results will very likely not display there. WordPress has only a single search results archive page. If you use Elementor, you should be able to replace the search archive template and customize it. I rather recommend doing that.

    4. Sure! Try this custom CSS:

    .asp_ss form legend {
        font-size: 16px !important;
        font-weight: bold !important;
    }
    #52156
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Hello,

    4. Done. working well

    3. Sorted too

    1. one my end is showing one column. I have clear cookies and relogin. Check the attachment.

    I just want the settings to be responsive into two columns.

    Thank you

    #52164
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Great!

    It still looks fine on my end for some reason, but either way, let’s try to force a 50% width via custom CSS, this should resolve it:

    @media only screen and (max-width: 600px) {
      div.asp_sb.searchsettings fieldset {
          min-width: unset !important;
          width: 49% !important;
      }
    }
    #52252
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Thank you for helping out.
    So far so good, I am getting the result I wanted.

    For now, one more thing, How can I add this Tag link the way it is under the search field

    I mean, making some categories appear under the search field as a link.

    Check the attachment

    #52260
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Great!

    Those you can find here: https://i.imgur.com/WtdcM9y.png

    #52307
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Greetings,

    After changing the Display mode,

    Search is not working in the frontend and the live filter also not working on the pages that I have applied display as on.

    I changed some of the Terms from post filter setting to Dropdown with search, while some are still on checkboxes option.

    It was after that, that the search stop working for the pages where the shortcode were applied.

    The ones I have not updated the Terms from post setting are still working fine.

    The home page search not working, the main search page not working.

    If you check https://onehealthresources.com/one-health-resources-institutions/ It’s working

    Please help resolve and what is the cause?

    Thank you.

    #52312
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thanks for the details! The issue was the “year of publication” filter. By default it had year 2000 selected, instead of the “select year” option. After I changed it, it started working again.

Viewing 15 posts - 1 through 15 (of 33 total)
  • You must be logged in to reply to this topic.