That plugin uses the AJAX API as it should…
http://frome.fm/wp-admin/admin-ajax.php?s=ho&action=dwls_search
… but when not logged in that request fails (from HttpFox)…
07:23:58.923 0.155 470 0 GET (Aborted) NS_BINDING_ABORTED http://frome.fm/wp-admin/admin-ajax.php?s=ho&action=dwls_search
Since you say that the plugin works when you are logged in the Ajax callback is likely hooked to wp_ajax_*
but not wp_ajax_nopriv_*
The latter is required for requests made by non-logged in users.
You will need to find the plugin code that hooks the AJAX callback and add a second line of code to hook to wp_ajax_nopriv_*
.
It is possible that the plugin performs other checks, however, so that may not be adequate. It is impossible to say without digging through the code.
Related Posts:
- How to make search engine index PDF files? [closed]
- How to override normal WordPress search in Buddypress? [closed]
- Search and replace text across all posts
- How would implement StackExchange ‘Questions with similar titles’ for the FAQ on my wordpress site
- dynamic page not indexed
- How to get posts by content?
- WP-PageNavi plugin doesn’t work with multiple pages of search results
- Problem with Search Results in WP (not displaying the full posts)
- How to improve WordPress search
- Creating search filter through plugin
- How do I add advanced custom fields / meta fields to Elasticsearch? [closed]
- plugin to search entire posts, blogs, forum, users [closed]
- Automatically adding category filter based on search string
- How can I reuse the WordPress search form for a custom plugin / widget?
- Custom Taxonomy Tag Search
- What causes an Unexpected HTTP Error within install plugins?
- What is the best way to mimic a search query within a plugin
- Is there a way I can find wordpress posts that don’t contain a word?
- Search is not working on plugin directory
- Search Everything plugin integration
- AJAX search posts and pages
- Search for categories
- AJAX search as you type? [duplicate]
- WooCommerce search products between price range using WP_Query
- Send admin an email when a user’s search has no results
- Integrate Algolia to WordPress site
- How to multiply a post to test internal search results?
- How to set “split_on_numerics” to false in ElasticSearch mapping using ElasticPress? (for proper SKU search in WooCommerce) [closed]
- Woocommerce Backend Search by Title and SKU
- Search and Filter Plugin – How to disable redirection
- WordPress Multi-Step Product Search
- Search by Attachment ID
- Custom search search does not work?
- Creating a search form and displaying results
- Is it save to replace with in WordPress search form
- WordPress search shows protected content
- Best approach to make all tags searchable by the wordpress search function
- How to search post titles with whole words only, but not the exact word only?
- RSS feeds for specific topics
- How to add the search page link to the anchor tag?
- WC Fix Attributes – ‘Add New’ Not Searchable/Delayed
- How to hide an option from dropdown in filter module
- WP search box on page not finding .PDF files
- Redirect to a page while maintaining search query parameters without causing an infinite loop
- Search results to point to specific section?
- Search in WordPress
- Content disappears when searching with Search & Filter plugin
- How to exclude a part of a page in search results
- Accounting for search terms that may include a space, using SearchWP
- how to add navigation icons in specific template?
- multiple string replace of post’s content for large data
- How can I make the search bar in my wordpress site search all of the pages rather than just the blog posts?
- How to make wp multisite subdomain exist search
- Remove Url Parameter WordPress
- How can I remove this sidebar from my Search Results page?
- History of page, interval of years
- Include post_date in search
- How to order users alphabetically by name? in plugin UPME
- How to hook into search results template or query?
- Add “selected” class to custom taxonomy dropdown search
- WordPress Search return wrong results
- Differentiate attachment pages in search results
- Is there any simple wordpress search template that works with existing searchforms?
- Extend WordPress Search
- how to sort results by last day update at search result in plugin installer?
- Jigoshop search taxonomy
- Strange Search Query Appearing on Google Index – “/?q=Save+Us+From+Berlusconi”
- wordpress Search function is not working
- Multi-step, live updating search
- Can we install 3d product configurator into wordpress
- LiteSpeed cache image Optimization
- How to set an exact search box in tablepress plug-in
- Automatically install wordpress plugin at theme activation
- How to show custom message once on plugin activation?
- plugin shortcodes not working on custom theme- unsure how to fix
- PDF download – use wordpress functions
- How can I disable the multisite feature of WordPress 3.0?
- Customize permalink wordpress category id
- Translation for the plugin using redux framework does not work
- Re use the list table for a custom post type on another page
- Hook into existing tinyMCE button
- How can I exclude a dynamic URL to show a popup created using ‘WordPress Popup’ plugin
- How can I apply a WP filter on specific plugin version
- How to create Admin Notice from Plugin with argument? [duplicate]
- Can I do in-page changes binding events/triggers to actions in WordPress?
- Change the number of plugins counted on wp-admin/plugins.php
- how to set parent forum link to menu page?
- Notify bar plugin not showing up
- Our plugin tags not appearing in WordPress Plugin Repository
- Conditional delete metadata does not works
- The function called on the wp head hook becomes null
- How to add defer to WordPress Plugin javascript? [duplicate]
- How to disable/enable a plugin at a specific time
- Enable plugins that are “not supported”
- Need Help Understanding Debug Log Errors
- custom/automatic export function – one post at a time?
- How to structure plugin in to functions?
- How to Enfroce Domain Licensing Limits? [closed]
- Override plugin constant using a theme
- Submitting form to admin-post.php WordPress