How to find your Purchase Code

  1. Log into your Envato Market account.
  2. Hover the mouse over your username at the top of the screen.
  3. Click ‘Downloads’ from the drop down menu.`
  4. Click ‘License certificate & purchase code’ (available as PDF or text file).

Register Your Purchase

Locating Your Purchase Code

The first thing you need to register your purchase is a copy of your Purchase Code. To locate this, just follow these simple steps.

1. Head to ThemeForest, and log into the account you purchased Photography theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Photography Purchase you will find the License Certificate & Purchase Code, available to download in both PDF and text format.

3. Open the downloaded License Certificate and find the Item Purchase Code

4. Copy the Purchase Code onto the clipboard, then return to your installation and register your purchase.

Registering

Once you have installed Photography, the next thing to do is to register your purchase.

To do this, open WordPress Dashboard > Theme Setting and click Registration tab.

Then paste your copied Purchase Code into the field provided, and and click on Register. This will register your copy of Photography with ThemeGoods.

Purchase Code verification is not working

Normally it happens because your server couldn’t send purchase code data to our verification server correctly. Due to CURL library or firewall issue.

It might have below CURL errors.

cURL error 28: Connection timed out after n milliseconds

or

cURL error 28: Operation timed out after n milliseconds with 0 out of 0 bytes received

This problem is a very common server related issue. In most of the cases not created by a particular theme or plugin, nor by WordPress.

How to fix it ?

The first thing to do is to update your WordPress to the latest version if not already done.

Then if the problem is still there, contact your hosting company and ask the hosting support team to check the following points :

Workaround Methods

Sometime the issue regarding registration because your server cURL timeout is too low so the registration process couldn’t connect to our license server.

add_filter('http_request_args', 'themegoods_http_request_args', 100, 1);
function themegoods_http_request_args($r) 
{
	$r['timeout'] = 30;
	return $r;
}
 
add_action('http_api_curl', 'themegoods_http_api_curl', 100, 1);
function themegoods_http_api_curl($handle) 
{
	curl_setopt( $handle, CURLOPT_CONNECTTIMEOUT, 30 );
	curl_setopt( $handle, CURLOPT_TIMEOUT, 30 );
}

Please add below PHP code to functions.php then try to register your purchase code again to see if it fixes the issue.

Fallback Methods

If you’re experiencing difficulty with downloading and installing the plugins and demos, please Submit A Support Ticket, Please also add a link to your site as well as the login credentials when opening the ticket, so we can take a look at your site.

How to find your Purchase Code

  1. Log into your Envato Market account.
  2. Hover the mouse over your username at the top of the screen.
  3. Click ‘Downloads’ from the drop down menu.`
  4. Click ‘License certificate & purchase code’ (available as PDF or text file).

Register Your Purchase

Locating Your Purchase Code

The first thing you need to register your purchase is a copy of your Purchase Code. To locate this, just follow these simple steps.

1. Head to ThemeForest, and log into the account you purchased Grand Conference theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Grand Conference Purchase you will find the License Certificate & Purchase Code, available to download in both PDF and text format.

3. Open the downloaded License Certificate and find the Item Purchase Code

4. Copy the Purchase Code onto the clipboard, then return to your installation and register your purchase.

Registering

Once you have installed the theme, the next thing to do is to register your purchase.

To do this, open WordPress Dashboard > Theme Setting and click Registration tab.

Then paste your copied Purchase Code into the field provided, and and click on Register. This will register your copy of Grand Conference with ThemeGoods.

Purchase Code verification is not working

Normally it happens because your server couldn’t send purchase code data to our verification server correctly. Due to CURL library or firewall issue.

It might have below CURL errors.

cURL error 28: Connection timed out after n milliseconds

or

cURL error 28: Operation timed out after n milliseconds with 0 out of 0 bytes received

This problem is a very common server related issue. In most of the cases not created by a particular theme or plugin, nor by WordPress.

How to fix it ?

The first thing to do is to update your WordPress to the latest version if not already done.

Then if the problem is still there, contact your hosting company and ask the hosting support team to check the following points :

Workaround Methods

Sometime the issue regarding registration because your server cURL timeout is too low so the registration process couldn’t connect to our license server.

