Bimber - Viral Magazine WordPress Theme By BringThePixel

Bimber - Viral Magazine WordPress Theme By BringThePixel v9.2.5

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
Tomz 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...
 

linea27py

New member
Dec 31, 2018
5
1
3
Paraguay
@Tomz 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: tanierlyons

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
@Tomz 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://babiato.tech/threads/bimber-viral-magazine-wordpress-theme.1640/#post-3399
install demos and replace new version on old version
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
Tomz 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...
 

paratame

New member
Dec 15, 2018
14
5
3
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!
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
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
 

sorakidz

New member
Apr 12, 2019
11
3
3
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://babiato.tech/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.
 

paratame

New member
Dec 15, 2018
14
5
3

helpicon

Member
May 6, 2019
60
19
8
// 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
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
Tomz 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...
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu