What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
uiXpress

NULLED uiXpress 1.0.22 NULLED

Thanks. So were you able to update? Latest update "Tuesday at 3:14 PM".Or if there is something I need to change in the file, I can.
Edit::"{return/^[A-Z0-9]{8}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{12}$/.test" i found this in settings.build...js
Just click "download" button. And install.

It was just information, if you're interested. You don't have to do anything inside.
 
raz0r 's signature
Reacted by:
  • Like
Reactions: tahakuzgun
raz0r updated uiXpress with a new update entry:

uiXpress 1.0.17 NULLED

= 1.0.17 =
* Release Date 27 November 2024 *


* Added fix for compatibility with FlowMattic plugin
* Added style fix for surecart
* Added option to load external stylesheets / css
* Added global theme option for light / dark modes
* uiXpress now loads the updated toolbar from the admin area on the frontend
* Updated some missing translation strings

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
raz0r updated uiXpress with a new update entry:

uiXpress 1.0.18 NULLED

= 1.0.18 =
* Release Date 03 December 2024 *


* Fixed missing icons issue for some menu items
* Fixed contrast on menu icons when they are active
* Logo now loads on the frontend toolbar
* Fixed issue that could change the relative font size of your frontend when logged in
* External stylesheets are now loaded inside of the shadowdoms uiXpress uses
* Fixed issue with admin columns pro dropdowns
* Fixed issue with magic dark mode where applied styles would not match current theme
*...

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
raz0r updated uiXpress with a new update entry:

uiXpress 1.0.19 NULLED

= 1.0.19 =
* Release Date * December 2024 *


* Added catch for settings css missing
* Fixed icon's on frontend toolbar for edit page and customize
* Fixed conflicts with SureTriggers and Defender plugins
* Fixed style conflict with slider revolution plugin
* Added option to disable global search
* Dark mode / theme change will now apply to VendBase (update to VendBase will be required)
* Fixed issue in global search where clicking on a user would send you to the wrong link
* Menu...

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
raz0r updated uiXpress with a new update entry:

uiXpress 1.0.20 NULLED

= 1.0.20 =
* Release Date 27 January 2024 *


* Added fix for woo order items dropdown
* Fixed miss-aligned button on site health screen
* Added import / export for settings
* Added option to disable language selector on the login page
* Added style fix for independent analytics
* Added style fix for sirv image plugin
* Style fix for ACF sticky header
* Fixed issue with login email confirmation from wordfence
* Patched issue that could cause some submenu links not to work (wowstore for eg)

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
raz0r updated uiXpress with a new update entry:

uiXpress 1.0.21 NULLED

= 1.0.21 =
* Release Date 05 March 2025 *


* Fixed issue on modern post lists where CPTs without a specific rest base couldn't be duplicated or deleted
* Fixed sort order indicator arrow which would sometimes indicate incorrect order (asc / desc)
* Fixed issue with woocommerce new order product select
* Added uiXpress logo on frontend toolbar when no site logo is set
* Fixed issue with custom CSS where special characters were getting encoded

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
  • Love
Reactions: unique33
raz0r 's signature
Reacted by:
uiXpress Pro – Powerful Admin Theme for WordPress 1.2.14 NULLED



uiXpress 1.2.14 - Redesigned Magic Dark Mode & Menu Improvements


We're releasing uiXpress 1.2.14 with a completely redesigned Magic Dark Mode system, elegant upload progress indicators, and important menu navigation fixes.

Magic Dark Mode Reimagined

Magic Dark Mode has been completely redesigned with a smarter, per-page opt-in system. Instead of a global toggle that affects everything, you now have precise control over which admin pages use dark mode conversion.
Enable Magic Dark Mode on any page through the global search quick actions - just search for "magic dark mode" and toggle it on for the current page. Your preferences are saved per-page, giving you the flexibility to use dark mode conversion only where you need it.
The new system uses CSS-based filters for efficient conversion with zero DOM manipulation overhead. It automatically excludes images, videos, iframes, charts, code blocks, and color pickers to preserve their original appearance. The result is better performance, smoother transitions, and more predictable behavior across different admin pages.

Elegant Upload Progress

