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 - 16 through 30 (of 33 total)
  • Author
    Posts
  • #52317
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Thank you for this solutions.

    I tried clicking on next to the next search result posts.

    On the main search page, https://onehealthresources.com/search/2/ the posts are not well arranged when you click to the next page.

    On this page here: https://onehealthresources.com/one-health-resources-institutions/ It’s very well arranged and organized.

    kindly help check.

    thank you

    #52327
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Sure! The issue there is not related to the search plugin. You have either a mod_rewrite .htaccess rule or a custom functional mod rewrite rule, which treats the “/search/” url structure as the alias for the search query so:

    “/search/2”
    is treated as
    “/?s=2”

    ..like a search query, not as pagination. The pagination links are automatically generated by elementor. I recommend checking your .htaccess rules or any custom functions that creates a custom search permalink structure.

    #52337
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Is this something you can help on?

    or give a direct guide on how I can resolve or fix it?

    Thank you

    #52344
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I honestly don’t know, because it is definitely caused by either a 3rd party plugin or a custom code – the issue is unfortunately completely unrelated to both Elementor and Ajax Search Pro. If you deactivated Ajax Search Pro and tried the pagination, it is still broken because of the permalink structure.

    These issues are very rare and are usually caused by a custom code snippet. If you recently added a code to change the search page permalink structure, that can cause this problem.

    #52415
    Mayowa AwujoolaMayowa Awujoola
    Participant

    What if one deletes the particular page with the issue and recreates a new one or duplicates the one that is working?

    #52429
    Ernest MarcinkoErnest Marcinko
    Keymaster

    It could work if the permalink is different. The issue here is the “/search/phrase” permalink itself, I suspect there is either a rule in the .htaccess file or a custom code snippet to resolve “/search/phrase” to “?search=phrase”.

    #52441
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Did you suggest I contact the hosting company or how best can we resolve this?

    We are approaching the usefulness of the platform. more posts are being uploaded for the usefulness of the search filter.

    #52442
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Not the hosting company, I don’t think they can do anything about this.

    This must be caused by either a modification in the .htaccess file, a custom code snippet or a plugin, or maybe even a theme option somewhere – this is not normal WordPress feature.
    – If you have added any custom code snippets recently, check those first
    – If no luck, try looking up the theme settings, specifically around search features. If there is any option related to that, it should be something like “search permalink structure” or “custom search permalink” or “seo friendly search url” – something like that. I have seen that in a theme before, so it’s a possible cause.
    – If still no luck, try switching the theme first, to see if that changes anything.

    #52443
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Thank you for the suggested solution. I will check it out when I am fully set to work on it towards the weekend.

    much appreciated

    #52446
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You are very welcome!

    #52758
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Greetings, we just started the new phase of the redesign before we launched the platform…
    1. Can I centralized the keyword search under,
    2. I have also tried to change the text to white on the setting icon click. but I think we just want the icon to be there and not take users anywhere untill when they type and the keyword result dropdown only.

    I WILL CONTINUE WITH OTHER REQUEST AS WE PROCEED WITH DEVELOPMENT OF THE PLATFORM

    #52778
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    1. Sure! This custom CSS will do that:

    .asp-try {
        text-align: center !important;
    }

    2. There is probably an inherent rule that’s affecting that, but no worries, this can be fixed for sure. Try this:

    .asp_ss form {
        .asp_label, .asp_option_label, legend, label {
            color: white !important;
        }
    }
    #52783
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Thank you greatly,

    1. I want to have the search icon at the front of the search field that will not open anything on the other search pages when users click it.

    2. How to do the type of filter I circled in the attachment I sent.

    3. I also want my filter to appear the way it’s in the attached design in the left corner straight down by default when the search page is open.

    #52816
    Mayowa AwujoolaMayowa Awujoola
    Participant

    Hello,

    Instead of the filter drop-down when the settings icon is clicked,

    Can I have it appear by default on the left side of the screen while the live filter results are by the right?

    Check the attachment.

    I am waiting for your support as usual.

    #52822
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Yes – you can have the settins in a different position by using the search settings shortcode. You can basically put it anywhere on the same page and the filters will be moved to that position automatically.

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