For #64.
Problem
docs/user-guide/configuration/checkout-forms.md uses /img/config/checkout-form-step.png for 11 of its image callouts, covering totally different concepts: the Content tab, Visibility tab, Style tab, field type picker, Username field config, Username parameters, template selection field, etc.
There’s also a smaller dupe: period-selection-field-options.png and period-selection-field-settings.png are byte-identical (MD5 1c1ac4f60f…, 114 684 B).
docs/user-guide/configuration/checkout-forms.md
L53,57,61,65,69,71,73 — all using checkout-form-step.png for different sub-tabs of one step
L94 — "Field type selection dropdown" → checkout-form-step.png (wrong)
L98 (x3) — Username field config / parameters / additional settings → all checkout-form-step.png
L108 (x2) — Preview button + preview render → checkout-form-editor.png (reused)
L143 — Period Selection field settings (dupe pair)
Captures required
Open http://wordpress.local:8080/wp-admin/network/admin.php?page=wp-ultimo-edit-checkout-form (or any existing checkout form). Then open one step / field at a time.
| # |
Doc line |
Concept |
New / updated filename |
| 1 |
L53 |
Step Content tab — ID, name, description |
static/img/config/checkout-form-step-content.png |
| 2 |
L57 |
Step Visibility tab — login state radios |
static/img/config/checkout-form-step-visibility.png |
| 3 |
L61 |
Step Style tab — column layout, classes |
static/img/config/checkout-form-step-style.png |
| 4 |
L65 |
Step with multiple fields added (existing shot may be fine — verify) |
static/img/config/checkout-form-step-with-fields.png |
| 5 |
L94 |
Field type dropdown opened — list of all field types |
static/img/config/checkout-form-field-type-dropdown.png |
| 6 |
L98a |
Username field — Content tab settings |
static/img/config/checkout-form-username-content.png |
| 7 |
L98b |
Username field — Visibility / parameters |
static/img/config/checkout-form-username-visibility.png |
| 8 |
L98c |
Username field — Style / additional settings |
static/img/config/checkout-form-username-style.png |
| 9 |
L108a |
Preview button on the editor toolbar (tight crop) |
static/img/config/checkout-form-preview-button.png |
| 10 |
L108b |
Preview modal rendering the form |
static/img/config/checkout-form-preview-modal.png |
| 11 |
L143 |
Period Selection field settings panel |
Overwrite static/img/config/period-selection-field-settings.png and delete period-selection-field-options.png (duplicate; not referenced anywhere) |
The existing checkout-form-step.png (45 274 B) can be kept as a "step overview" shot if you like, or removed once nothing references it.
Capture at 1280×800, crop to the editor panel + relevant tab, < 200 KB.
Doc edit
Update all the checkout-form-step.png references in docs/user-guide/configuration/checkout-forms.md to the new files listed above. Same for customizing-your-registration-form.md (covered in a separate issue) which has the same reuse pattern.
Done when
aidevops.sh v3.15.64 plugin for OpenCode v1.15.5 with claude-sonnet-4-6 spent 4d 9h and 383 tokens on this as a headless worker.
For #64.
Problem
docs/user-guide/configuration/checkout-forms.mduses/img/config/checkout-form-step.pngfor 11 of its image callouts, covering totally different concepts: the Content tab, Visibility tab, Style tab, field type picker, Username field config, Username parameters, template selection field, etc.There’s also a smaller dupe:
period-selection-field-options.pngandperiod-selection-field-settings.pngare byte-identical (MD51c1ac4f60f…, 114 684 B).Captures required
Open
http://wordpress.local:8080/wp-admin/network/admin.php?page=wp-ultimo-edit-checkout-form(or any existing checkout form). Then open one step / field at a time.static/img/config/checkout-form-step-content.pngstatic/img/config/checkout-form-step-visibility.pngstatic/img/config/checkout-form-step-style.pngstatic/img/config/checkout-form-step-with-fields.pngstatic/img/config/checkout-form-field-type-dropdown.pngstatic/img/config/checkout-form-username-content.pngstatic/img/config/checkout-form-username-visibility.pngstatic/img/config/checkout-form-username-style.pngstatic/img/config/checkout-form-preview-button.pngstatic/img/config/checkout-form-preview-modal.pngstatic/img/config/period-selection-field-settings.pngand deleteperiod-selection-field-options.png(duplicate; not referenced anywhere)The existing
checkout-form-step.png(45 274 B) can be kept as a "step overview" shot if you like, or removed once nothing references it.Capture at 1280×800, crop to the editor panel + relevant tab, < 200 KB.
Doc edit
Update all the
checkout-form-step.pngreferences indocs/user-guide/configuration/checkout-forms.mdto the new files listed above. Same forcustomizing-your-registration-form.md(covered in a separate issue) which has the same reuse pattern.Done when
grep -c '/img/config/checkout-form-step.png' docs/user-guide/configuration/checkout-forms.mdreturns 0 or 1 (only the overview, if you kept it).period-selection-field-options.pngremoved;period-selection-field-settings.pngupdated.static/img/config/.Resolvesfor this issue andRef #64.aidevops.sh v3.15.64 plugin for OpenCode v1.15.5 with claude-sonnet-4-6 spent 4d 9h and 383 tokens on this as a headless worker.