add_filter('http_request_args', 'themegoods_http_request_args', 100, 1);
function themegoods_http_request_args($r) 
{
	$r['timeout'] = 30;
	return $r;
}
 
add_action('http_api_curl', 'themegoods_http_api_curl', 100, 1);
function themegoods_http_api_curl($handle) 
{
	curl_setopt( $handle, CURLOPT_CONNECTTIMEOUT, 30 );
	curl_setopt( $handle, CURLOPT_TIMEOUT, 30 );
}

Please add below PHP code to functions.php then try to register your purchase code again to see if it fixes the issue.

Fallback Methods

If you’re experiencing difficulty with downloading and installing the plugins and demos, please Submit A Support Ticket, Please also add a link to your site as well as the login credentials when opening the ticket, so we can take a look at your site.

How to find your Purchase Code

  1. Log into your Envato Market account.
  2. Hover the mouse over your username at the top of the screen.
  3. Click ‘Downloads’ from the drop down menu.`
  4. Click ‘License certificate & purchase code’ (available as PDF or text file).

Register Your Purchase

Locating Your Purchase Code

The first thing you need to register your purchase is a copy of your Purchase Code. To locate this, just follow these simple steps.

1. Head to ThemeForest, and log into the account you purchased Vive theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Vive Purchase you will find the License Certificate & Purchase Code, available to download in both PDF and text format.

3. Open the downloaded License Certificate and find the Item Purchase Code

4. Copy the Purchase Code onto the clipboard, then return to your installation and register your purchase.

Registering

Once you have installed Vive, the next thing to do is to register your purchase.

To do this, open WordPress Dashboard > Theme Setting and click Registration tab.

Then paste your copied Purchase Code into the field provided, and and click on Register. This will register your copy of Vive with ThemeGoods.

Purchase Code verification is not working

Normally it happens because your server couldn’t send purchase code data to our verification server correctly. Due to CURL library or firewall issue.

It might have below CURL errors.

cURL error 28: Connection timed out after n milliseconds

or

cURL error 28: Operation timed out after n milliseconds with 0 out of 0 bytes received

This problem is a very common server related issue. In most of the cases not created by a particular theme or plugin, nor by WordPress.

How to fix it ?

The first thing to do is to update your WordPress to the latest version if not already done.

Then if the problem is still there, contact your hosting company and ask the hosting support team to check the following points :

Workaround Methods

Sometime the issue regarding registration because your server cURL timeout is too low so the registration process couldn’t connect to our license server.

add_filter('http_request_args', 'themegoods_http_request_args', 100, 1);
function themegoods_http_request_args($r) 
{
	$r['timeout'] = 30;
	return $r;
}
 
add_action('http_api_curl', 'themegoods_http_api_curl', 100, 1);
function themegoods_http_api_curl($handle) 
{
	curl_setopt( $handle, CURLOPT_CONNECTTIMEOUT, 30 );
	curl_setopt( $handle, CURLOPT_TIMEOUT, 30 );
}

Please add below PHP code to functions.php then try to register your purchase code again to see if it fixes the issue.

Fallback Methods

If you’re experiencing difficulty with downloading and installing the plugins and demos, please Submit A Support Ticket, Please also add a link to your site as well as the login credentials when opening the ticket, so we can take a look at your site.

How to find your Purchase Code

  1. Log into your Envato Market account.
  2. Hover the mouse over your username at the top of the screen.
  3. Click ‘Downloads’ from the drop down menu.`
  4. Click ‘License certificate & purchase code’ (available as PDF or text file).

Register Your Purchase

Locating Your Purchase Code

The first thing you need to register your purchase is a copy of your Purchase Code. To locate this, just follow these simple steps.

1. Head to ThemeForest, and log into the account you purchased Ashton theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Ashton Purchase you will find the License Certificate & Purchase Code, available to download in both PDF and text format.

3. Open the downloaded License Certificate and find the Item Purchase Code

4. Copy the Purchase Code onto the clipboard, then return to your installation and register your purchase.

Registering

Once you have installed Ashton, the next thing to do is to register your purchase.

To do this, open WordPress Dashboard > Theme Setting and click Registration tab.

Then paste your copied Purchase Code into the field provided, and and click on Register. This will register your copy of Ashton with ThemeGoods.

