40.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

12-25-2018, 01:24 PM
Post: #11
RE: [GET] - Avada 5.7.2
(11-16-2018 02:05 AM)batmax Wrote:  
(11-15-2018 06:52 PM)tisna Wrote:  here how to null avata v5.6.2
Navigate to Avada/includes/lib/inc/class-fusion-envato-api.php
Find and comment out these two lines:
Code:
PHP:

// Check the response code.
//$response_code = wp_remote_retrieve_response_code( $response );
//$response_message = wp_remote_retrieve_response_message( $response );

Navigate to Avada/includes/lib/inc/class-fusion-product-registration.php
Find:
PHP:

set_site_transient( 'fusion_envato_api_down', true, 600 );

Change 600 to 0

Find: Has user associated with current token purchased this product?
Change This:
PHP:

# Set "return false;" to "true":
public function is_registered() {

// Is the product registered?
if ( isset( $this->registered[ $this->product_id ] ) and& true === $this->registered[ $this->product_id ] ) {
return true;
}
// Is the Envato API down?
if ( get_site_transient( 'fusion_envato_api_down' ) ) {
return true;
}
// Fallback to false.
return false;

}

To THis:
PHP:

public function is_registered() {

// Is the product registered?
if ( isset( $this->registered[ $this->product_id ] ) and& true === $this->registered[ $this->product_id ] ) {
return true;
}
// Is the Envato API down?
if ( get_site_transient( 'fusion_envato_api_down' ) ) {
return true;
}
// Fallback to false.
return true;

}

I can't find this in the files 5.7.2. Using find in notepad++. Which line i can find them? Thank you.

Find manually, you cannot find with notepad++

FILE: Avada/includes/lib/inc/class-fusion-product-registration.php >> Line 259
FILE: Avada/includes/lib/inc/class-fusion-envato-api.php >> Line 115 + 116
08-10-2019, 11:52 PM
Post: #12
RE: [GET] - Avada 5.7.2
Version 6.0.1 - August 7th, 2019 • Download
08-11-2019, 06:39 PM
Post: #13
RE: [GET] - Avada 5.7.2
Thank you!!!!
08-16-2019, 12:12 AM
Post: #14
RE: [GET] - Avada 5.7.2
Version 6.0.2 - August 15th, 2019
https://theme-fusion.com/documentation/a...changelog/
Please Upload...
08-20-2019, 04:08 PM
Post: #15
RE: [GET] - Avada 5.7.2
Nice share
Any ho can mirror to not zippyshare its lock here in EU

Thx
26.gif
08-24-2019, 12:03 AM
Post: #16
RE: [GET] - Avada 5.7.2
where can we get the working fusion builder and fusion core plugins?
the old version seems not to work with this version
10-22-2019, 03:17 AM (This post was last modified: 10-22-2019 03:19 AM by dacguy.)
Post: #17
RE: [GET] - Avada 5.7.2
Thanks for the download, but getting an error with the file v6.0.2 (tried downloading a few times, same result). Unzipping with 7-zip and it states can't open the file as archive. Ideas? Possible reupload?
12-14-2019, 02:25 AM
Post: #18
RE: [GET] - Avada 5.7.2
Can someone upload Version 6.1 ?
Thanks in advance.
12-17-2019, 05:50 AM
Post: #19
RE: [GET] - Avada 5.7.2
(12-14-2019 02:25 AM)Kal-L Wrote:  Can someone upload Version 6.1 ?
Thanks in advance.

Here you are (full package from TF)
12-18-2019, 02:17 AM
Post: #20
RE: [GET] - Avada 5.7.2
(12-17-2019 05:50 AM)urlicics Wrote:  
(12-14-2019 02:25 AM)Kal-L Wrote:  Can someone upload Version 6.1 ?
Thanks in advance.

Here you are (full package from TF)

Thank you! Rep +
5.gif




56.gif