Skip to content

v2.0.2: Fix stuck on Loading screen

Choose a tag to compare

@wpgaurav wpgaurav released this 14 Apr 11:31
· 64 commits to main since this release

Critical fix for v2.0.0/v2.0.1.

The builder was stuck on "Loading Page Blocks Builder..." with no errors. Root cause: the v2.0.0 release ported the dropin's JS which expects the app element ID md-pb-builder-app, but the template HTML still used the old ID md-page-block-builder-app. The JS bailed out silently at the missing-element check.

Fix

  • templates/builder-shell.php: Updated app element ID to md-pb-builder-app
  • Updated wrapper class to md-pb-builder-root and loading class to md-pb-builder-loading to match the new CSS naming

Upgrading from v2.0.x

Just update — clear browser cache to reload the new template.