Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterHi,
If you click on any of the buttons or type in a phrase in the search bar then the live results will show. If you want them to be displayed initially, then make sure to enable the auto-populate feature.
January 19, 2026 at 11:53 am in reply to: How to create multiple searches, each returning only CPTs in a custom taxonomy? #56782Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
Not at all, for local test severs a new license is not needed. You only need new one for each separate website.
Ernest Marcinko
KeymasterHi,
There might be issue with the template on that page, even if the plugin is disabled the search query is not respected, it is unrelated to ajax search pro unfortunately.
This usually happens when something is set up incorrectly in the theme, perhaps the loop on the search results archive is not set to the current query or something similar to that. If you are using Elementor or similar, then check the results page template, and make sure that the module is set to use the current query as the source and not a predefined set of posts (latest or similar).
-
This reply was modified 4 months, 2 weeks ago by
Ernest Marcinko.
Ernest Marcinko
KeymasterThank you for the feedback Scott 🙂 Either way I will try to implement a term based restriction feature for the drop-down values for the upcoming release.
I will close this topic soon if you don’t mind. Feel free to rate the plugin (if you haven’t already) on the wordpress plugin repository, it helps me greatly.
January 15, 2026 at 1:37 pm in reply to: Minimum search string length to unclutter stats and save perfomance #56763Ernest Marcinko
KeymasterThank you for letting me know that, I confirm this is an issue. I have noted this on the issue tracker and it will be resolved in the upcoming version (very soon) by adding a separate option to control that.
Ernest Marcinko
KeymasterHi!
Thank you so much for the details, it helps a lot!
The configuration seems to be correct, these items seem to be stored in the wpfd_file post type. However I have noticed that on the old version clicking on a datasheed leads to a page that works, however on the new one it doesn’t. For example:
– Old: https://old.sensysnetworks.com/wpfd_file/datasheet-flexcontrol-card-apcc-enclosure/
– New: https://sensysnetworks.com/wpfd_file/datasheet-flexcontrol-card-apcc-enclosure/That means that these items are likely not published or does not exist in that post type anymore or there is some sort of a configuration difference inbetween the old version and the new site version in the file manager plugin. Once they are accessible they should automatically include them in the results.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
January 13, 2026 at 5:51 pm in reply to: Mobile Layout Issue: Live Search Results Display Off-Screen / Cut Off #56752Ernest Marcinko
KeymasterYou are welcome!
The custom CSS is not present on the page though. Can you please check it, and also clear all layers of cache? Sometimes heavy caching may prevent custom CSS to be rendered on the page.
January 13, 2026 at 1:47 pm in reply to: Mobile Layout Issue: Live Search Results Display Off-Screen / Cut Off #56748Ernest Marcinko
KeymasterHi!
Sure, I’m more than happy to help!
So, the main issue seems to be a negative left adjustment value on the document body whenever the side menu opens, and that tricks the calculation for the correct position.
I think there is likely a way to offset this without hiding the search bar. Try this:
@media only screen and (max-width: 767px) { .asp_r_1 { position: absolute !important } body.responsive-overflow-x-mobile { overflow-x: initial !important; } }This should force the correct display mode of the results and fix the calcuation too.
January 12, 2026 at 7:21 pm in reply to: Vertical alignment of the Compact Search Box in Fixed Nav.Menu #56743Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
January 12, 2026 at 2:05 pm in reply to: Vertical alignment of the Compact Search Box in Fixed Nav.Menu #56737Ernest Marcinko
KeymasterHi!
Thank you for all the details it helps a lot. It looks like it’s due to the top margin, which also applies to the box in the sticky mode. I think the easiest and most convenient soluton is to use a short custom CSS to offset the margin when the sticky state is enabled:
.is-sticky .asp_m_1 { margin-top: 6px !important; }This will set the margin to 6px on the box, when the sticky container is enabled.
January 12, 2026 at 1:37 pm in reply to: Ajax Search Pro conflict with Yoast SEO optimization #56733Ernest Marcinko
KeymasterYou are welcome, please let me know if the version linked above solves the problem and I will make sure it’s permanently added to the next update 🙂
-
This reply was modified 4 months, 2 weeks ago by
-
AuthorPosts