FAQ
Does DragGo add JavaScript to my pages?
Section titled “Does DragGo add JavaScript to my pages?”By default, no. Pages ship semantic HTML + one scoped stylesheet. A tiny (~1 KB) runtime loads only on pages that actually use an interaction or animation.
Where is my design stored?
Section titled “Where is my design stored?”In your own WordPress database — as JSON in post meta. There’s no cloud and nothing to export; the live page renders from that JSON via PHP.
What happens if I deactivate or delete DragGo?
Section titled “What happens if I deactivate or delete DragGo?”Your design data stays in the database (it isn’t wiped on delete). Always keep a backup before major changes.
Can I publish a full page, or only a shortcode embed?
Section titled “Can I publish a full page, or only a shortcode embed?”Both. Publishing makes a design live as a real WordPress page at its own URL.
You can also embed a design inside any existing page/post with [draggo id="…"].
Is it responsive?
Section titled “Is it responsive?”Yes — layouts auto-stack for smaller screens, and you can override any style per breakpoint.
What are the requirements?
Section titled “What are the requirements?”WordPress 6.0+ and PHP 8.0+.
Does it work with my theme?
Section titled “Does it work with my theme?”Yes. DragGo can render a page with your theme’s header/footer, or take over the full page — it doesn’t depend on a specific theme.