gleenk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Search with Algolia] Autocomplete stopped workingWe’ll make a try hardcoding it but, can you then provide an option to do that in your plugin options page?
Forum: Plugins
In reply to: [WP Search with Algolia] Autocomplete stopped workingAlgolia says there is some technical issue related to the fact that the search queries are so high, even though only a few have actually been made. Are we sure that queries are not being triggered for every character typed? Is it possible to avoid this and trigger the request after a delay, once at least 3 or 4 characters have been typed?
Forum: Plugins
In reply to: [WP Search with Algolia] Autocomplete stopped workingI don’t think there are any issues with the theme, it’s a custom theme, made by us, with no particular functionalities. As for the plugins, we can try selectively, but the problem is that, having so many records, the search queries skyrocket and block our license.
Forum: Plugins
In reply to: [WP Search with Algolia] Autocomplete stopped workingSo, what can we do now? We reached out to the Algolia support team, but they told us to contact you.
Hypothesis: Are there any strange characters breaking autocomplete.js?- This reply was modified 10 hours, 59 minutes ago by gleenk.
Forum: Plugins
In reply to: [WP Search with Algolia] Autocomplete stopped workingI’ve probably found the issue. This error appears on Algolia despite the logo being present in the autocomplete. Should the logo also be added to the search results?:
The Algolia Build plan is your Search & Discovery playground. It’s not intended for production projects.
If your project is live, you’ll need to display the Algolia Logo next to the search results or upgrade to the Algolia Grow plan.
Now we added logo in search results but nothing changed. can you make a check on your plugin?
Forum: Plugins
In reply to: [WP Search with Algolia] Autocomplete stopped workingThis is the settings. Everything on algolia website works fine (search etc in algolia dashboard). Probably there’s a huge number of posts? (60k)? But why it’s not working at all?
Forum: Plugins
In reply to: [WP Search with Algolia] Autocomplete stopped workingno customization of any kind, just enabled. Curious fact. As long as Algolia was indexing the data, it worked, but after it finished, it stopped working
Forum: Plugins
In reply to: [WP Search with Algolia] Autocomplete stopped workingWe have console.log error but caused by adv, not by website directly (so we can’t do anything on that). Check out this link (it’s production website so please tell me when you finished):
https://www.tempi.it/Forum: Plugins
In reply to: [WP Search with Algolia] Daily Sync?Thank you so much. Really appreciated
Forum: Plugins
In reply to: [Contact Form 7] Please help with REST API not workHas anyone find a solution using rest API with VUE/React?
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA & AkismetI recommend that you investigate further. I can assure you that we do not use any other AJAX plugins, etc. Pagination is executed through a simple PHP function that utilizes
wp_paginate_links()
. We don’t rely on plugins for frontend operations; we use only custom vanilla JS or basic Bootstrap 5 functionalities (such as tooltip, tabs, collapse, and modal). These are imported in ES6 as separate modules. As you can observe, there are no console errors or anything similar. I can provide you with access to the WP admin for you to verify this yourself. We encounter this issue on all websites where we’ve implemented your plugin. Please let me know how I can grant you access for further inspection. I have the pro version with a license purchased from CodeCanyon.No woocommerce here, it’s a full custom website. We dont’ need infinite or else. We need that clicking on pagination link it loads other items in AJAX
No infinite scrolling or load more. Just basic understrap pagination!