SleekView for Envira Gallery Pro: galleries, albums & addon settings as tables
Envira Gallery Pro stores galleries and albums as the envira and envira_album post types, with image arrays and per-gallery config (lightbox, deeplink, watermark, social) inside _eg_gallery_data. SleekView reads that postmeta and pivots it into a real galleries workspace where image counts, theme, addons enabled, and last-modified date all become first-class columns.
♾️ Lifetime License available
Pro galleries on a single screen, not an edit page each
Envira Gallery Pro keeps galleries in the envira post type and albums in envira_album. The interesting part lives inside _eg_gallery_data, a serialised array in wp_postmeta that holds the image list plus every config flag the Pro addons add: lightbox theme, deeplinking, watermarking, EXIF, social sharing, password protection, video integration, slideshow toggle, and pagination. The default WP post list shows title, author, and date for galleries. None of the Pro flags surface, and there is no way to filter for, say, every gallery missing alt text or every album that still uses the legacy theme.
SleekView pivots _eg_gallery_data into proper columns. Image count, lightbox theme, deeplink enabled, watermark enabled, password protection, last modified, and view count (when a tracking addon writes it) all become sortable and filterable. Saved views like galleries missing alt text on every image, password protected client galleries, or albums older than 12 months load with one click. Sort by image count descending to find the heaviest galleries before a performance audit, or filter for the legacy theme to plan a migration sprint.
Inline edits route through Envira's own save path so the envira_gallery_after_save hook fires, EXIF caches rebuild, and Pro addons stay in sync. Where Envira does not expose a write path (legacy lightbox theme strings, for instance) SleekView falls back to direct postmeta writes with a requires republish flag on the row, so editors know to open the gallery once for the final render.
Workflow
From Envira CPT to a galleries dashboard
Pick the source
envira post type as the primary source and optionally join envira_album for album coverage. SleekView unpacks _eg_gallery_data automatically so config flags arrive as columns rather than serialised blobs.
Compose columns
Save and scope per role
Edit inline or bulk
envira_gallery_after_save fires and any addon listening for changes (proofing, watermarking) stays in sync.
Sample columns
A typical Envira Pro galleries view
_eg_gallery_data.
wp_posts (envira, envira_album CPTs) + wp_postmeta (_eg_gallery_data)
| Gallery | Images | Theme | Lightbox | Addons | Last modified | Status |
|---|---|---|---|---|---|---|
| Wedding portfolio 2026 | 84 | Captioned | Polaroid | Deeplink, Social, Watermark | Apr 24 | Published |
| Client proofs (Hartmann) | 62 | Masonry | Standard | Password, Proofing | Apr 18 | Published |
| Studio backdrops | 18 | Grid | Standard | Watermark | Mar 02 | Draft |
| Old commercial set | 9 | Legacy | Base | None | Aug 11, 2024 | Stale |
Comparison
Default Envira Gallery Pro admin vs SleekView
Default Envira Gallery Pro admin
- Galleries list shows title, slug, and date only, no image count or theme
-
_eg_gallery_dataflags (lightbox, deeplink, watermark, password) are invisible at list level - Albums need a separate screen with the same limitations
- No way to filter for galleries missing alt text or images missing captions
- Bulk updates require opening each gallery and saving through the full editor
SleekView
-
Pivot
_eg_gallery_dataflags into sortable columns across galleries and albums - Filter by theme, lightbox, addons enabled, password protection, and last-modified date together
- Surface a single image audit view across every gallery with alt text and caption columns
- Inline-edit theme, status, password, and deeplink without opening the full gallery editor
- Save views per client or per shoot type so studios reopen the right queue in one click
Features
What SleekView gives you for Envira Gallery Pro
Gallery config as columns
Image count, lightbox theme, deeplink, watermark, social, and password all unpack from _eg_gallery_data into first-class columns. Sort or filter on any of them without touching the gallery editor.
Per-image audit view
Drop into a flat view of every image across every gallery: file, gallery, alt text, caption, link. Filter for images missing alt or caption and bulk-edit them in one pass before an accessibility review.
Inline-edit with hooks
Edits route through Envira's save path so envira_gallery_after_save fires and Pro addons stay in sync. Where no write path exists, direct postmeta writes flag the row so editors know to republish once.
Audience
Who uses SleekView for Envira Gallery Pro
Photography studios
Track every client gallery in one table with password status, proofing addon flags, image count, and last-modified date. Filter for galleries still on the legacy theme to plan a migration without opening each one.
Accessibility leads
Run a per-image view that surfaces alt text and caption coverage across every gallery. Inline-fill missing alt text and the next WCAG audit takes hours instead of days.
Editorial archive teams
Audit albums older than 12 months, group by theme or addon set, and decide which sets to retire. Bulk-update statuses or move into a private album without re-saving each one through the editor.
The bigger picture
Why gallery ops needs a real list view
Photography and studio teams running Envira Pro typically have hundreds of galleries plus a separate set of albums, and the value of each gallery is locked inside config that the default WP post list never shows. Image counts, lightbox themes, password protection, proofing flags, watermark status, and addon usage all live inside a serialised postmeta blob that requires opening the gallery editor to inspect. That makes routine ops slow.
An accessibility audit means clicking through every gallery to check alt text, a migration off the legacy theme means clicking through every gallery to check the theme, and a client billing review means clicking through every gallery to check the proofing flag. SleekView unpacks the config blob once at the database layer and exposes each field as a column, so the same audit takes a saved view and a glance instead of a week of clicks. Studios that ship galleries at volume need a real list view, and that is what Pro deserves from day one.
Questions
Common questions about SleekView for Envira Gallery Pro
Yes. The serialised image array unpacks into a per-image flat view that joins back to the parent envira post. Alt text, caption, link, and link target each become columns, with filters for missing fields. Edits write back through Envira's save path so caches and addon listeners stay correct.
Albums are the envira_album post type with their own postmeta. SleekView surfaces them as a separate source so a studio can keep one view for galleries and one for albums, then build a joined dashboard that counts galleries per album for quick coverage checks.
Yes. Each Pro addon writes flags into _eg_gallery_data (or its own postmeta keys). SleekView reads those keys and exposes them as boolean columns. Filter for proofing-enabled galleries when invoicing clients, or watermark-enabled galleries before a public launch.
Dynamic galleries built from tags or post queries store their query args in _eg_gallery_data just like standard galleries. SleekView surfaces the query args (tag, category, post type) as columns so a content team can audit which dynamic source each public gallery is pulling from.
Yes. Writes route through Envira's standard save path so envira_gallery_after_save fires, EXIF rebuilds run, and any cache plugin invalidates the gallery output the same way it would after editing through the full gallery screen.
Yes. SleekView registers the envira and envira_album post types per site, and a network admin can build a network-wide gallery audit by aggregating views across sites. Useful for franchise photographers running one network with one site per studio location.
Per-image views paginate at the database level so a 5,000-image catalog loads as fast as a 50-image one. Sorting by alt-text coverage or last-modified date stays responsive because SleekView queries the unpacked image rows rather than re-deserialising every _eg_gallery_data blob on every render.
Yes. Any view exports to CSV including the unpacked _eg_gallery_data columns. A studio can hand a client a CSV manifest of every gallery shipped during a quarter, with image counts and last-modified dates included, without writing a single SQL query.
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.
Lifetime ♾️
Most popular
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
€749
Continue to checkoutBrowse more
- Easy Digital Downloads
- Thrivecart Funnels
- Yith Subscriptions
- Woocommerce Table Rate Shipping
- Yith Essential Kit
- Woocommerce Stock Manager Pro
- Woocommerce Paystack
- Paykickstart Bridge
- Woocommerce Instamojo
- Woocommerce Marketplace Stripe Connect
- Surecart Checkout
- Woocommerce Shipment Tracking Pro
- Stitchlabs Wp
- Woocommerce Dhl Express
- Woocommerce Product Addons Pro