Plugin uploads now show a beautiful minimal progress panel instead of a tiny spinner. When you upload a plugin, an elegant dark panel slides up from the bottom center of your screen, displaying the filename and an animated progress bar. It's a small touch that makes the upload experience feel more polished and keeps you informed about what's happening.

Menu Navigation Fixes

We've fixed several important issues with menu navigation that were affecting certain plugins and admin pages:
URL Encoding Fixed - Menu links were being double-encoded, causing issues with query parameters. URLs like WooCommerce analytics pages would show encoded characters (%2F instead of /) and sometimes lose their labels entirely. This is now resolved with proper URL decoding.
Improved Active State Detection - The active menu item highlighting now works more reliably. We've implemented smarter matching logic that checks both your current location and the menu item URLs, with proper precedence rules to ensure the correct item is highlighted.
Better Compatibility - These fixes particularly improve compatibility with WooCommerce, where analytics links would sometimes disappear due to URL encoding mismatches.

Modern Menu Scrollbar

The admin menu now features a refined scrollbar design with a slim 6px width, smooth transitions, and enhanced dark mode support. The scrollbar is always visible when content overflows, making it easier to know when there's more content to scroll through.

Performance Improvements

Behind the scenes, we've optimized how stylesheets are shared across ShadowRoot components. The new useAdoptedStyleSheets composable reduces code duplication and ensures consistent styling with better performance.

Translation Updates

All language translation files have been updated to reflect the latest features and changes.

 
Reacted by:
  • Like
Reactions: ViktorGugo

uiXpress Pro 1.2.15 NULLED



= 1.2.15 =
* Release Date 27 November 2025 *

* Added Remote Site Switcher feature
- Added ability to configure remote WordPress sites in global settings
- Remote sites require URL, username, and application password
- Added remote site switcher UI in toolbar for quick site switching
- Selected site is saved in localStorage and persists across sessions
- Modified lmnFetch function to handle fetching to remote sites using Basic Auth
- Added capability-based visibility control for remote site switcher (defaults to admin users)
- Remote site switcher only appears when remote sites are configured and user has required capability
- Switching sites triggers page reload to refresh app context
- Added first-time explanation dialog when switching to remote sites

* Enhanced REST API Security with Unified Permission System
- Created RestPermissionChecker utility class for consistent permission validation
- Local requests: Validates nonce for CSRF protection
- Remote requests: Validates Basic Auth with application password authentication
- Automatically detects request origin (local vs remote) and applies appropriate security
- Updated all REST endpoints to use the unified permission system
- Maintains security standards while supporting remote site operations
- Supports WordPress application passwords for secure remote authentication

* Security: Fixed potential password exposure in remote sites options
- Added capability check before outputting remote_sites and remote_site_switcher_capability to frontend
- Prevents users without required capability from accessing remote site passwords
- Uses remote_site_switcher_capability setting (defaults to manage_options) for access control
* Enhanced Remote Site Menu Filtering
- When a remote site is active, menu now shows only top-level uiXpress app pages
- Only displays pages that are enabled in settings (respects feature toggles)
- Supported pages: Modern Media Page, Modern Plugins Page, Menu Creator, Modern Dashboard, Activity Log, Database Explorer, Admin Notices, Role Editor, and Modern Users Page
- uiXpress top-level menu (Settings) and its submenu items are preserved when remote site is active
- Submenu items under uiXpress Settings are filtered based on enabled features
- All other submenus are hidden when remote site is active for cleaner navigation
- Menu automatically updates when switching between local and remote sites
* Fixed Media Library Uploads for Remote Sites
- Updated media upload function to use lmnFetch instead of direct fetch calls
- Media uploads now properly work when viewing remote sites
- Uploads are correctly sent to the selected remote site instead of local site
- Supports Basic Auth authentication for remote site uploads
* Fixed scroll issue with latepoint
* Fixed back to dashboard button on frontend toolbar
* Added function existence checks for disk_free_space() and disk_total_space() in server health to prevent fatal errors on systems where these PHP functions are unavailable
* Fixed issue on safari where gutenburg in full screen mode was overlayed.

Download
 
Reacted by:
  • Like
Reactions: callmehab33bi and ViktorGugo
Top