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

Bimber - Viral Magazine WordPress Theme By BringThePixel

Bimber - Viral Magazine WordPress Theme By BringThePixel v9.2.5

No permission to download
Babak updated Bimber - Viral Magazine WordPress Theme with a new update entry:

Bimber v7.2.1

Download Bimber v7.2.1 - Viral Magazine WordPress Theme Free Nulled
VERSION 7.2.1 – minor update – 28 June 2019 - Thanks To @TassieNZ

# Improved - Snax: HTMl is now allowed for the Overview field, for all formats
# Fixed - Boxed Mode inner content is gray
# Fixed - Snax Frontend Submission glitches in Dark Mode
# Fixed - myCRED leaderboard misaligned on mobile in RTL mode

Read the rest of this update entry...
 
@Babak how do i activate the theme in the version 7.2.1. your code for activation is outdated and the code is not there anymore in that like, it looks like this



PHP:
function bimber_is_theme_registered() {
    return true;
    $purchase_code =  bimber_get_registered_purchase_code();
    $registered_by_purchase_code =  ! empty( $purchase_code );

    // Purchase code entered correctly.
    if ( $registered_by_purchase_code ) {
        return true;
    }

    // Backward compatibility.
    $registered_by_token = get_transient( 'bimber_theme_registered' );

    // Token entered correctly.
    if ( $registered_by_token ) {
        return true;
    }

    // Can't verify.
    if ( ! bimber_can_use_plugin( 'envato-market/envato-market.php' ) ) {
        return false;
    }

    $purchased_themes = envato_market()->api()->themes();

    foreach ( $purchased_themes as $purchased_theme ) {
        if ( bimber_get_theme_name() === strtolower( $purchased_theme['name'] ) ) {
            $registered_by_token = true;
        }
    }

    if ( $registered_by_token ) {
        $expire_in_one_day = 60 * 60 * 24;

        // Theme is active for next 24h. Then next check will be performed (user eg. got a refund).
        set_transient( 'bimber_theme_registered', true, $expire_in_one_day );
    }

    return $registered_by_token;
}

function bimber_get_registered_purchase_code() {
    return get_option( 'envato_purchase_code_14493994' );
}

can you please help me ?
 
  • Like
Reactions: Babak
@Babak how do i activate the theme in the version 7.2.1. your code for activation is outdated and the code is not there anymore in that like, it looks like this



PHP:
function bimber_is_theme_registered() {
    return true;
    $purchase_code =  bimber_get_registered_purchase_code();
    $registered_by_purchase_code =  ! empty( $purchase_code );

    // Purchase code entered correctly.
    if ( $registered_by_purchase_code ) {
        return true;
    }

    // Backward compatibility.
    $registered_by_token = get_transient( 'bimber_theme_registered' );

    // Token entered correctly.
    if ( $registered_by_token ) {
        return true;
    }

    // Can't verify.
    if ( ! bimber_can_use_plugin( 'envato-market/envato-market.php' ) ) {
        return false;
    }

    $purchased_themes = envato_market()->api()->themes();

    foreach ( $purchased_themes as $purchased_theme ) {
        if ( bimber_get_theme_name() === strtolower( $purchased_theme['name'] ) ) {
            $registered_by_token = true;
        }
    }

    if ( $registered_by_token ) {
        $expire_in_one_day = 60 * 60 * 24;

        // Theme is active for next 24h. Then next check will be performed (user eg. got a refund).
        set_transient( 'bimber_theme_registered', true, $expire_in_one_day );
    }

    return $registered_by_token;
}

function bimber_get_registered_purchase_code() {
    return get_option( 'envato_purchase_code_14493994' );
}

can you please help me ?
i will check in 24h
little busy
if you hurry up
download older version and read here
https://babia.to/threads/bimber-viral-magazine-wordpress-theme.1640/#post-3399
install demos and replace new version on old version
 
Bimber – Viral & Buzz WordPress Theme v7.2.1 NULLED

TassieNZ :)
 
  • Like
  • Love
Reactions: linea27py and Babak
Babak updated Bimber - Viral Magazine WordPress Theme with a new update entry:

