PopSearch Live for WooCommerce

Beskrivelse

PopSearch Live gives your WooCommerce store a beautiful fullscreen search experience. When a visitor clicks the search icon, a smooth overlay opens showing:

  • Live product search — results appear as they type (searches name, description and SKU)
  • Category filter — dropdown to narrow results to one category before searching
  • Trending tags — auto-generated from your real product categories and names; hidden if the store is empty
  • Popular Categories — displayed as a grid (≤6) or a slider with black arrow buttons (7+)
  • One-click shortcodes — copy any shortcode directly from the Settings page

Key Features

  • Zero configuration required — works out of the box
  • Inherits your theme’s global font family — no visual conflicts
  • Accent color picker in Settings — match your brand in seconds
  • Category images pulled from WooCommerce Product Categories thumbnails
  • Slider activates automatically when you have more than 6 categories
  • Mobile responsive — stacks cleanly on small screens
  • Fully accessible — ARIA roles, keyboard navigation, ESC to close
  • Compatible with Elementor, Divi, Astra, OceanWP, GeneratePress, Flatsome, Storefront, Avada, Kadence, Blocksy, Hello Theme and more
  • HPOS (High-Performance Order Storage) compatible
  • GPL-2.0 licensed

How to Add the Search Button

After activation go to Settings PopSearch Live and copy any shortcode.

[pslw_search_button] — icon only (recommended for headers)
[pslw_search_button label="Search"] — icon with label
[pslw_search_button label="Find Products"] — icon with custom label

Paste the shortcode into an Elementor HTML widget, a Classic widget, or any PHP template:

<?php echo do_shortcode('[pslw_search_button]'); ?>

Requirements

  • WordPress 5.8+
  • WooCommerce 5.0+
  • PHP 7.4+

Installasjon

  1. Upload the popsearch-live-for-woocommerce folder to /wp-content/plugins/
    OR install via Plugins Add New Upload Plugin and upload the ZIP.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Make sure WooCommerce is installed and active.
  4. Go to Settings PopSearch Live.
  5. Copy a shortcode and paste it in your header (Elementor HTML widget or any widget area).

Ofte stilte spørsmål

Does this work without WooCommerce?

No. The plugin requires WooCommerce to fetch products and categories.

Why are my categories not showing?

Categories are pulled from WooCommerce Product Categories. Make sure you have created categories under WooCommerce Product Categories. All categories are shown regardless of product count.

How do I add category images?

Go to WooCommerce Product Categories Edit each category and upload a Thumbnail image.

When does the slider appear?

The category grid switches to a slider automatically when you have more than 6 categories.

Why are trending tags not showing?

Trending tags are hidden when the store has no products. Once you add products and/or categories they will appear automatically. You can also set manual tags in Settings PopSearch Live.

How do I change the button color?

Go to Settings PopSearch Live and use the Accent Color picker.

Is it compatible with Elementor?

Yes. Add an HTML widget in your Elementor header template and paste [pslw_search_button].

How do I copy the shortcode?

Go to Settings PopSearch Live — each shortcode has a Copy button next to it.

Vurderinger

23. april, 2026
I’ve tried many search plugins, but PopSearch Live is on another level. Since I activated it, I’ve seen a noticeable increase in my sales and conversion rate. The live search is incredibly fast, and the fullscreen overlay looks premium on both desktop and mobile. If you want to make it easier for customers to find your products, this is a must-have. 5 stars!
Les alle 0 vurderinger

Bidragsytere og utviklere

«PopSearch Live for WooCommerce» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:

Bidragsytere

Endringslogg

1.2.0

  • Renamed plugin to «PopSearch Live for WooCommerce» per WordPress.org review guidelines
  • Updated plugin slug to popsearch-live-for-woocommerce
  • Replaced inline script tag with properly enqueued admin.js
  • Replaced inline style tag with wp_add_inline_style()
  • Updated function/option prefix from ssp_ to pslw_ (minimum 4 characters)
  • Updated shortcode to [pslw_search_button]
  • Updated contributor username to aizazali017
  • Updated Author URI to active project URL

1.1.0

  • Added readme.txt for WordPress.org submission
  • Added one-click shortcode copy buttons on Settings page
  • Added plugin action link to Settings from Plugins list
  • Declared HPOS compatibility
  • Improved accessibility — ARIA roles and labels

1.0.0

  • Initial release