Docs pass: add widget screenshots and expand the user guides
Add 21 screenshots across the Elementor Tools docs and rework the pages around them: clearer opening lines, settings tables that state defaults, and callouts for the parts people trip over. Also refreshes the Pro getting-started, Custom Product Tabs and Product Filter pages, plus the matching marketing copy. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,29 +1,37 @@
|
||||
# Screenshot API Settings
|
||||
|
||||
**Dotjuice → Screenshot API**
|
||||
**Dotjuice → Integrations → Screenshot API**
|
||||
|
||||
This page configures the credentials the [Screenshot Capture](widgets/screenshot-capture.md) widget needs to function, and lets you manage the local cache of captured screenshots.
|
||||
This page holds the credentials the [Screenshot Capture](widgets/screenshot-capture.md) widget needs, and manages the local cache of captured screenshots.
|
||||
|
||||

|
||||
*Screenshot: the Integrations page with the Screenshot API tab active, showing the API Key and Secret Key fields and the Cache Management panel below.*
|
||||
|
||||
:::note Moved in the July 2026 release
|
||||
This used to be a standalone **Screenshot API** item in the Dotjuice menu. It's now the first tab of **Integrations**, a shared home for widgets that talk to outside services. The settings themselves are unchanged.
|
||||
:::
|
||||
|
||||
## Setting up your API key
|
||||
|
||||
1. Sign up for a Screenshot Machine account and get an API key (a link to their site is provided on the settings page).
|
||||
2. Paste your **API Key** into the field and save. A warning banner at the top of the page will disappear once a key is saved.
|
||||
3. If your Screenshot Machine account has a **Secret Key** configured for additional request security, enter it in the optional **Secret Key** field too — most accounts don't need this.
|
||||
1. Sign up for a Screenshot Machine account and get an API key — the settings page links to their site.
|
||||
2. Paste the key into the **API Key** field and save. The warning banner at the top of the page disappears once a key is stored.
|
||||
3. If your Screenshot Machine account has a **Secret Key** configured for request signing, enter it in the optional field too. Most accounts don't use this.
|
||||
|
||||
Until an API key is entered, every Screenshot Capture widget on your site will fail to display an image.
|
||||
**Until an API key is saved, every Screenshot Capture widget on your site fails to display an image.** That's the single most common cause of a blank screenshot widget.
|
||||
|
||||
## Cache management
|
||||
|
||||
This section shows:
|
||||
The panel shows:
|
||||
|
||||
- How many screenshots are currently cached
|
||||
- Their total size on disk
|
||||
- Where they're stored (inside your uploads folder)
|
||||
- Where they're stored, inside your uploads folder
|
||||
- A **Clear All Cached Screenshots** button
|
||||
|
||||
Clearing the cache deletes every cached screenshot file and removes the corresponding entries from your Media Library. Every widget will re-capture its screenshot (spending a fresh API call) the next time its page is viewed. Use this if you've made site-wide changes to target pages and want everything refreshed at once, rather than refreshing screenshots one at a time from the editor.
|
||||
Clearing removes every cached file and its Media Library entry. Each widget then re-captures on the next page view, spending a fresh API call. Use it when you've changed many target pages at once and want everything refreshed — rather than refreshing screenshots individually from the editor.
|
||||
|
||||
## Things to know
|
||||
|
||||
- Every screenshot capture — whether from a visitor loading an uncached page, or your own manual refresh — counts as one billed API call against your Screenshot Machine plan. Keep this in mind if you have many Screenshot Capture widgets with a low or zero Cache Limit.
|
||||
- The Secret Key field is optional and only relevant if you've specifically enabled request signing in your Screenshot Machine account settings.
|
||||
- **Every capture is one billed API call** against your Screenshot Machine plan, whether triggered by a visitor loading an uncached page or by your own manual refresh. Worth watching if you run many Screenshot Capture widgets with a low or zero Cache Limit.
|
||||
- **Clearing the cache is site-wide and immediate.** On a site with a lot of screenshots, the next visitor to each page absorbs the capture wait — consider warming them yourself afterwards.
|
||||
- The Secret Key field is optional and only relevant if you've explicitly enabled request signing in your Screenshot Machine account.
|
||||
|
||||
Reference in New Issue
Block a user