Bimber v7.3.1

Download Bimber v7.3.1 - Viral Magazine WordPress Theme Free Nulled
VERSION 7.3.1 – minor update – 9 July 2019

# Fixed - Media Ace plugin integration fatal error
VERSION 7.3 – major update – 9 July 2019
# NEW - BuzzFreak demo

# Improved - BuddyPress: Make Short/Long Description optional
# Improved - Notification mail HTML extracted to own templates
# Improved - WooCommerce templates compatibility
# Improved - Documentation updated

# Fixes - G1 Socials: tooltips are visible...

Read the rest of this update entry...
 
Thank you for all the updates you bring to us. Bimber is a very professional theme for it's purpose as a viral mag.
The latest update 7.3.1 from 9 July is not activated after installation and I cannot find any instructions in the archive. Can you please check it...? Thanks!
 
Thank you for all the updates you bring to us. Bimber is a very professional theme for it's purpose as a viral mag.
The latest update 7.3.1 from 9 July is not activated after installation and I cannot find any instructions in the archive. Can you please check it...? Thanks!
@TassieNZ can u share or check latest version for nulling
im liitle busy bro
 
Thank you for all the updates you bring to us. Bimber is a very professional theme for it's purpose as a viral mag.
The latest update 7.3.1 from 9 July is not activated after installation and I cannot find any instructions in the archive. Can you please check it...? Thanks!

You have to do manual activation, read this post:
https://babia.to/threads/bimber-viral-magazine-wordpress-theme.1640/#post-3399

The Code line change from 1537 to 1737
the theme work perfectly in my website, i can import demo and update plugin.
 
  • Like
Reactions: paratame and Babak
@TassieNZ can u share or check latest version for nulling
im liitle busy bro
As requested! :)

Bimber - Viral Magazine WordPress Theme v7.3.1 NULLED

TassieNZ :)
 
  • Like
  • Love
Reactions: paratame and Babak
// Code is valid.
// delete_option( 'envato_purchase_code_14493994' ); SeobotsIndia

return true;
}

function bimber_is_theme_registered() {
return true;
$purchase_code = bimber_get_registered_purchase_code();
$registered_by_purchase_code = ! empty( $purchase_code );

// Purchase code entered correctly.
if ( $registered_by_purchase_code ) {
return true;
}

// Backward compatibility.
$registered_by_token = get_transient( 'bimber_theme_registered' );

// Token entered correctly.
if ( $registered_by_token ) {
return true;
}

// Can't verify.
if ( ! bimber_can_use_plugin( 'envato-market/envato-market.php' ) ) {
return false;
}
$registered_by_token = true; // SeobotsIndia

$purchased_themes = envato_market()->api()->themes();

foreach ( $purchased_themes as $purchased_theme ) {
if ( bimber_get_theme_name() === strtolower( $purchased_theme['name'] ) ) {
$registered_by_token = true;
}
}

if ( $registered_by_token ) {
$expire_in_one_day = 60 * 60 * 24;

// Theme is active for next 24h. Then next check will be performed (user eg. got a refund).
set_transient( 'bimber_theme_registered', true, $expire_in_one_day );
}

// return $registered_by_token; SeobotsIndia
$registered_by_token = true;
}

function bimber_get_registered_purchase_code() {
return get_option( 'envato_purchase_code_14493994' );
}



What i have done is commented as // SeobotsIndia

Is this think correctly done ?

Please help
 
Babak updated Bimber - Viral Magazine WordPress Theme with a new update entry:

Bimber v7.3.2

Download Bimber v7.3.2 - Viral Magazine WordPress Theme Free Nulled
VERSION 7.3.2 – minor update – 29 July 2019

# Improvement - Cards settings for the search page
# Improvement - Home|Archive Featured Entries better responsiveness
# Improvement - Categories shortcode query args filter added
# Improvement - Hide votes and reactions if post is restricted
# Improvement - Snax: Edit post link added on posts list (backend)

# Fixed - MediaAce: gallery share buttons are missing on mobiles
#...

Read the rest of this update entry...
 
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