How Snapshots Work
There are two ways a snapshot gets created:Auto-Save (Before Rollback)
Whenever you restore a previous snapshot, AtomicKit automatically captures a snapshot of the current Elementor state first. This means rolling back never causes you to lose the state you rolled back from — you can always roll forward again.
Manual Capture
You can create a named snapshot at any time with a custom label and optional notes. Use manual snapshots as design checkpoints — for example, before a client review, before a major refactor, or after completing a milestone.
Creating a Manual Snapshot
Open Snapshot History
In your WordPress admin, go to Elementor → AtomicKit and select the Snapshot History tab.
Enter a label and optional notes
Give the snapshot a meaningful label so you can identify it later — for example,
Before client review — v1.4 or Post homepage redesign 2024-07. Add notes if you want to record what changed or why the checkpoint was created.Restoring from a Snapshot
Browse the snapshot list
Open Snapshot History and scroll through the list. Each entry shows its label, optional notes, and the timestamp of when it was taken.
Click Restore on the target snapshot
Find the snapshot you want to restore and click its Restore button.
Review the auto-save notice
AtomicKit displays a confirmation prompt noting that the current state will be saved as a new snapshot before the restore takes place. This is your safety net — you will not lose your current work.
Best Practices
Snapshot before large imports
Snapshot before large imports
The Import Center’s diff preview shows you what will change, but mistakes still happen. Create a manual snapshot before importing any large CSS library or third-party preset so you have a clean restore point if the results are unexpected.
Snapshot before major redesigns
Snapshot before major redesigns
Before making sweeping changes to your utility class set — renaming conventions, bulk deletes, or restructuring breakpoint rules — capture a snapshot labeled with the date and context. If the redesign stalls or the client wants to revert, you have a precise restore point.
Label snapshots meaningfully
Label snapshots meaningfully
A snapshot list full of entries labeled “Backup” is not useful under pressure. Use labels that include a date and a brief description of the project state at that moment. Notes are optional but worth filling in for any snapshot you expect to reference later.
Use snapshots alongside exports
Use snapshots alongside exports
Snapshots live in your WordPress database. For off-site backup or version control, combine snapshots with regular exports — keep the
.css or .json in your repository alongside the live snapshot history in AtomicKit.