✨ 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 Kanban for Responsive Lightbox

SleekView reads your Responsive Lightbox galleries directly from the rl_gallery post type, groups them by the WordPress post status or any taxonomy you nominate, and lets your team drag each gallery between columns so production tracking and publishing happen on one screen instead of inside admin lists.

♾️ Lifetime License available

SleekView Kanban board for Responsive Lightbox

Why Responsive Lightbox editors need a board

Responsive Lightbox by dFactory stores galleries as rl_gallery custom post type entries inside wp_posts, with image references in wp_postmeta under the gallery configuration key. The default admin shows them in a standard list table at Lightbox > Galleries which is fine for a handful of galleries but starts to bottleneck the moment your site runs dozens of image collections across blog posts, product pages, and case studies.

SleekView reads from the rl_gallery post type, joins the relevant wp_postmeta rows, and surfaces every column as a possible grouping axis. The obvious one is post_status with draft, pending, publish, and trash, but many teams add a custom production_stage meta field with values like shot, retouched, captioned, and approved, and group by that to model their actual editorial flow.

Dragging a card from one column to another updates the gallery through wp_update_post, firing the standard save_post and transition_post_status hooks so caching, image CDN purges, and lightbox script regeneration all stay in sync. Trashed galleries are filtered out by default but can be toggled back on per board when you need to do cleanup work.

Workflow

From Responsive Lightbox list to board in four steps

1

Connect the rl_gallery post type

Pick the Responsive Lightbox gallery post type as the SleekView source. The plugin auto-detects every meta key on those posts including lightbox script choice, columns, image count, and any custom taxonomies your team uses to tag galleries by client or section.
2

Pick the column to group by

Choose any field as your kanban grouping key. Most teams pick the built-in WordPress post status with draft, pending review, scheduled, and published, but a custom production stage meta field or a campaign taxonomy works just as well as the column axis.
3

Choose what shows on cards

Drag up to six fields onto the card face. Typical picks are gallery title, image count, lightbox script in use, last edited author, and the assigned designer. Cards stay compact at a glance and expand on click to show every meta field on the gallery.
4

Enable drag and drop

Flip on write-back and every card drag updates the gallery through the standard WordPress API, firing post transition hooks so caching, lightbox script enqueueing, and any analytics tied to publishing stay in sync. Lock columns for read-only review states if needed.

Sample board

Sample Responsive Lightbox production board

A live preview of a Responsive Lightbox board grouped by post status, with gallery title, image count, and last edited author on each card and totals shown in each column header.
Draft
9
New product reveal gallery in progress
Sarah Mitchell, 18 images
Case study photoshoot batch
James Park, 42 images
Team page portrait set
Priya Shah, 12 images
Pending review
4
Conference recap gallery for blog
Mark Lee, ready for editor
Customer story photo set
Emma Carter, awaiting client sign off
Press release supporting images
Tom Wright, legal review
Scheduled
2
Product launch campaign gallery
Linda Park, queued for Nov 14
Founder interview photo set
Daniel Kim, queued for Nov 21
Holiday charity drive recap
Aisha Khan, queued for Dec 02
Published
143
About page team photos
Sarah Mitchell, evergreen
Office tour gallery
James Park, embedded on home
Client logo wall lightbox
Priya Shah, used on homepage

Comparison

Default Responsive Lightbox list versus SleekView Kanban

Default Lightbox gallery list

  • Galleries land in a paginated post list with no visual sense of production pipeline depth
  • Status changes require opening every gallery individually, no bulk drag between states
  • Custom production stage fields cannot become the grouping axis without extra developer work
  • Scheduled posts mix into the publish queue with no separation from already live galleries
  • Designer handoffs rely on private comments which are invisible from the gallery list view

SleekView Kanban

  • Reads directly from the rl_gallery post type and meta with no duplicate storage
  • Drag-and-drop writes back through wp_update_post so caching and hooks fire correctly
  • Group by built-in post_status or any custom meta on the gallery
  • Card face accepts up to six fields including image count and lightbox script
  • Works with FancyBox, SwipeBox, Magnific, and PrettyPhoto scripts without extra config

