Hi!
As clearly stated on this plugin :
“This plugin has been closed as of March 20, 2020 and is not available for download. Reason: Guideline Violation.
Can you explain what the guideline violation is/was?
Is there a security-issue with this plugin?
Kind regards,
Sander
Is it possible this plugin can autocomplete post titles only? Thanks.
]]>how can I make use Search Autocomplete plugin into my page?is there any shortcode available for adding? can you please suggest me a way to add this to my site
]]>Hi Gabe, great plugin – works a treat!
Just wondering if it is possible to trigger the autocomplete (using the same config) but from multiple fields with different IDs?
I have tried adding multiple selectors in the search selector field but not had much luck.
Cheers! t.
]]>I have a coupon website https://www.couponmama.co.in/ on wordpress and using clipper apptheme.
I have installed search autocomplete plugin, but it is not working.
is there any setting for clipper app theme?
]]>Not entirely sure what’s going on here, but all the autocomplete results seem to be ordered by date instead of relevance.
Is anyone experiencing the same bug?
Tested this with the default theme too.
]]>Hello,
Is there a way to force the user to select only from the autocomplete list (ie: user cannot select anything that isn’t in a predefined list)?
Or would I need to code this on my own? Is this something that would be possible to code on my own?
I wish to implement this on the “tags” selection portion of my q&a site, similar to what stackoverflow does when you go to tag your questions (rough example here:https://jqueryui.com/autocomplete/#combobox).
Thank you.
]]>Hi,
I’m using search autocomplete to check if a flavour is available in a database. To accomplish that, I’m using wp tags as entity (in my website I don’t need tags). So when an users search for a flavour/tag, the search autocomplete suggests it and then it should display two different messages if the tag has been found or not.
So, I’m wondering how to retrieve an event from the search field when the tag is found (even if there are no post associated) and then trigger a jquery function.
best,
Matteo
Hey Guys,
am looking for the solution to get highlighting strings, regarding by the input of the user.
Had read, that the function is implementation by 2.04 but see no way to use it.
Hope there is any way to use it.
Thanks in advanced
Kai
I am using this plugin in a page that is loaded using AJAX, and whose content is added to the current page using appendTo(). Is there some action needed after the content has been added to the DOM? The form is not working currently.
Thank you,
Andrei
i am using my customized theme. my site is https://www.onfoodie.com.
I installed the plugin and its not working for my search box in header.
please look.
Is there any way I could easily display also what type of post is on the list?
]]>Hi.
I am wonder if there is a way to show all the results available in a long list after clicking on the search field, before typing the first letter. This way the user can see the whole list of titles if he/she wants so, than he/she starts to filter this long list by typing letters.
Thank you for your time!
]]>I’m not sure why this wouldn’t be working. When I use it in chrome it does display a dropdown of stuff I’ve typed into forms before but not the actual post titles I’ve selected to pull from. It doesn’t work in safari or firefox.
My only guess is that something in the foundation.js is conflicting? I’ve deactivated meta slider because it uses javascript too. Am I missing something?
It’s being used here https://biozymeconnect.ev-labs.com/product-user/order-now/
]]>[Sun Mar 20 17:38:47.087722 2016] [:error] [pid 20818] [client 205.xxxxxxx:35872] PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method SearchAutocomplete::activate() should not be called statically in /var/www/tac/wp-includes/plugin.php on line 525, referer: https://txxxx/wp-admin/update.php?action=install-plugin&plugin=search-autocomplete&_wpnonce=913882b0ea
]]>I want to adding featured image beside the post title on search result, what can I do and what code should I add?
Please help me, thanks ??
]]>Hi author
i have set autocomplete for custom post type taxonomies
when i type any of taxonomy it takes around 7-10 Second to load taxonomy.
even i have set autocomplete_delay to 100 but it is taking too much time.
here is my website search box
]]>Hi, is this link with filters still relevant? Work?
https://hereswhatidid.com/search-autocomplete/
I’m trying to use the filter search_autocomplete_modify_results to change the order of the titles to alphabetical with Order and Orderby. Maybe I am totally misunderstanding this.
Thanks.
]]>Hello!
I find really useful this plugin, however I can’t get it to work in our website.
It is https://www.quieroinfo.com , based on listify. We don’t have the default search bar, but there is a search bar of the theme. I would like to know if it is possible to get to work the autocomplete plugin on that search bar.
Thank you!
]]>Can we add a loader showing that search suggestion is loading ? Because the time between keystroke and suggestion is very long , so some users don’t know that I have search autocomplete, so they are not able to use it.
How can I use one with jQuery ?
]]>When I search for content that is in Advance Custom Field it does not show any results.
“Sorry, but nothing matched your search terms. “
Search Autocomplete is currently activated, i already tried using the #s, [name=s] and search_keywords.
Sometimes it does work! But after refreshing it stops.
Another thing. Our website is in portugues, and we have special caracters, such as ?, ?. Those caracters appear as AAA.
https://guiadecolombo.com.br/ this website.
]]>Hello,
I both use a search widget and a search form in my header.
Both have name=”s” but the autocomplete search form in my header does not work !
Any clue please?
Best regards.
]]>I would like for my list of results to always end in a link that I preset. Is there a filter or action that I can use to always add a result?
]]>Love this project! However, I’m not a big fan of jQuery UI, mainly because it needs 5 different JS files and a stylesheet to run.
On a recent project, I opted for the excellent and super light-weight jQuery Autocomplete plugin by DevBridge to replace jQuery UI.
Thought I’d share how, for any other performance-obsessed devs out there:
1) Disable this plugin’s front-end scripts by adding a line to your functions.php file:
add_filter('search_autocomplete_disable_frontscripts', '__return_true');
2) Download and enqueue the minified jQuery Autocomplete plugin.
3) Initiate autocomplete behavior with this bit of JS.
In the above gist, you must set #s
to the CSS selector of your search input element, if different (this is the first option in the WP settings page for this plugin).
The upside of this whole approach is that you save 6-7 files per page. The downside is that the following plugin options, which can be set in WP Dashboard, will no longer be passed to the front-end because we’ve disabled front-end scripts in step 1:
fieldName
minLength
delay
autoFocus
But these options can also easily be defined in step 3. Complete options for jQuery Autocomplete are documented here.
Hope this helps someone out there.
]]>Hello,
would it be possible to implement widget feature?
The idea would be to create multiple instance of search forms with different settings (different sources).
Best regards.
]]>Hello
is it possible with some code changes to make search to work only for titles? and not content?
can you guide me how to do it?
Thank you.
Hi,
I’m using the 2.1.16 version of the plugin and I was able to run the plugin on this website https://paginas.ufsc.br.
On the other hand, when I try to put it on this other website, https://setic.ufsc.br, the plugin adds the classes “sa_searching” and “ui-autocomplete-loading”, but it doesn’t return any result and it remains with these classes forever. How can I fix this?
Hello,
I’m using the 2.1.16 version of Search Autocomplete and I have some itens on the menu that are links to other pages outside my website. I would like to know if there is an easy way to modify the plugin to make it show these links on the autocomplete?
]]>Hi
Any idea how to find what Search field selector at purchased theme EliteNews?
My site is at https://www.cele.si/gadget
Autocomplete Search at the top works, but not in widget
Thank you
]]>