
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
I use Vault when a client wants fast assembly, lots of prebuilt blocks, and no custom Figma-to-WP marathon. It fits agency sites, SaaS landers, service pages, and light Woo builds. Not my pick for ultra-lean custom stacks, but for shipping pages fast, it does the job.
What I like: the theme is builder-first, so most layout work stays in Elementor, not in buried PHP files. That cuts turnaround time. The trade-off is obvious too: more frontend assets, more chances to break stuff with aggressive optimization.
Most visual content lives in Elementor templates and page JSON stored in post_content / post meta. Theme options usually sit in wp_options. Headers, footers, popups, and reusable sections are editable in Elementor/Theme Builder or the theme’s template library; hardcoded bits still live in the parent theme files, so PHP-level tweaks go to a child theme only.
On the frontend, I usually see Elementor CSS generated into /wp-content/uploads/elementor/css/, while theme assets are enqueued through the normal WP hooks. If cache is stale, old CSS keeps loading even after edits. Fast fix: regenerate Elementor CSS in Elementor → Tools, then purge server/CDN cache.
The most common mess is optimization plugins delaying or minifying the wrong JS. I’ve seen mobile menus, sticky headers, counters, and sliders fail because jquery-core, elementor-frontend, or theme JS got delayed. In DevTools, I check Console first for $ is not defined or Elementor init errors, then Network for missing CSS/JS or 404 font files.
Woo pages can also glitch if performance plugins touch variation scripts. If variable products stop updating price/image, exclude wc-add-to-cart-variation, jquery-core, and elementor-frontend from delay/minify. That usually restores the flow in one pass.
Another typical issue is demo import hanging on shared hosting. Root cause is usually low PHP memory, max execution time, or blocked remote requests. I fix it by raising memory to 256M+, checking WP_DEBUG, and importing media separately if the server is weak.
In my test install, the product was activated and fully working, with no functional limits. Plain version of the story: it can run without a key, but what you usually lose is auto-updates, official support, cloud/demo library access, or one-click import extras tied to the vendor account.
Manual updates are simple: upload the new theme ZIP in Appearance → Themes or replace files via FTP. Risk is standard WordPress stuff — any edits in the parent theme get overwritten, so I always keep code changes in a child theme.

The template may exist but not be assigned. Check the theme builder display conditions and the correct menu location in Appearance → Menus
Usually bad CSS combine/rewrite or blocked font files. Check Network for 404/CORS on .woff2, then exclude theme/Elementor CSS from combine.
Too many widgets, global animations, and unused demo assets. Disable what you don’t use in the theme panel and avoid loading three slider/animation stacks on one page.
Almost everything layout-related, yes. Core logic, custom hooks, and some archive behavior still require PHP overrides in a child theme.
All products we provide come only from official sources and verified developers. To confirm their integrity and safety, the archive has been scanned for viruses and malware. You can review the scan results at any time by clicking the button below.
View in VirusTotalYou can use any product from our store on as many websites as you like.
Single purchase includes download access for 72 hours. Future version downloads require repurchase or an active membership.
Manual updates are available to customers with active access.
Yes, we do. In most cases, you can expect a reply within 24–72 business hours. For simpler issues, we’re often able to respond much sooner.
You can contact us via live chat or open a support ticket directly from the product page — whichever is more convenient for you.
No, there are no limits. We don’t believe in restricting downloads. If you need to download a product multiple times, that’s absolutely fine.
We use professional, high‑performance storage systems to ensure downloads are fast, stable, and hassle‑free.
No, license keys are not included or required. Because all items are distributed under the GNU General Public License (GPL), a license key is not necessary to access the software’s functionality.
All products you receive are fully authentic. The files are provided fully functional and optimized for immediate installation, allowing you to use them seamlessly right out of the box without any restrictions.
Yes — 100%. All products contain the original code and are legally redistributed under the GNU GPL v2/v3 license.
The main difference compared to purchasing directly from the original author is that we don’t offer premium author services, such as custom development or one‑on‑one technical support. Additionally, since the software is fully GPL-compliant, it is provided ready for use and can be freely installed on an unlimited number of websites.
Yes, we stand behind our products. If you encounter an issue that cannot be resolved or a technical problem without a workable solution, we’ll do our best to help — and if necessary, issue a full refund.
Please note that refunds are not available if the product works as described but simply does not meet personal expectations. We’ve also encountered cases where refund requests were made while the product was still in use, which we cannot allow.
Our approach is simple: fairness and transparency. If you ever have a concern, just reach out — we’re always open to finding a reasonable solution that works for both sides.

Reviews
There are no reviews yet.