Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterHi,
Thanks for the details!
I logged in to check, and the issue was because of a missing file. It could happen if the file was deleted by accident, by a script or the installation partially failed. I re-installed the plugin and the issue is resolved.
September 25, 2024 at 10:58 am in reply to: Link to product category in live results dropdown #50260Ernest Marcinko
KeymasterHi,
At the moment I’m afraid it’s not possible. Sounds like a great idea though – I made a feature request on the issue tracker. Depending on how difficult it is, I may add an option to enable archive links in the header for an upcoming release.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
September 24, 2024 at 1:44 pm in reply to: Request assistance for Ajax Search Pro extension setup #50206Ernest Marcinko
KeymasterHi,
Sure!
I have set up the shop page live filtering feature – so changing the values will automatically change the woocommerce page contents to the matching products: https://i.imgur.com/TmQ9ryz.png
The layout of the results is not controlled by the plugin though. I think you can probably adjust that in Elementor somewhere.
Ernest Marcinko
KeymasterThe search ID might be incorrect, maybe dynamically fetching it could work:
ASP.api(parseInt($('input.orig').closest('.asp_w').data('id')), "searchFor", sBarcode);Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou are welcome! Yes – this triggers the live search as well.
Ernest Marcinko
KeymasterHi!
The new instance of the $wp_query explains the issue, as it’s not longer the main query, and the override method does not trigger.
Before jumping into coding, you should try this option first. This will bypass some query checks and more likely triggers the override, often time this is all it takes.
As for the integration, there an attribute to set on the $wp_query object – but it happens to have a bug with the current release (what a coincidence), still it’s possible to make it work.
Integration for plugin devs to trigger the override
Normally, if the following query variable is set, the plugin will trigger an override, this is all they need to set in the filter grid plugin in $wp_query to integrate:
$wp_query->set( 'asp_override', true );
When this query variable is set, the plugin will trigger the override. Please let them know 🙂I’m also attaching a patched beta release to this reply, that has the query variable fix included.
Ernest Marcinko
KeymasterHi,
Sure! You can use the search javascript API to trigger the search, even to input the value you need:
ASP.api(1, "searchFor", sBarcode);Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
Thank you very much for letting me know!
In the upcoming release there will be certain Elementor related fixes. I’m attaching a beta version to this reply. Can you please install it, clear all layers of cache and test if it clears the issue? Thank you!
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi!
To some very limited extend it could work, if the content is loaded via iframes. To do that you need the index table engine, and make sure to have this feature enabled before indexing.
-
AuthorPosts