Algolia
Forum Replies Created
-
Hi again,
Sorry about the delay, I don’t get the notifications from this forum for whatever reason :/Please reach out to support[at]algolia.com in the future.
Do you have anything in your PHP logs maybe?
Send us a quick email and we’ll figure something out.Again, I’m sorry that we missed your request.
It looks like the inlined JS code triggers before jQuery is loaded.
I will try to re-produce it.Can you confirm that when you disable WP-Rocket the problem goes away?
Forum: Plugins
In reply to: [Search by Algolia – Instant & Relevant results] Exclude live searchHi @robgrafico, thank you for asking ??
Correct me if I’m wrong but you would like to disable the autocomplete dropdown on certain search inputs?
If so, you can simply copy/paste the ‘templates’ folder from the plugin into your theme, and rename it to ‘algolia’.
Then in the ‘yourtheme/algolia/autocomplete.php’ file you can change jQuery selector to exclude some inputs.Let me know if that helps.
PS: We are also thinking about excluding a certain class by default so that you could simply add a class to inputs you don’t want live search on. Feel free to discuss it here: https://github.com/algolia/algoliasearch-wordpress/issues/334.
Forum: Plugins
In reply to: [Search by Algolia – Instant & Relevant results] Queue Gets StuckHi Amit ??
Can you tell if there are any PHP errors logged?
Also, I suppose you have no errors in the plugin’s logs?
The queue system is the most critical part of the plugin, so I’d love to understand the reason it fails executing on your website!