✨ 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 JetElements: widget usage as tables

JetElements widgets live inside the Elementor JSON blob in postmeta, alongside the rest of Crocoblock's settings stored in wp_options. SleekView surfaces every JetElements-using page as a queryable workspace for audits and bulk metadata edits.

♾️ Lifetime License available

SleekView table view for JetElements for Elementor

Every JetElements page in one grid

JetElements is a Crocoblock add-on for Elementor, so its widgets live inside the standard _elementor_data JSON blob in wp_postmeta. Global JetElements settings live in wp_options under prefixed keys. The default WordPress admin cannot tell a JetElements page apart from any other Elementor page, so finding pages that depend on a specific Jet widget normally means opening each one or running raw SQL.

SleekView reads wp_postmeta with a contains-text filter on widget identifiers like jet-animated-box, jet-pricing-table, or jet-headline. Pin saved views per widget. Filter by status, author, and last edited to surface drafts, stale layouts, and active campaign pages. Group by widget identifier to get a real Jet widget inventory across the site.

Inline edits to post-level fields (status, slug, author) run through wp_update_post so any other plugin hooks fire normally. The JetElements widget JSON inside _elementor_data stays untouched; the visual editor remains the only path for layout edits. CSV export of any filter gives the client or the team a clean usage report.

Workflow

From scattered Jet pages to one inventory

1

Detect Jet-using posts

SleekView scans wp_postmeta for _elementor_data values containing Jet widget identifiers. Every Jet-touched page lands in one table.
2

Add widget and audit columns

Title, Status, last edited, Author, URL, and a Widget column derived from the matched identifier. Filter chips per Jet widget make audits one-click.
3

Save housekeeping views

Pin views for stale Jet pages, drafts owned by former staff, and pages using widgets you plan to retire. Each view persists per user.
4

Inline edit and export

Update status, slug, or author from the row. Export any filtered slice as a CSV deliverable. The Elementor editor remains the only path for visual changes.

Sample columns

A typical JetElements usage view

Pages using one or more JetElements widgets, with status and last-edited dates visible.
Source: wp_posts + wp_postmeta (JetElements widgets live inside the _elementor_data JSON blob) + wp_options for global settings
Title Status Jet widget Last edited Author URL
2026 product launch Published jet-animated-box May 02 Lena R. /launch
Pricing tiers page Draft jet-pricing-table May 01 Mira S. /pricing
Spring campaign Published jet-headline Apr 22 Den J. /spring
Discontinued landing Trashed jet-animated-box Apr 09 Lena R. /discontinued

Comparison

Default JetElements admin vs SleekView

Default JetElements admin

  • No per-widget inventory in the Crocoblock admin
  • Pages using Jet widgets are indistinguishable from other Elementor pages in wp_posts
  • Last edited and author are not in the default Elementor list
  • Auditing widget usage requires inspecting _elementor_data by hand
  • Bulk status or slug changes need a separate bulk-edit flow

SleekView

  • Group by Jet widget across the whole site in one table
  • Saved views per widget (animated box, pricing table, headline, slider)
  • Inline edit status, slug, and author from the row
  • Filter by author or last edited to find drafts and stale Jet pages
  • CSV export of any filtered slice for client or internal reports

Features

What SleekView gives you for JetElements for Elementor

Widget-aware filters

Contains-text filters on _elementor_data identify every page using a specific Jet widget. No SQL or page-by-page inspection.

Saved audit views

Pin views for stale Jet pages, drafts from former staff, or pages using widgets you plan to retire. Each view persists per user and per role.

Inline edits, layout untouched

Status, slug, and author update in place. The Jet widget JSON inside _elementor_data stays the Elementor editor's responsibility.

Audience

Who uses SleekView for JetElements

Crocoblock agencies

Audit client sites for which pages depend on which Jet widgets. Per-client saved views turn handover reports into a one-click export with last-edited dates and authors visible.

Editorial teams

Track which campaign pages use Jet pricing tables, animated boxes, or headlines. Status and author filters replace a separate planning spreadsheet.

Site owners

Find Jet-using pages that haven't been touched in months. The same grid drives quarterly housekeeping and pre-migration inventories.

The bigger picture

Why Crocoblock sites accumulate widget debt

Crocoblock's JetElements bundle ships dozens of widgets, and a long-running site usually ends up with hundreds of pages that depend on a handful of them. None of that is a problem until a redesign, a Crocoblock subscription review, or a migration to another builder forces the question: which pages actually use these widgets, and which Jet widgets specifically. Because everything lives inside the same _elementor_data JSON blob, the question is answerable in principle, but not from any default admin screen.

A queryable inventory turns that audit into a saved view. Group by Jet widget, sort by last edited, filter by author. Suddenly the pages still depending on a specific Jet widget are obvious, and so are the pages that haven't been touched in months.

Agencies use the grid for client handovers and renewal reviews; in-house teams use it to plan widget retirements before a Crocoblock license decision. The cost of the audit collapses to the cost of opening the grid.

Questions

Common questions about SleekView for JetElements for Elementor

Inside the _elementor_data JSON blob in wp_postmeta on each page or template. Global plugin settings live in wp_options under Crocoblock-prefixed keys. SleekView reads both directly without changing the storage model.

 

Yes. A contains-text filter on _elementor_data for the widget identifier (for example jet-pricing-table) surfaces every page using that widget. Save the filter as a named view for repeat audits.

 

No. The grid edits surrounding post-level metadata (status, slug, author) through wp_update_post. The Jet widget JSON itself stays inside _elementor_data for the Elementor editor.

 

Yes. JetElements is one of many Crocoblock plugins, but they all attach their widget data to the same _elementor_data postmeta value. The same audit pattern works for JetEngine, JetBlocks, or JetTabs by changing the widget identifier in the filter.

 

Yes. Every saved view exports to CSV with the columns on screen. Agencies use the export as a deliverable in client reports; in-house teams archive it as part of a quarterly audit.

 

No. Queries are paginated and the contains-text filter narrows the row set before column joins. Sites with tens of thousands of posts return results in seconds rather than minutes.

 

Widget identifiers have been stable across major versions, but if Crocoblock changes one, you adjust the filter to match the new identifier. Saved views are filter definitions, so updating one view updates the audit everywhere it's used.

 

Yes. SleekView is read-mostly. Inline edits use the standard WordPress update path, so any Jet or Elementor hooks fire normally. The grid never writes directly to _elementor_data.

 

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