...

Ultimate Addons 3.21.4 – for WPBakery Page Builder

codecanyon logo
download Ultimate Addons for WPBakery Page Builder

Original price was: $29.00.Current price is: $4.49.

Special offer: Get our Lifetime Membership for ONLY $92 Join Now
Product Version: 3.21.4

State: Product Activated

Brand: Codecanyon
Developer: Go To Site

License: GNU GPL

download Ultimate Addons for WPBakery Page Builder

Original price was: $29.00.Current price is: $4.49.

Product Version: 3.21.4

State: Product Activated

Brand: Codecanyon
Developer: Go To Site

License: GNU GPL

Special offer: Get our Lifetime Membership for ONLY $92 Join Now

Official Version
Official version provided by the developers. Licensed under the GNU GPL, allowing use on an unlimited number of sites.

Technical Support
Professional assistance with any technical issues. Support is included in the price. Read our Support Policy.

Guarantees and Safety
100% safe and fully functional product. Completely risk‑free. 14‑day money‑back guarantee. Read our Refund Policy.

Ultimate Addons for WPBakery Page Builder is for sites that already rely on WPBakery and need more usable content elements without replacing the builder itself. I usually see it on older business sites, landing-page-heavy installs, and client projects where rebuilding everything in Gutenberg or Elementor is simply not worth the time.

What it really solves is simple: WPBakery by default can feel thin if you need advanced buttons, info boxes, timelines, modals, hotspots, animated headings, or better call-to-action blocks. This plugin extends the existing WPBakery element map, so editors stay inside the same builder UI instead of juggling custom shortcodes or hardcoded sections.

It’s not a theme framework, and that distinction matters. Ultimate Addons adds modules, admin settings, and frontend assets on top of WPBakery. In practice, most content is stored as WPBakery shortcode data in post_content, while the plugin registers extra shortcode elements and their parameters through WordPress hooks and WPBakery’s own mapping layer. That means the plugin is deeply tied to WPBakery markup: deactivate it, and the extra elements stop rendering properly because the shortcode handlers disappear.

How it works under the hood

On a normal install, the plugin injects new WPBakery elements into the backend/editor panel and loads CSS/JS for those elements on the frontend. Some assets are global, some are conditional depending on element usage and plugin version/settings. If a page includes advanced carousels, modals, or animation-heavy blocks, expect extra JS and CSS requests tied to those modules.

Settings usually live in the WordPress admin under the plugin’s own Ultimate Addons area or inside WPBakery-related settings screens, depending on the release. The important part is this: design choices made inside the builder are stored in shortcode attributes in the database, not in PHP template files. So text, colors, icons, spacing, button behavior—editable. Core output structure and how a module renders—plugin-controlled unless you start overriding with custom CSS or custom shortcode-level work.

This is also why caching and optimization plugins sometimes create weird breakage. The visual output depends on the shortcode parser, then on the plugin’s CSS/JS loading correctly, then on WPBakery’s own frontend behavior. If JS is delayed too aggressively, interactive modules can render as dead HTML shells: tabs don’t switch, modals don’t open, carousels freeze, row background effects fail.

Where it breaks in real projects

The most common issue I’ve seen is asset optimization conflict, not a “plugin bug.” If you enable JS delay/minify in WP Rocket, LiteSpeed Cache, Autoptimize, or similar tools, check DevTools first.

In Console, typical symptoms are jQuery-related errors or missing plugin initializers.
In Network, look for blocked, delayed, or combined files related to:

  • jquery.js / jquery-core
  • WPBakery frontend scripts
  • Ultimate Addons frontend JS/CSS
  • carousel libraries bundled by the plugin
  • modal/animation scripts loaded by the addon pack

A very typical fix:

  • do not delay jquery-core
  • exclude WPBakery and Ultimate Addons frontend JS from delay/defer if interactive elements fail
  • clear plugin cache, server cache, and CDN cache together, not one by one

Another common break is icon/font issues. Pages load, but icons show as squares or disappear completely. The root cause is usually one of three things:

  • font files blocked by CDN/CORS
  • CSS optimization removed an icon stylesheet
  • mixed old/new icon packs after plugin updates

Fastest check: open DevTools → Network → filter by font and css. If font files return 403/404 or never load, the problem is not in the page builder UI; it’s in asset delivery.