Purchase Code verification is not working

Normally it happens because your server couldn’t send purchase code data to our verification server correctly. Due to CURL library or firewall issue.

It might have below CURL errors.

cURL error 28: Connection timed out after n milliseconds

or

cURL error 28: Operation timed out after n milliseconds with 0 out of 0 bytes received

This problem is a very common server related issue. In most of the cases not created by a particular theme or plugin, nor by WordPress.

How to fix it ?

The first thing to do is to update your WordPress to the latest version if not already done.

Then if the problem is still there, contact your hosting company and ask the hosting support team to check the following points :

Workaround Methods

Sometime the issue regarding registration because your server cURL timeout is too low so the registration process couldn’t connect to our license server.

add_filter('http_request_args', 'themegoods_http_request_args', 100, 1);
function themegoods_http_request_args($r) 
{
	$r['timeout'] = 30;
	return $r;
}
 
add_action('http_api_curl', 'themegoods_http_api_curl', 100, 1);
function themegoods_http_api_curl($handle) 
{
	curl_setopt( $handle, CURLOPT_CONNECTTIMEOUT, 30 );
	curl_setopt( $handle, CURLOPT_TIMEOUT, 30 );
}

Please add below PHP code to functions.php then try to register your purchase code again to see if it fixes the issue.

Fallback Methods

If you’re experiencing difficulty with downloading and installing the plugins and demos, please Submit A Support Ticket, Please also add a link to your site as well as the login credentials when opening the ticket, so we can take a look at your site.

How to find your Purchase Code

  1. Log into your Envato Market account.
  2. Hover the mouse over your username at the top of the screen.
  3. Click ‘Downloads’ from the drop down menu.`
  4. Click ‘License certificate & purchase code’ (available as PDF or text file).

Register Your Purchase

Locating Your Purchase Code

The first thing you need to register your purchase is a copy of your Purchase Code. To locate this, just follow these simple steps.

1. Head to ThemeForest, and log into the account you purchased Artale theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Artale Purchase you will find the License Certificate & Purchase Code, available to download in both PDF and text format.

3. Open the downloaded License Certificate and find the Item Purchase Code

4. Copy the Purchase Code onto the clipboard, then return to your installation and register your purchase.

Registering

Once you have installed Artale, the next thing to do is to register your purchase.

To do this, open WordPress Dashboard > Theme Setting and click Registration tab.

Then paste your copied Purchase Code into the field provided, and and click on Register. This will register your copy of Artale with ThemeGoods.

Re-registering After Updating To Artale 1.1

The change in registration method from token key to purchase code was introduced in Artale 1.1 If you are updating to Artale 1.1, you will be required to re-register the theme using the new method. above.

Purchase Code verification is not working

Normally it happens because your server couldn’t send purchase code data to our verification server correctly. Due to CURL library or firewall issue.

It might have below CURL errors.

cURL error 28: Connection timed out after n milliseconds

or

cURL error 28: Operation timed out after n milliseconds with 0 out of 0 bytes received

This problem is a very common server related issue. In most of the cases not created by a particular theme or plugin, nor by WordPress.

How to fix it ?

The first thing to do is to update your WordPress to the latest version if not already done.

Then if the problem is still there, contact your hosting company and ask the hosting support team to check the following points :

Workaround Methods

Sometime the issue regarding registration because your server cURL timeout is too low so the registration process couldn’t connect to our license server.

add_filter('http_request_args', 'themegoods_http_request_args', 100, 1);
function themegoods_http_request_args($r) 
{
	$r['timeout'] = 30;
	return $r;
}
 
add_action('http_api_curl', 'themegoods_http_api_curl', 100, 1);
function themegoods_http_api_curl($handle) 
{
	curl_setopt( $handle, CURLOPT_CONNECTTIMEOUT, 30 );
	curl_setopt( $handle, CURLOPT_TIMEOUT, 30 );
}

Please add below PHP code to functions.php then try to register your purchase code again to see if it fixes the issue.

Fallback Methods

If you’re experiencing difficulty with downloading and installing the plugins and demos, please Submit A Support Ticket, Please also add a link to your site as well as the login credentials when opening the ticket, so we can take a look at your site.