Features

What SleekView Kanban gives you for Responsive Lightbox

Group by any field on the gallery

Built-in post status is the default grouping but any taxonomy, custom meta, or production stage field becomes a column axis. Boards remember the grouping per user so your photographer and your blog editor can each see the same galleries differently.

Drag-and-drop writes back to posts

Moving a card calls the standard WordPress post update API which fires every transition hook, webhook, and revision exactly as the editor would from the admin. Optimistic UI updates instantly and rolls back on API failure so nothing publishes by mistake.

Per-role column visibility

Hide the Published column from designers, hide the Draft column from approvers, or expose extra archive columns only to admins. Visibility rules use WordPress capabilities so they line up with whatever role plugin your team already uses for content roles.

Audience

Common Responsive Lightbox boards teams build

Editorial gallery pipeline

Group every gallery by post status so the content team knows what is still being shot, what is waiting on captions, what is queued, and what went live this week across the entire site.

Client project tracking

Group galleries by client taxonomy so agency leads see exactly how many photo deliverables each account has booked and which sets are still missing approvals.

Designer assignment board

Group galleries by author so creative leads can balance workload, spot bottlenecks on busy designers, and reassign drafts before deadlines slip past launch dates.

The bigger picture

Why a real board beats the lightbox gallery list

Responsive Lightbox is great at making images open in a polished modal viewer but its admin is built around the assumption that you will review every gallery one at a time inside the standard WordPress post list. That works fine when your site has a handful of galleries. It falls apart the moment a gallery becomes part of an actual editorial workflow with multiple stages and multiple teammates handling shoots, retouching, captions, and sign off in parallel.

A kanban board fixes the part Responsive Lightbox was never designed to fix: pipeline visibility. You see at a glance how deep each column is, which galleries have been sitting in Draft the longest, and what the team published since yesterday. Status changes happen with a single drag and every change writes back through the proper WordPress API so caching, lazy loading, and any analytics tied to publishing keep working exactly as they did before.

The result is the same Responsive Lightbox data shown the way an editorial team actually thinks about it day to day.

Questions

Common questions about SleekView Kanban for Responsive Lightbox

The drag calls the standard WordPress post update API so the change is persisted to wp_posts and triggers the usual transition_post_status hook chain. Caching plugins, CDN purges, and any analytics tied to publishing react exactly as if an editor moved the gallery through the regular admin screen.

 

Yes. Any taxonomy, custom meta field, or author assignment defined on the rl_gallery post type can be the grouping axis. Most teams add a custom production_stage meta key for shot, retouched, captioned, approved, and scheduled, and group by that instead of the raw post status field.

 

Scheduled galleries appear in their own Scheduled column by default with the queued publish time shown on each card. Moving a scheduled gallery back to Draft clears the publish timestamp, and moving it forward to Published immediately fires the publish hook so any downstream integrations run right away.

 

Yes. Every action on a card uses the same capability checks as the standard post edit screen, so contributors cannot publish, editors cannot trash other content unless their role allows it, and any role plugin you already use such as Members or PublishPress Capabilities controls who can drag between which columns.

 

The post status changes back to draft through wp_update_post, which triggers the usual unpublish path. The gallery disappears from frontend listings on the next request, any cached page versions are invalidated by your caching plugin, and the original publish date is preserved on the post so republishing later keeps the canonical URL.

 

Boards are scoped at the post type level, so every rl_gallery entry is eligible to show whether it is embedded as a shortcode inside another post or rendered standalone. You can apply taxonomy or author filters to scope down to a single client or section if the global list gets too crowded.

 

Yes. The kanban surface uses pointer events so it works with mouse, trackpad, touch, and pen input. Long press on a card initiates the drag on touch devices, and column scrolling works even while a card is mid drag so you can move a gallery across columns that do not fit on the same viewport.

 

Each card drag is a single atomic post update so two simultaneous drags resolve in the order the server receives them, with the second drag winning. The board polls for status changes every few seconds so the other editor sees the change land in near real time without manually refreshing the kanban view.

 

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