I also run into layout corruption when a site uses an old theme bundle that shipped its own copy of WPBakery-compatible addons. Then the standalone Ultimate Addons plugin is installed on top. Result: duplicated element registration, broken backend editor panels, or random shortcode behavior. The fix is boring but effective:

  • remove duplicate bundled addon versions
  • keep one active source of those elements
  • update WPBakery and the addon pack to versions that are actually compatible

VirusTotal archive check

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 VirusTotal

Activation, GPL behavior, updates

Yes, it generally runs without a license key if you already have the plugin files installed. The builder elements themselves will work. What you usually lose without activation is:

  • automatic updates
  • official support
  • access to premium template/cloud resources, if tied to account validation
  • one-click convenience around product-connected features

Manual update path is standard WordPress plugin maintenance: upload the newer ZIP in Plugins → Add New → Upload Plugin, or replace the plugin folder via FTP. If WordPress refuses the upload because the folder exists, delete the old plugin folder first only after confirming you have the replacement package ready.

Important practical note: your page content usually stays because it’s in the database as shortcodes. But if you edited anything directly in plugin files, those edits will be overwritten on update. I fix customizations outside the plugin—child theme CSS, custom plugin snippets, or targeted overrides—not inside vendor files.

Installation and activation

Download Ultimate Addons for WPBakery archive with the latest update and install it over the existing version. If there is no previous version installed, the plugin can be installed using the standard method. You can find detailed instructions on how to update a theme or plugin on this page.

Manually Update WordPress Theme Guide

Practical FAQ (things devs actually ask)

Yes, the extra addon elements stop rendering correctly because their shortcode handlers come from this plugin. You’ll usually see raw shortcode output or broken page sections.

Usually version mismatch. Check that WPBakery Page Builder and Ultimate Addons are both updated and compatible. Also disable any theme-bundled duplicate addon package.

Because the HTML still renders from shortcodes, but the JS initializer is delayed, merged badly, or blocked. Exclude WPBakery/Ultimate Addons scripts from JS delay and re-test in Console/Network.

No. You can edit content and design settings stored in shortcode attributes, but core HTML structure is generated by the plugin. Markup-level changes usually require custom CSS, filters if available, or deeper shortcode customization.

Happy Elementor Addons Pro 3.5.1

Reviews

There are no reviews yet.

Be the first to review “Ultimate Addons 3.21.4 – for WPBakery Page Builder”

Before you send us a support request, take a quick look at our Terms Of Use and FAQs. We know nobody loves reading them, but very often the answer is already there and saves you some time.

What to do first

  1. If that doesn’t help, check the product documentation next.
    A lot of small issues come from missed settings or simple setup steps, and the docs usually clear that up pretty fast.
  2. Still not working?
    No problem — just open a support ticket and tell us what’s going on. We’ll take it from there.
  3. When to expect a reply
    We usually get back to you within 1–2 business days. Sometimes faster, depending on the issue.

How to explain the problem (this really helps)

  • Be specific
    Instead of saying “it doesn’t work,” tell us what exactly is going wrong. Which button? Which feature? What were you trying to do when it happened?
  • Add screenshots
    Screenshots make a huge difference. Seriously. A simple image (or link to one) helps us understand the issue right away and saves a lot of back‑and‑forth.

Following these steps helps us help you faster — and with fewer questions along the way. Thanks for making support easier for everyone.

Answers to common questions!

You can use any product from our store on as many websites as you like.

After purchasing a product, you’ll be able to download it — including the most recent version — for the next 72 hours. Once that period ends, you can either repurchase the product or switch to one of our membership plans.

With an active membership, updates are always included. You’ll have continuous access to the latest versions for as long as your membership remains active, without worrying about expiration dates.

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. In the past, license sharing and related issues caused account problems, so we decided to stop distributing keys.

That said, all products you receive are fully authentic. For items that normally require activation, we provide them pre‑activated, allowing you to install and use them immediately without dealing with license input or activation errors.

Yes — 100%. All products are original and distributed under the GNU GPL v2/v3 license.

The main difference compared to purchasing directly from the original author is that we don’t offer additional services such as custom development or one‑on‑one support. License keys are also not included. Instead, products that typically require activation are delivered ready to use, allowing installation on unlimited 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.

super offers of the month