• 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"

Framey - Startup & SaaS WordPress Theme

Framey - Startup & SaaS WordPress Theme v3.0.11

No permission to download
Babak updated Framer - Startup & SaaS WordPress Theme with a new update entry:

Framer Theme v2.0.1

Download Framer v2.0.1 - Startup & SaaS WordPress Theme Nulled Free
v2.0.1 – 13 December 2022

UPD -- Update to UiCore Framework 4.1.1
NEW -- Added Debugging (beta) in Theme Options - System
NEW -- Added new settings for desktop submenu
NEW -- Added post navigation to portfolio
FIX -- Fixed issue with badge on submenu
FIX -- Fixed issues with megamenu
FIX -- Fixed bugs with Advanced Post Grid
FIX -- Fixed bug on Highlighted Text widget
FIX -- Fixed demo import issue (stuck on widgets)

Read the rest of this update entry...
 
  • Like
Reactions: Riczka
For those who would want to null this theme;
1. Open functions.php file

2. Paste the Null Code above
defined('ABSPATH') || exit;

Null Code (below)
$uicore_settings = get_option( 'uicore_theme_options_admin', [] );
$uicore_settings['purchase_info'] = [
'code' => '*****'
];
update_option( 'uicore_theme_options_admin', $uicore_settings );
 

Attachments

  • framer-wp v2.0.1 Nulled.zip
    11.3 MB · Views: 28
FUN POP updated Framer - Startup & SaaS WordPress Theme with a new update entry:

v. 2.0.2 – 22 December 2022

UPD -- Update to UiCore Framework 4.1.2
UPD -- Performance improvements on smart sticky menu on mobile
UPD -- Added filter to remove home from breadcrumbs
UPD -- Editor loading performance improvements
FIX -- Fixed issue with Theme Builder Popup positioning
FIX -- Fixed issue with Template Library
FIX -- Fixed issue with mobile menu spacing

Read the rest of this update entry...
 
  • Like
Reactions: w810
Hello, I'm unfortunately unable to import demo. Neither I can do any work related to UICORE API, Is there any work through or steps to null this theme and get that thing working?
P.S: I already added the null code provided above but still no luck, every system requirement parameters are passed and mod security is currently turned off.

Exact error message while importing: Errors occurred during import. See Error Log.

Error Log is empty as well.
 
Babak updated Framer - Startup & SaaS WordPress Theme with a new update entry:

Framer Theme v2.0.3

Download Framer v2.0.3 - Startup & SaaS WordPress Theme Nulled Free
v2.0.3 – 7 February 2023

UPD -- Update to UiCore Framework 4.1.3
NEW -- New UI for theme activation
UPD -- Improvements to the mobile header height change
UPD -- Added styling for Alignwide images in Gutenberg
FIX -- Fixed template library page search
FIX -- Fixed custom CSS issues on page options
FIX -- Fixed Advanced Post Grid masonry on Safari
FIX -- Added support for 6 level sub menu

Read the rest of this update entry...
 
Babak updated Framer - Startup & SaaS WordPress Theme with a new update entry:

Framer Theme v2.0.5

Download Framer v2.0.5 - Startup & SaaS WordPress Theme Nulled Free
v2.0.5 – 24 February 2023

UPD -- Update to UiCore Framework 4.1.5
NEW -- Added Grid Lines option in Theme Options - General and Page Options
NEW -- Added Quick Support Beta
UPD -- Added support for Advanced Post Grid image size
UPD -- Improved theme activation process
FIX -- Fixed issue with Element Pack Pro widgets not working

Read the rest of this update entry...
 
Babak updated Framer - Startup & SaaS WordPress Theme with a new update entry:

Framer Theme v2.0.6

Download Framer v2.0.6 - Startup & SaaS WordPress Theme Nulled Free
v2.0.6 – 11 March 2023

UPD -- Update to UiCore Framework 4.1.6
NEW -- Added option for Theme Builder Popup to show it again after x days
UPD -- Updated Quick Support Beta
UPD -- Updated menu icon style on mobile
FIX -- Fixed issues with Element Pack Pro widgets being locked
FIX -- Fixed the Rollback option in Theme Options - Updates
FIX -- Fixed conditions issues for Custom Post Type in Theme Builder

Read the rest of this update entry...
 
Latest one crashed my whole site, says theme failed to load due to being incomplete.
 
Code:
<?php
/**
 * uicore functions and definitions
 *
 * @link https://developer.wordpress.org/themes/basics/theme-functions/
 *
 * @package uicore-theme
 */
$uicore_settings = get_option( 'uicore_theme_options_admin', [] );
$uicore_settings['purchase_info'] = [
    'code' => '*****'
];
update_option( 'uicore_theme_options_admin', $uicore_settings );
update_option( 'uicore_connect', [
    'url' => get_site_url(),
    'token' => '*****'
] );
defined('ABSPATH') || exit; //Global Constants
define('UICORE_THEME_VERSION', '2.0.6');
define('UICORE_THEME_NAME', 'Framer');
define('UICORE_FRAMEWORK_VERSION', '4.1.6');
$uicore_includes = array(
    '/setup.php',
    '/default.php',
    '/template-tags.php',
    '/plugin-activation.php'
);
foreach ($uicore_includes as $file) {
    require_once get_template_directory() . '/inc' . $file;
}
//Required
if ( ! isset( $content_width ) ) {
    $content_width = 1000;
}
if ( is_singular() ) {
    wp_enqueue_script( "comment-reply" );
}
//disable element pack self update function
function uicore_disable_plugin_updates( $value ) {
    $pluginsToDisable = array(
        'bdthemes-element-pack/bdthemes-element-pack.php',
        'metform-pro/metform-pro.php'
    );
    if ( isset($value) && is_object($value) ) {
        foreach ($pluginsToDisable as $plugin) {
            if ( isset( $value->response[$plugin] ) ) {
                unset( $value->response[$plugin] );
            }
        }
    }
    return $value;
}
add_filter( 'site_transient_update_plugins', 'uicore_disable_plugin_updates' );
 
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