Skip to content

Screenshot Capture Checklist

This is the master list of every screenshot the documentation uses. Not-yet-captured shots are embedded in the docs as HTML comments (<!-- ![alt](/images/...) -->) — a live image ref to a missing file fails the build — so after capturing one, also uncomment its ref in the page.

How to capture

  • Capture in light theme, browser zoom 100%.
  • Export as WebP, roughly 1600px wide (retina-friendly, still light-weight).
  • Save to the exact path under public/images/ shown below. The leading /images/... in the docs maps to public/images/... (VitePress serves the public folder at the web root).
  • Tick the box once captured, uncomment the ref in the doc page, and run npm run docs:build to confirm.

Getting Started — public/images/getting-started/

FileWhat to capture
wordpress-dashboard.webpThe WordPress dashboard with Plugins menu highlighted.
plugin-upload.webpThe plugin upload screen showing the Choose File button.
activate-plugin.webpThe Plugins list with Real Testimonials and Activate link.
add-new-testimonial-page.webpAdding a Real Testimonials block to a page/post in the editor. Spare — captured but not embedded anywhere right now (was on Quick Start before it became a router page).
block-library.webpThe Real Testimonials block category open in the Gutenberg inserter.
design-picker.webpThe design picker modal showing card design options.
download-license-key.webpThe shapedplugin.com account page with license key visible.
activate-license-key.webpThe dashboard Settings page with License Key field and Activate button.
license-activated.webpThe Settings page after the license key is activated.

Blocks — public/images/blocks/

Block-specific Layouts-panel screenshots (shared panels live in features/).

FileWhat to capture
carousel-layout-general-tab.webpCarousel Layouts panel — Settings tab.
carousel-settings-tab.webpCarousel Layouts panel — Carousel tab (autoplay, speed, loop).
slider-layout-general-tab.webpSlider Layouts panel — Settings tab.
slider-layout-style-tab.webpSlider Layouts panel — Slider tab.
grid-layout-general-tab.webpGrid Layouts panel.
polaroid-grid-layout-panel.webpPolaroid Grid Layouts panel.
marquee-layout-general-tab.webpMarquee Layouts panel — Settings tab.
marquee-layout-style-tab.webpMarquee Layouts panel — Marquee tab.
testimonial-group-editor.webpA Testimonial Group containing a search box, filter row, grid and pagination.

Child Blocks — public/images/blocks/child-blocks/

Inspector-panel screenshots for the interactive child blocks. Each shot shows the block selected in the editor with its panel open, so no separate editor-view shots are needed for these blocks.

FileWhat to capture
live-frontend-filter-style-tab.webpLive Frontend Filter panel — Style tab.
filter-by-group-general-tab.webpFilter by Group panel — Settings tab.
filter-by-group-style-tab.webpFilter by Group panel — Style tab.
filter-by-rating-general-tab.webpFilter by Rating panel — Settings tab.
filter-by-rating-style-tab.webpFilter by Rating panel — Style tab.
ajax-search-general-tab.webpSearch panel — Settings tab.
ajax-search-style-tab.webpSearch panel — Style tab.
ajax-search-btn-general-tab.webpSearch Button panel — Settings tab (icon options).
ajax-search-btn-style-tab.webpSearch Button panel — Style tab.
ajax-pagination-loadmore-general-tab.webpAjax Pagination panel — Button (load more) type.
ajax-pagination-loadmore-style-tab.webpAjax Pagination panel — Style tab (Button type).
ajax-pagination-number-general-tab.webpAjax Pagination panel — Number type.
review-summary-general-tab.webpReview Summary panel — Settings tab.
review-summary-style-tab.webpReview Summary panel — Style tab.
ai-summary-general-tab.webpAI Summary panel — Settings tab (with the AI summary rendered).
ai-summary-style-tab.webpAI Summary panel — Style tab.

Submission Form — public/images/blocks/form/

FileWhat to capture
form-all-panels.webpThe full inspector panel stack with the form block selected.
form-builder-general-tab.webpForm Builder panel — Settings tab (display type, field list, reCAPTCHA).
form-builder-style-tab.webpForm Builder panel — Style tab (form box).
form-input-fields-general-tab.webpInput Fields panel — Settings tab (input style, gaps).
form-input-fields-style-tab.webpInput Fields panel — Style tab (label, note, placeholder).
form-submit-btn-general-tab.webpSubmit Button panel — Settings tab.
form-submit-button-style-tab.webpSubmit Button panel — Style tab.
form-message-general-tab.webpStatus & Message Settings panel — Settings tab.
form-message-style-tab.webpStatus & Message Settings panel — Style tab.
form-email-notification-admin-tab.webpEmail Notification Control — Admin tab.
form-email-notification-awaiting-tab.webpEmail Notification Control — Awaiting tab.
form-email-notification-approval-tab.webpEmail Notification Control — Approval tab.

