✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for Iconic WooThumbs: gallery audits as tables

WooThumbs stores per-variation galleries and video URLs in postmeta against each WooCommerce product and variation. SleekView reads those rows directly so catalog teams can audit coverage, find missing assets, and spot variations that fall back to the parent gallery.

♾️ Lifetime License available

SleekView table view for Iconic WooThumbs

Variation-level gallery state without per-product clicks

Iconic WooThumbs replaces the WooCommerce single-product gallery with a per-variation gallery, video, and zoom configuration. The data lands in postmeta against each variation post (post type product_variation) under keys like iconic_woothumbs_features and the per-variation gallery image ids. The plugin's edit screen handles assignment one variation at a time, but a question like "which of our 312 variations still inherit the parent gallery" has no list-view answer.

SleekView joins posts (variations) with their relevant postmeta keys and presents one row per variation: parent product, attribute combination, gallery image count, video URL state, and whether the variation has its own assets or falls back. Sort by gallery image count to find variations under the team's coverage threshold. Filter to variations with no video on a product range where video is mandatory. Save the audit as a named view per merchandiser so the next coverage pass takes minutes rather than a per-product click marathon.

Inline edits to image-id arrays and video URLs route through the standard WordPress meta API, so any cache layer or related-product hook that listens for postmeta changes still fires. WooThumbs's own front-end gallery JavaScript reads from the same meta on render, so the catalog team's edits show up in the storefront without extra refresh logic.

Workflow

Compose variation-level gallery views from WooThumbs meta

1

Pick a base post type

product_variation for variation-level audits, product when you want one row per parent product with aggregated variation stats.
2

Add WooThumbs meta columns

Gallery image array, video URL, and the WooThumbs features blob each appear as columns. The image-id array resolves to a count and an optional thumbnail strip.
3

Filter to coverage gaps

Empty gallery, parent-fallback flag, or video URL missing: each becomes a saved filter. Combine with category and attribute filters from the parent product.
4

Save per merchandiser

One view per category lead or per launch range. Capability gating keeps studio production seeing only ranges they own.

Sample columns

A typical WooThumbs variation gallery view

Joins variations with their WooThumbs gallery and video meta. Image count and video URL are inline-editable.
Source: wp_posts (product_variation) + wp_postmeta (iconic_woothumbs_*)
Product Variation Images Video Source
Linen Shirt Blue / M 6 youtube.com/... Variation
Linen Shirt Blue / L 6 youtube.com/... Variation
Linen Shirt Sand / M 0 Parent fallback
Wool Coat Black / S 2 Below threshold

Comparison

Default WooThumbs admin vs SleekView

Default WooThumbs admin

  • Per-variation gallery is edited one variation at a time inside the product screen
  • No list view of variations with their gallery and video state
  • Variations that fall back to the parent gallery are not flagged in the admin
  • Audits for missing video on a product range require clicking through every variation
  • No saved view per merchandiser or per category

SleekView

  • Read variation rows joined to their WooThumbs postmeta keys
  • Show image count, video URL, and parent-fallback flag per variation
  • Filter to variations below a coverage threshold or missing video
  • Inline-edit image arrays and video URLs through the WordPress meta API
  • Save coverage audits as named views per merchandiser

Features

What SleekView gives you for Iconic WooThumbs

Per-variation coverage audit

One row per variation with image count, video URL, and a flag for variations that still inherit the parent gallery. Sort by count to find the long tail of under-covered variations.

Video URL state across products

Filter every variation in a category to those without a configured video URL, or those pointing at a non-allowed host. Useful before a campaign that mandates video.

Bulk update through standard meta API

Inline edits to gallery image arrays and video URLs go through the WordPress meta API, so caches invalidate and the WooThumbs front-end picks up changes on the next render.

Audience

Who uses SleekView for Iconic WooThumbs

Apparel merchandisers

Audit color and size variations for full gallery coverage before a seasonal launch. One view shows which combinations still need photography and which are ready to publish.

Studio production

Track which variations have video versus stills only. Production schedule pulls directly from a saved view of variations missing video on the next-launch range.

Catalog QA

Find variations falling back to the parent gallery on products where the team committed to per-variation imagery. Filter by category, sort by parent product, fix in batches.

The bigger picture

Why variation-level audits matter for catalog teams

Per-variation imagery is the difference between a catalog that converts and one that loses customers to confused product pages. Iconic WooThumbs solved the storage and rendering side of that problem years ago. The operational side, knowing which variations are covered and which still need a photographer, is where most teams still rely on spreadsheets exported manually from the database.

The reason is simple: WooCommerce's variation editor was designed for one product at a time, and adding cross-product audit tables to that screen would break its single-product mental model. A separate list view that joins variations to their WooThumbs meta keeps the edit screen clean and gives the catalog team the workspace their job actually needs. Sort by image count, filter to parent-fallback flags, scope by category and attribute, save the result, hand it to the next merchandiser.

The data was already there in postmeta. The default admin just doesn't compose it. SleekView does, without writing through any path that the plugin doesn't already support.

Questions

Common questions about SleekView for Iconic WooThumbs

No. The product edit screen is still where you upload new images and configure zoom and lightbox behavior per product. SleekView is the cross-product list view: which variations have which gallery state, which are missing video, which inherit from the parent. Both run on the same postmeta keys, so edits made in either place show up in the other on the next refresh.

 

Yes. The image-id array stored under WooThumbs's gallery meta key resolves to a count column in SleekView, plus an optional thumbnail-strip column that previews the first few attached images. Sort by count to surface variations below your coverage threshold without per-product clicks.

 

It checks for the WooThumbs gallery meta key on the product_variation post. If the key is empty or missing, the storefront falls back to the parent product gallery, so SleekView flags the row with a parent-fallback badge. That mirrors WooThumbs's own runtime behavior.

 

Yes. The video URL stored in WooThumbs's video meta key is exposed as a column. Filter to empty values across a category to build a missing-video audit, or filter by host to find legacy URLs from a video provider you no longer use.

 

Image-id arrays and video URLs are inline-editable through the standard WordPress meta API, so any cache layer listening for updated_post_meta still invalidates correctly. For uploading brand-new images you'll want the WordPress media library, and SleekView links straight to the media picker from the cell.

 

Both are exposed. Zoom configuration stored in the WooThumbs features meta is visible as a column, and the video URL field is editable per variation. The plugin's storefront JavaScript reads from the same meta on render, so changes propagate without any extra build step.

 

Yes. Variations join back to their parent product, and the parent product's category, tag, and attribute terms are available as filters. A typical view scopes to one category and one attribute (for example, all jacket variations in the Blue color attribute) to make audits manageable.

 

Variations queried through SleekView hit indexed columns on posts and postmeta. Aggregate columns (image count from a serialized array) cost a tiny amount of post-fetch work but stay well inside admin query budgets even at tens of thousands of variations. Pagination is keyset where the schema allows.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView