Best Blackhat Forum

Full Version: [PURCHASED] A V A D A, NEWSPAPER, X, BE T H E M E and M O R E
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
@sirdree's solution @
Quote:http://bestblackhatforum.com/Thread-PURC...pid1875273
no more working from v5.0.3 in my case and I have to try mine. Anyone applied and still got it with @sirdree's solution?
Thanks @kamru for continuously updating the theme. Rep++
Manual DIY null solution revisited:
WP Dashboard > Appearance > Edit > Choose Avad@ theme > Choose file: class-avad@-product-registration.php > Scroll mouse to the end of the file > change all returning value "false" to "true" > Save > DONE!

-- Before --
Code:
public static function is_registered() {
        // If no token is set, the product is not registered.
        if ( empty( self::$token ) ) {
            return false;
        } elseif ( self::$registered ) {
            return true;
        } elseif ( get_site_transient( 'avada_envato_api_down' ) ) {
            return true;
        } else {
            return false;
        }
    }

-- After --
Code:
public static function is_registered() {
        // If no token is set, the product is not registered.
        if ( empty( self::$token ) ) {
            return true;
        } elseif ( self::$registered ) {
            return true;
        } elseif ( get_site_transient( 'avada_envato_api_down' ) ) {
            return true;
        } else {
            return true;
        }
    }
(11-23-2016 06:05 PM)kamru Wrote: [ -> ]
(11-22-2016 12:37 PM)vijay8804 Wrote: [ -> ]Avada Version 5.0.5 - November 22nd, 2016

Magic Button :

Happydance Perfect 10 Nice Thread Thanks kamru ++++Rep...
(11-23-2016 06:13 PM)blacksuitboy Wrote: [ -> ]@sirdree's solution @
Quote:http://bestblackhatforum.com/Thread-PURC...pid1875273
no more working from v5.0.3 in my case and I have to try mine. Anyone applied and still got it with @sirdree's solution?
Thanks @kamru for continuously updating the theme. Rep++
Manual DIY null solution revisited:
WP Dashboard > Appearance > Edit > Choose Avad@ theme > Choose file: class-avad@-product-registration.php > Scroll mouse to the end of the file > change all returning value "false" to "true" > Save > DONE!

-- Before --
Code:
public static function is_registered() {
        // If no token is set, the product is not registered.
        if ( empty( self::$token ) ) {
            return false;
        } elseif ( self::$registered ) {
            return true;
        } elseif ( get_site_transient( 'avada_envato_api_down' ) ) {
            return true;
        } else {
            return false;
        }
    }

-- After --
Code:
public static function is_registered() {
        // If no token is set, the product is not registered.
        if ( empty( self::$token ) ) {
            return true;
        } elseif ( self::$registered ) {
            return true;
        } elseif ( get_site_transient( 'avada_envato_api_down' ) ) {
            return true;
        } else {
            return true;
        }
    }
I have try to install a new fresh version of avada 5.0.5 and aplying the instert query into db... everything works fine with this version, and all demo and contents are showing...
May be something change the records on the DB during update the theme, in case check the values or just execute the query again and everything will work fine.

If you have any trouble let me know.
:)
Thank you, I'll try your solution at v5.0.5

(11-26-2016 11:44 PM)sirdree Wrote: [ -> ]
(11-23-2016 06:13 PM)blacksuitboy Wrote: [ -> ]@sirdree's solution @
Quote:http://bestblackhatforum.com/Thread-PURC...pid1875273
no more working from v5.0.3 in my case and I have to try mine. Anyone applied and still got it with @sirdree's solution?
Thanks @kamru for continuously updating the theme. Rep++
Manual DIY null solution revisited:
WP Dashboard > Appearance > Edit > Choose Avad@ theme > Choose file: class-avad@-product-registration.php > Scroll mouse to the end of the file > change all returning value "false" to "true" > Save > DONE!

-- Before --
Code:
public static function is_registered() {
        // If no token is set, the product is not registered.
        if ( empty( self::$token ) ) {
            return false;
        } elseif ( self::$registered ) {
            return true;
        } elseif ( get_site_transient( 'avada_envato_api_down' ) ) {
            return true;
        } else {
            return false;
        }
    }

-- After --
Code:
public static function is_registered() {
        // If no token is set, the product is not registered.
        if ( empty( self::$token ) ) {
            return true;
        } elseif ( self::$registered ) {
            return true;
        } elseif ( get_site_transient( 'avada_envato_api_down' ) ) {
            return true;
        } else {
            return true;
        }
    }
I have try to install a new fresh version of avada 5.0.5 and aplying the instert query into db... everything works fine with this version, and all demo and contents are showing...
May be something change the records on the DB during update the theme, in case check the values or just execute the query again and everything will work fine.

If you have any trouble let me know.
:)
buddy I think there is new update of FLATSOME Ver.3.2 in Themeforest.. Hope you can share..
(12-04-2016 03:02 AM)gringadgets Wrote: [ -> ]buddy I think there is new update of FLATSOME Ver.3.2 in Themeforest.. Hope you can share..

Happydance

Magic Button :
https://mega.nz/#!qsZzQKZT!x5sVJrRW9tGkxFzTcO49rkXBiTKStcrqnlTirJmDcXY
@kamru thanks Max Rep+
Please can you update Betheme to Version 15.8 - December 3, 2016 ?
(12-04-2016 03:41 AM)kamru Wrote: [ -> ]
(12-04-2016 03:02 AM)gringadgets Wrote: [ -> ]buddy I think there is new update of FLATSOME Ver.3.2 in Themeforest.. Hope you can share..

Happydance

Magic Button :
https://mega.nz/#!qsZzQKZT!x5sVJrRW9tGkxFzTcO49rkXBiTKStcrqnlTirJmDcXY

Thanks kamru Happydance Perfect 10 Nice Thread ++++Rep...
Somebody have the BeTheme 15.8?
Flatsome, and BE newest versions will be uploaded. Downloaded it already.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
Reference URL's