Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ELEMENTOR LIVE FILTER NOT WORKING
- This topic has 32 replies, 2 voices, and was last updated 1 year, 3 months ago by
Ernest Marcinko.
-
AuthorPosts
-
December 19, 2024 at 5:38 pm #52317
Mayowa Awujoola
ParticipantThank 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
December 21, 2024 at 9:01 am #52327Ernest Marcinko
KeymasterHi!
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.
December 23, 2024 at 3:36 pm #52337Mayowa Awujoola
ParticipantIs this something you can help on?
or give a direct guide on how I can resolve or fix it?
Thank you
December 24, 2024 at 8:50 am #52344Ernest Marcinko
KeymasterI 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.
January 5, 2025 at 11:15 pm #52415Mayowa Awujoola
ParticipantWhat if one deletes the particular page with the issue and recreates a new one or duplicates the one that is working?
January 6, 2025 at 12:26 pm #52429Ernest Marcinko
KeymasterIt 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”.
January 7, 2025 at 12:42 am #52441Mayowa Awujoola
ParticipantDid 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.
January 7, 2025 at 9:17 am #52442Ernest Marcinko
KeymasterNot 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.January 7, 2025 at 6:04 pm #52443Mayowa Awujoola
ParticipantThank you for the suggested solution. I will check it out when I am fully set to work on it towards the weekend.
much appreciated
January 8, 2025 at 1:04 pm #52446Ernest Marcinko
KeymasterYou are very welcome!
February 5, 2025 at 1:53 pm #52758Mayowa Awujoola
ParticipantGreetings, 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
February 6, 2025 at 3:34 pm #52778Ernest Marcinko
KeymasterHi!
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; } }February 6, 2025 at 11:30 pm #52783Mayowa Awujoola
ParticipantThank 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.
-
This reply was modified 1 year, 3 months ago by
Mayowa Awujoola.
February 8, 2025 at 5:10 pm #52816Mayowa Awujoola
ParticipantHello,
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.
February 9, 2025 at 1:45 pm #52822Ernest Marcinko
KeymasterHi!
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.
-
This reply was modified 1 year, 3 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.