
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
So, I just wrapped up a migration for a mid-sized roofing contractor. Their old site was a 2016 WPBakery nightmare that took 8 seconds to load, and the client was breathing down my neck for a modern redesign. I grabbed the Konstruktion theme hoping for a quick turnaround. Spoiler: it wasn’t completely painless, but we got there. Here are my raw thoughts after wrestling with it for a week.
First thing I did after installing Konstruktion was pop open Chrome DevTools. The Network tab gave me a mild panic attack. It was loading four different weights of Roboto and Montserrat by default. Why do theme devs still do this?
I had to immediately dive into my child theme’s functions.php and dequeue their custom font handle (konstruktion-google-fonts) to host them locally.
The Elementor integration is decent, but the DOM tree gets deep fast. If you’re building complex hero sections with their custom widgets, expect a lot of nested divs. It looks pretty, but your PageSpeed scores will need some aggressive caching to compensate.
Here’s where I lost two hours of my life. I use WP Rocket on all my builds. The second I turned on JS minification and deferral, the mobile menu in Konstruktion completely died. It just wouldn’t toggle.
Turns out, their custom navigation script relies heavily on jQuery firing immediately. I had to manually exclude konstruktion-main.js and jquery-core from deferral in the cache settings. Once I added those exclusions, it worked fine, but it’s annoying that modern themes aren’t built with deferred JS in mind.
The Theme Options panel (built on Redux, ugh, but it works) handles most of the global typography and colors. But the top bar? The one with the phone number and email? Completely hardcoded in template-parts/header/top-bar.php.
If you want to add a custom ACF field there for dynamic business hours, you can’t just drop in a widget. You have to override the file in your child theme and echo the PHP out manually. At least they used get_template_part() properly so overriding is straightforward without breaking the parent update path.
Let’s talk licensing, because this saves a lot of headaches. Like most standard WP products, Konstruktion is 100% GNU GPL compliant. You don’t need to hunt down license keys or deal with annoying dashboard banners to make it work.
All the premium features, including the one-click demo import, are fully unlocked out of the box for unlimited website usage. I just spun up my staging environment, pulled in the roofing demo data, and got straight to work.
The only catch with this GPL setup is updates. Since there’s no active key phoning home to their server, you won’t get automatic dashboard notifications. I just handle updates manually by uploading the new zip via Appearance -> Themes (it overwrites perfectly in modern WP) or pushing the extracted folder via FTP if I’m already in the terminal. Takes two seconds.
Mostly, yes. But disable the “Remove Unused CSS” feature for their custom portfolio post type archive. It strips out the grid classes for some reason and leaves you with a massive, unstyled single column.
Annoying. They registered the ‘Services’ CPT in a core plugin (konstruktion-core/class-cpt.php) without an easy filter for the rewrite slug. I had to use the register_post_type_args hook in my child theme to rewrite it to /roofing-services/ and flush permalinks twice.
The Woo cart fragments script loads on every single page, even if you don’t sell anything and just use it for a catalog. Dequeue wc-cart-fragments immediately in your functions file to save yourself 800ms of load time.
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.