• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

UiPress Pro - Modern Wordpress Dashboard Theme

UiPress Pro - Modern Wordpress Dashboard Theme v3.2.20

No permission to download
New version:

2.4.1 - 14/09/2022​

Added Added option to purge all history items from the DB
Added Added option to limit amount of entries the history log can have
Added Added option to allow granular control of what actions are logged In the history
Change Updated Croatian language translation files
Change Date picker on overview page is now automatically translated into current install language
Change Updated default overview template to be translatable
Change Command / ctrl k will now work on Firefox and on windows
Change Reduced icon font library size considerably to boost page load speeds
Fix Fixed shortcut display on command centre - showing cmd on windows etc
Fix Fixed issue where user icon would show as broken image on toolbar flyout when no profile image was set
Fix Fixed bug with overview page templates / layouts adding backslashes to titles / descriptions / code etc
Fix Fixed layout issue with rank math menu items in admin menu
Fix Fixed a bug where theme styles wouldn’t import when running WordPress in another language other than English
Fix Fixed issue where uip toolbar wouldn’t show on frontend when using piotnet forms
Fix Fixed layout of woo commerce pages when flyout toolbar is enabled
Fix Fixed issue on multisite where background of my sites list was dark
Fix Fixed layout issue with full screen mode on wp sheets editor
Fix Fixed menu overlap issue on jet menu mega menu builder
 
  • Like
Reactions: Babak
Babak updated UiPress (formerly WP Admin 2020) - Modern Wordpress Dashboard Theme with a new update entry:

UiPress v2.4.1 Nulled

Download UiPress v2.4.1 - Modern Wordpress Dashboard Theme Nulled Free
v2.4.1 - 14/09/2022

Added Added option to purge all history items from the DB
Added Added option to limit amount of entries the history log can have
Added Added option to allow granular control of what actions are logged In the history
Change Updated Croatian language translation files
Change Date picker on overview page is now automatically translated into current install language
Change Updated default overview...

Read the rest of this update entry...
 
  • Love
Reactions: JRGWxRxZ
Anyone having weird issues with v2.4.1, where all the texts are not displayed correctly? see image to see what happens. This is a clean wordpress installation with a direct v2.4.1 installation and the only one. Downgrading to v2.4.0 solves the issue and everything is displayed correctly. What did go wrong here

uipress bug.png
 
Anyone having weird issues with v2.4.1, where all the texts are not displayed correctly? see image to see what happens. This is a clean wordpress installation with a direct v2.4.1 installation and the only one. Downgrading to v2.4.0 solves the issue and everything is displayed correctly. What did go wrong here

uipress bug.png
I had no issues with 2.4.1 .
 
I had no issues with 2.4.1 .
Anyone having weird issues with v2.4.1, where all the texts are not displayed correctly? see image to see what happens. This is a clean wordpress installation with a direct v2.4.1 installation and the only one. Downgrading to v2.4.0 solves the issue and everything is displayed correctly. What did go wrong here

uipress bug.png
Someties... just refresh your page with shift +refresh ... will fix
 

Just info :​

2.4.2 - 29/09/2022​

Added Added new experimental feature for dynamic page loading in the admin
Added Admin menus made with menu creator now have an option to automatically update when plugins are deleted or added
Fix Fixed toolbar layout on frontend with theme x / Jupiter X theme
Fix Fixed minor layout issues with toolbar icon positioning
Fix Fixed layout issue with wp media folders plugin
Fix Fixed issue that could cause a warning for headers already set
Change When deleting a user through the user management page that users content is now automatically assigned to yourself instead of being deleted

2.4.1 - 14/09/2022​

Added Added option to purge all history items from the DB
Added Added option to limit amount of entries the history log can have
Added Added option to allow granular control of what actions are logged In the history
Change Updated Croatian language translation files
Change Date picker on overview page is now automatically translated into current install language
Change Updated default overview template to be translatable
Change Command / ctrl k will now work on Firefox and on windows
Change Reduced icon font library size considerably to boost page load speeds
Fix Fixed shortcut display on command centre - showing cmd on windows etc
Fix Fixed issue where user icon would show as broken image on toolbar flyout when no profile image was set
Fix Fixed bug with overview page templates / layouts adding backslashes to titles / descriptions / code etc
Fix Fixed layout issue with rank math menu items in admin menu
Fix Fixed a bug where theme styles wouldn’t import when running WordPress in another language other than English
Fix Fixed issue where uip toolbar wouldn’t show on frontend when using piotnet forms
Fix Fixed layout of woo commerce pages when flyout toolbar is enabled
Fix Fixed issue on multisite where background of my sites list was dark
Fix Fixed layout issue with full screen mode on wp sheets editor
Fix Fixed menu overlap issue on jet menu mega menu builder
 
  • Like
Reactions: Babak
Babak updated UiPress (formerly WP Admin 2020) - Modern Wordpress Dashboard Theme with a new update entry:

UiPress v2.4.2

Download UiPress v2.4.2 - Modern Wordpress Dashboard Theme Nulled Free
v2.4.2 - 29/09/2022

Added Added new experimental feature for dynamic page loading in the admin
Added Admin menus made with menu creator now have an option to automatically update when plugins are deleted or added
Fix Fixed toolbar layout on frontend with theme x / Jupiter X theme
Fix Fixed minor layout issues with toolbar icon positioning
Fix Fixed layout issue with wp media folders plugin
Fix Fixed issue that...

Read the rest of this update entry...
 
Hi everyone, unfortunately the API returns {"error":true,"message":"Unauthorised access"}
Probably because of the license key parameter that is being sent in the request.

I suggest that we create custom VueJS cards with our own GA4 integration.

PHP:
 /**
   * Fetches Analytics data
   * @since 1.4
   */
public function uip_get_analytics_request($dateObject)
  {
        .
        .
        .
    $debug = new uipress_debug();
    
    $string = $debug->get_string("key");                  // Gets the Key
    $instanceid = $debug->get_string_local("instance"); // Causes Fatal Error
    $access_token = $this->uipress_get_access_token(); // Found Empty when VarDump since no a.t. was saved
    $domain = get_home_url(); // FQDN

    $uip_query = "code=" . $code; // GA Access Token I think
    $uip_query = $uip_query . "&key=" . $string;             // License Key
    $uip_query = $uip_query . "&instance=" . $instanceid;   // Empty bc of previous Fatal Err
    $uip_query = $uip_query . "&d=" . $domain;
    $uip_query = $uip_query . "&uip_token=" . $access_token; // Found Empty when VarDump

    //error_log("https://analytics.uipress.co/view.php?" . $uip_query); // Logs the full request
    $remote = wp_remote_get("https://analytics.uipress.co/view.php?" . $uip_query, [
      "timeout" => 10,
      "headers" => [
        "Accept" => "application/json",
      ],
    ]);
            .
            .
            .
    $returndata["error"] = true;
    $returndata["message"] = __("Unable to fetch analytics data at this moment. Please try again later", "uipress");
    return $returndata;
}
 
There's actually one more issue with the custom menus.
Once you create your own menu, the notification bubble counter (n plugins to update, n new orders) is being just a static <span> in the menu item name.
I did no succeed to fix it so far.
 
  • Like
Reactions: RhettTromp94
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock