What is Ajax Search Pro plugin?
Ajax Search Pro is a premium WordPress live search plugin developed by Ernest Marcinko, providing one of the most visually customizable search experiences available for WordPress. Unlike search plugins focused on indexing and relevance (SearchWP, Relevanssi), Ajax Search Pro focuses on the search interface itself — the live search overlay, results display layout, visual themes, and real-time search behavior — with extensive visual customization without CSS knowledge.
Ajax Search Pro provides a full-featured backend theme editor for the search bar and results overlay, with preset skins and color schemes that can be applied and then fine-tuned. Search results can display post thumbnails, excerpts, categories, author information, ratings, and custom fields — all configurable in the backend. The plugin searches posts, pages, custom post types, WooCommerce products, BuddyPress groups, user profiles, and bbPress topics in real time as visitors type.
Pricing starts at approximately $39€/year for a single site (Ajax Search Lite is a free stripped-down version). The plugin is popular with design-conscious site owners who want a search experience that matches their site’s premium visual aesthetic. For simple live search functionality, the free Ajax Search Lite covers basic use cases. For agencies building visually polished sites where the search interface is a designed element (not just a functional text box), Ajax Search Pro’s extensive visual customization is its primary value proposition.
Need Help With Ajax Search Pro Setup, Troubleshooting, or Customization?
Need help with Ajax Search Pro? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get Ajax Search Pro Expert HelpKey Features
- Visual theme editor for search bar and results overlay with preset skins
- Real-time Ajax search results as visitors type
- Configurable result display: thumbnails, excerpts, categories, ratings, custom fields
- Searches: posts, pages, WooCommerce products, BuddyPress groups, bbPress, user profiles, custom post types
- Fullscreen and overlay search modes
Pros & Cons
Pros
- Most visually customizable search interface in the WordPress plugin ecosystem
- Preset themes reduce design time while still allowing full customization
- Comprehensive content type coverage including BuddyPress and bbPress
Cons
- Premium-only for full features (~$39€/year)
- Focus on visual customization over indexing depth — less control over relevance ranking than SearchWP/Relevanssi
Free vs Premium
Ajax Search Lite (free): basic live search, limited customization. Ajax Search Pro (~$39€/year, 1 site): full visual customization, all content types, advanced layout options, premium support.
Common Problems & Fixes
Ajax Search Pro results overlay is appearing behind other page elements — the dropdown is hidden below the header or other layered content. How do I fix the z-index?
The results overlay z-index competes with your theme’s header, navigation, and other positioned elements. Go to Ajax Search Pro → Settings → Visual tab → Results → z-index. Increase the z-index value (try 99999) until the results appear above all other elements. If the theme’s header has a higher z-index than this value, inspect the header’s CSS z-index in DevTools and set Ajax Search Pro’s z-index higher. For sticky headers with very high z-index values, you may need to set 999999 or use position:relative on the results container.
Ajax Search Pro is not finding WooCommerce products — product searches return no results. How do I add WooCommerce products to the search scope?
Go to Ajax Search Pro → Settings → Sources tab. Ensure “Products” (WooCommerce product post type) is added as a search source. Configure product-specific display settings in the Results → WooCommerce section: enable product image display, price display, and add-to-cart button. Also verify the product status filter includes “publish” status. If products are still missing from results, check if WooCommerce products are set as “private” or have restricted visibility settings that exclude them from standard WordPress queries.
The Ajax Search Pro mobile overlay is not displaying correctly on small screens — the search bar or results are cut off. How do I fix mobile display?
Ajax Search Pro has mobile-specific configuration options. Go to Settings → General → Mobile Settings. Configure the mobile breakpoint width (px), and whether to use fullscreen mode on mobile (recommended for better UX on small screens). In fullscreen mode, the search overlay takes the full viewport when activated — this avoids overflow and clipping issues. Also check the search bar’s CSS width settings for mobile breakpoints — a fixed pixel width may overflow on small devices. Use percentage-based widths for mobile-responsive behavior.
Customization & Developer Notes
How do I apply a preset theme to Ajax Search Pro and customize its colors?
Go to Ajax Search Pro → Themes tab. Select a preset theme from the visual theme selector — each preset shows a preview. Click “Apply Theme” to apply the selected design as a starting point. After applying, go to the Visual tab to customize individual color elements: search bar background, border, text color, button color, results overlay background, result item hover color, and highlight color for matched text. All changes preview in real time in the backend. Save to apply to the frontend search form.
How do I add Google Analytics tracking to Ajax Search Pro searches?
Go to Ajax Search Pro → Settings → General → Statistics. Enable “Google Analytics event tracking” and select the GA event format (GA4 or Universal Analytics). The plugin sends a custom event to Google Analytics each time a search is performed, with the search term as the event label. In your GA4 property, you can then view search events in Events report to see what users are searching for on your site. This provides the search analytics functionality without a separate analytics configuration.
Frequently Asked Questions
What is the difference between Ajax Search Lite and Ajax Search Pro?
Ajax Search Lite is a free, feature-limited version of Ajax Search Pro designed for basic live search on posts and pages. It provides real-time results but with minimal visual customization, limited content type support (no WooCommerce, BuddyPress, or user search), and no theme editor. Ajax Search Pro provides the full visual theme editor, all content type coverage, advanced layout options, Google Analytics integration, and priority support. For sites where the search bar appearance needs to match a designed aesthetic, Pro is necessary. For sites needing only basic live search functionality, Lite is adequate.
Does Ajax Search Pro support searching within PDF files?
Ajax Search Pro searches the WordPress media library as a content source (finding attachments by title, description, and caption), but does not extract and index text content from within PDF files. For searching within PDF document text, SearchWP Pro (with its PDF indexer extension) or Relevanssi Premium are the appropriate solutions. Ajax Search Pro can then be used as the visual search interface layer while a plugin like SearchWP handles the backend content indexing.
Can Ajax Search Pro break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing Ajax Search Pro?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.