Your BuddyPress site works but looks nothing like a modern social network. BuddyX Pro is a premium WordPress theme built for BuddyPress and BuddyBoss, giving your community Facebook-style activity feeds, profile pages, group spaces, and social sharing out of the box. Members can react to posts, reshare activities, and browse site-wide, profile, or group streams, all in a fast-loading design you can brand without touching code.
Render the BuddyNext header user section when BuddyNext is active.
Improve
The chosen body font now drives the --global-font-family token, keeping typography consistent across the theme.
Fix
Removed extra spacing below the site footer.
v5.1.1
June 12, 2026
Fix 7 Security 1 Compat 1
Fix
Site Color Mode in the Customizer now updates the live preview instantly when switching Light, Dark, or Auto.
Saving Customizer settings no longer auto-imports demo content; demo pages are created only via the "Set up demo site" button.
Per-page "Sidebar: none" no longer leaves an orphaned sidebar at the bottom of the page.
Customizer fonts outside the bundled catalog now load on the front end.
BuddyPress pages are excluded from the single-post content-width body class.
Refreshed bundled WooCommerce template files that had fallen behind core.
Prevented a PHP 8 fatal by making the activity argument optional in buddyx_bp_blogs_activity_content_with_read_more.
Security
Added a nonce check to the unread-notification AJAX handler to close a CSRF gap.
Compat
Dark-mode styling for Better Messages, GamiPress, rtMedia, and BP Verified Member, each loaded only when the plugin is active.
v5.1.0
June 6, 2026
New 10 Improve 6 Fix 14 Security 4 Dev 4 Compat 4
New
Page Settings meta box: unified per-entry display controls (sub-header, sub-header title, sidebar, content width, site header, site footer, header style, side panel, color mode, site loader) for pages, posts, and any public CPT. Renders as a modern React panel in both block and classic editors; saves through the REST API.
Header Style picker with 5 variants: Default, Solid (brand-color underline), Transparent (over hero), Minimal (compact bar), Glass (backdrop-blur). Per-entry override available in Page Settings.
Site Blog panel split into Blog Archive and Single Post sections with modernized controls. New magazine layout, unified 1-4 columns control, card styles (plain / bordered / shadow / elevated), hover effects (lift / zoom / tint), excerpt length slider, and an author bio toggle on single posts.
Blog Archive sidebar override that applies on the homepage when it acts as the blog feed and on category / tag / author / date archives. Inherits the global sidebar setting by default so existing sites render unchanged.
Color presets: 12 Brndle enterprise palettes plus 2 legacy schemes; swatch grid picker with dynamic per-control defaults that track the active preset.
Typography presets: 7 curated font pairs with size + weight + line-height per field. Two sliders drive a modular type scale across every heading + body field.
Visitor color mode toggle (light / dark / auto) ported from buddyx free, with header, mobile menu, or floating placement.
9 preset Google Fonts bundled and self-hosted; no Google CDN dependency at admin load when a preset is active.
1,358 Google Fonts library restored in the typography picker (free-parity); searchable, grouped, with Kirki-era custom selections preserved.
Improve
Customizer architecture: dropped Kirki dependency in favor of an in-house Customizer_Framework with 20 control types and live preview parity.
Single React UI bundle for the Page Settings panel mounts in both editor surfaces (no parallel PHP fallback to maintain).
WPCS / PHPStan / output-escaping pass across theme core, BuddyPress, bbPress, BuddyBoss platform, LearnDash, WooCommerce, WC Vendors, Events Calendar, post-format templates, and menu-icons compat.
Template parts no longer shadow WordPress loop globals; explicit operator precedence across template + helper conditions; class method visibility explicitly declared.
Translation readiness: every theme string carries the buddyxpro text domain; empty translation calls removed.
Confirm-modal toolkit replaces every native window.confirm() call across the admin.
Fix
Color-mode toggle now appears reliably when enabled (truthy-normalization sweep finished).
WP login upgraders with a saved background image land on the Hero preset instead of Minimal, so their branding stays visible.
Header Style picker variants now apply cleanly via customizer transport=refresh; each variant has a unique visible signature on any page (not just hero / dark-bg pages).
Site loader visual parity preserved on upgrade (5-dot animation with the saved background color).
More menu dropdown now renders cleanly at tablet widths (768-1023 px). Parent items show a chevron; nested items open on hover.
Minimal blog layout now hides the sidebar on the archive page as the design intends; no orphan widget area at the foot.
Customizer Publish button appears on the first keystroke when typing values into number fields (sidebar widths, content padding, and other dimension controls).
Site Loader now respects the Background colour (Dark Mode) setting; the loader matches dark mode pages.
WP Login Brand Left and Brand Right presets render cleanly on the BuddyPress register page; no white-space rail on the side.
WP Login Hero Image preset on the register page: form fields are clickable, section headings remain readable, and the page keeps its theme chrome.
WP Login Hero Image preset on the login form: the language switcher is now clickable.
Hero Image overlay no longer blocks clicks on form inputs or visitor controls.
Members and Groups directory cards no longer output an empty cover image element when no cover photo is set.
Dark-mode toggle no longer fires a failing background request for logged-out visitors; guest preference persists via browser storage as before.
Security
Output escaping hardened in cart, single-product rating, post-format video/audio, Dokan store reviews, SureCart blocks, and entry-meta time strings.
Updated build-time development dependencies to clear advisory alerts; no customer-facing impact.
Prepared SQL via $wpdb->prepare() across LearnDash and helper queries.
LearnDash auto-enroll display now checks manage_options instead of the administrator role name.
Dev
In-house Customizer_Framework with 20 control types and Kirki-shape API (Panel::add / Section::add / Field::add). Active_callback supports 10 operators.
96-token design system (inc/Tokens/Component.php) emits :root + [data-bx-mode="dark"] from customizer mods + active style variation overlay.
esbuild JSX pipeline with wp.element.createElement factory; @wordpress/* externals so no React shipped separately.
Pre-commit hooks via simple-git-hooks + lint-staged (php -l, stylelint --fix, eslint --fix). GitHub Actions CI removed in favor of local-only checks.
Compat
Verified on PHP 7.4 through 8.4. Legacy BP_buddyxPro_user_progress filter preserved via apply_filters_deprecated.
Page Settings reads / writes the same legacy meta keys (_hide_show_side_panel, _buddyx_sub_header_visibility, _buddyx_sub_header_title_visibility) the pre-5.1.0 meta boxes used; existing customer data preserved without migration.
LEGACY_ALIASES map covers every dropped color-preset slug (ocean-blue, forest-green, mocha-warm, cool, dark, editorial, etc.) so saved customizer values keep resolving after the slug rename.
Blog Archive read-side shim translates legacy blog_grid_columns and post_per_row values to the new unified blog_columns control; blog_masonry_view to the new blog_masonry switch. Customers keep their saved layout + column choices with no DB rewrite. Legacy site_blog_section URL registered as a hidden stub for one release so pre-5.1.0 deep-links still resolve.
v5.0.7
May 1, 2026
Improve 4 Security 3 Dev 4 Compat 2
Improve
WordPress Coding Standards compliance pass across theme core, BuddyPress, bbPress, BuddyBoss platform, LearnDash, WooCommerce, WC Vendors, The Events Calendar, post-format templates, and menu-icons compat.
Template parts no longer shadow WordPress loop globals (post, post_id, status, term, title, current_user, action) with locally-scoped names.
Seriously, one of the best software tech experiences I've ever had!
After 16 years of buying WordPress themes and plugins, I know exactly what bad support looks like and Wbcom Designs is the polar opposite. My setup was a nightmare: multiple tools, deep integrations, custom configurations that required…
Duston McGroarty·US·
Great service, great plugins
I was using an excellent plugin created by Wbcom Designs and had both an error and discovered a slight bug in one aspect of the plugin. After creating a support ticket I got a super-quick response and discovered the error was on my part…
Edward Bonthrone·US·
Excellent Theme, Powerful Plugins and Outstanding Support
I am using the REIGN theme and several plugins from Wbcom Designs on my website. The theme is beautifully designed, and the plugins are user-friendly. Everything works smoothly, and the features are perfect for building professional…
S W Malcolm·US·
The best development team ever
It has been a very pleasurable experience working with Wbcom Designs. Anmybia Siddiqui has been a stellar leader of the dev team. Her communications are very professional and productive. Anmybia and her team have completed every task we…
Real America's Voice News·US·
Top notch support
Top notch support. I have been frustrated generally by the slow support for most themes and plugins, but they are helpful and quick to reply. Highly recommend.
Woods·DE·
I was impressed
I have worked with many WordPress plugins over the past 14 years part time. I have learned that if the support is not prompt and effective it is a sign to move on. Tonight, Wbcom has impressed me and I will be hiring them for some more…
Steve Valencia·US·
Perfect plugins for community sites
I wanted to build a community website and these guys created the perfect plugins for me. To be honest, I want to buy every single one of their plugins. If I had more money I would.
Sora Seaton·US·
Excellent Plugins and Outstanding Support
We use BuddyPress with several free BP plugins from Wbcom Designs, and we are extremely satisfied. The plugins add real value for our community, are updated regularly, and are continuously improved. They integrate seamlessly with their…
Peter Gibson·DE·
Great and very supportive
This company have been great and very supportive. I highly recommend them.
Steve s·GB·
Excellent template and first-class support
The template from Wbcom Designs is truly great, modern, flexible, and easy to use. The support is very helpful and friendly. For questions or problems you receive fast, competent assistance and feel well taken care of. Highly recommended.