Classic Version — public/images/classic/

FileWhat to capture
add-new-testimonial.webpThe Add New Testimonial edit screen — title, testimonial content, Reviewer Information, image, Groups, Publish. Used on the Getting Started → Add New Testimonial page (guide/add-new-testimonial.md).
all-testimonials-list.webpThe All Testimonials list — Image, Name, Groups, Rating, and Shortcode columns (drag & drop rows).
manage-view-add-new.webpThe Manage Views list screen with the Add New button.
manage-view-editor.webpThe Manage View edit screen — title, Layout Preset picker, Shortcode Options tabs, How To Use box.
layout-presets.webpThe Layout Preset picker showing all eight layouts (Slider … Isotope).
layout-slider.webpFront end — Slider layout example.
layout-thumbnails-slider.webpFront end — Thumbnails Slider layout example.
layout-carousel.webpFront end — Carousel layout example.
layout-multi-row.webpFront end — Multi-row carousel example.
layout-grid.webpFront end — Grid layout example.
layout-masonry.webpFront end — Masonry layout example.
layout-list.webpFront end — List layout example.
layout-isotope.webpFront end — Isotope layout with the filter bar.
view-general-settings.webpShortcode Options → General Settings tab.
view-theme-settings.webpShortcode Options → Theme Settings tab — theme picker + Configure Theme.
view-display-settings.webpShortcode Options → Display Settings tab showing the seven sub-tabs.
view-slider-settings.webpShortcode Options → Slider Settings tab showing the four sub-tabs.
view-typography-settings.webpShortcode Options → Typography tab with one element's font controls expanded.
view-how-to-use.webpThe How To Use box with a View shortcode.
view-shortcode-block-editor.webpA View shortcode pasted into a Shortcode block in the block editor.
testimonial-forms-add-new.webpThe Testimonial Forms list screen with the Add New button.
testimonial-form-editor.webpThe Testimonial Form edit screen — Form Options tabs, Testimonial Form Fields checklist, Live Preview, How to Use box.
form-editor.webpForm Options → Form Editor tab with field panels, one expanded.
form-labels-messages.webpForm Options → Labels & Messages tab.
form-status-notifications.webpForm Options → Status & Notifications tab with the three notification sub-tabs.
form-styles.webpForm Options → Form Styles tab.
form-shortcode-block-editor.webpA form shortcode pasted into a Shortcode block in the block editor.
testimonial-form-preview.webpThe published testimonial form on the front end.

Features — public/images/features/

Panel-by-panel screenshots of the Carousel block inspector, used on the canonical shared-panel reference page (guide/blocks/carousel.md).

FileWhat to capture
all-panels.webpThe full inspector panel stack with the Carousel block selected.
query-builder-tab.webpQuery Builder panel.
carousel-navigation-general-tab.webpNavigation Arrow panel — Settings tab.
carousel-navigation-style-tab.webpNavigation Arrow panel — Style tab.
pagination-general-tab.webpPagination Dots panel — Settings tab.
swiper-pagination-styles.webpThe Pagination Style dropdown open, showing all seven styles.
swiper-pagination-style-tab.webpPagination Dots panel — Style tab.
card-content-general-tab.webpCard Content panel — Settings tab.
card-content-style-tab.webpCard Content panel — Style tab.
testimonial-content-general-tab.webpTestimonial Content panel — Settings tab.
testimonial-content-style-tab.webpTestimonial Content panel — Style tab.
star-rating-general-tab.webpStar Rating panel — Settings tab.
star-rating-style-tab.webpStar Rating panel — Style tab.
reviewer-image-general-tab.webpReviewer Image panel — Settings tab.
reviewer-image-style-tab.webpReviewer Image panel — Style tab.
reviewer-details-general-tab.webpReviewer Details panel — Settings tab.
reviewer-details-style-tab.webpReviewer Details panel — Style tab.
social-media-general-tab.webpSocial Media panel — Settings tab.
motion-effect-panel.webpMotion Effects panel.
advance-general-tab.webpAdvanced Settings panel — General tab.
advance-visibility-tab.webpAdvanced Settings panel — Visibility tab.
advance-advance-tab.webpAdvanced Settings panel — Advanced tab.

Admin Dashboard — public/images/dashboard/

FileWhat to capture
dashboard-overview.webpThe dashboard Welcome (getting-started) page with the top navigation bar.
dashboard-blocks.webpThe Blocks section: block cards with on/off toggles.
dashboard-modules.webpThe Modules section: feature cards with toggles.
dashboard-integrations.webpThe Settings → Integrations tab: Gemini and page-builder cards.
saved-templates.webpThe Saved Templates section listing saved block templates.
dashboard-settings.webpThe Settings section with the tab sidebar and License Key tab active.
overview-welcome.webpSpare alternate of the Welcome page — captured but not embedded anywhere right now.

Last updated: