Register Your Purchase

Grand Restaurant 6.2 sees a change in the registration process. to a simpler purchase code registration system. Registration is required to download all demo pages and included premium plugin.

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 Restaurant theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Grand Restaurant 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 Grand Restaurant, 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 Restaurant with ThemeGoods.

Re-registering After Updating To Grand Restaurant 6.2

The change in registration method from token key to purchase code was introduced in Grand Restaurant 6.2 If you are updating to Grand Restaurant 6.2, 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.

Register Your Purchase

Craft 1.9 sees a change in the registration process. to a simpler purchase code registration system. Registration is required to download all demo pages and included premium plugin.

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 Craft theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Craft 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 Craft, 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 Craft with ThemeGoods.

Re-registering After Updating To Craft 1.9

The change in registration method from token key to purchase code was introduced in Craft 1.9 If you are updating to Craft 1.9, 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.

Register Your Purchase

Starto 1.8 sees a change in the registration process. to a simpler purchase code registration system. Registration is required to download all demo pages and included premium plugin.

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 Starto theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Starto 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 Starto, 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 Starto with ThemeGoods.

Re-registering After Updating To Starto 1.8

The change in registration method from token key to purchase code was introduced in Starto 1.8 If you are updating to Starto 1.8, 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.

Register Your Purchase

Avante 2.4 sees a change in the registration process. to a simpler purchase code registration system. Registration is required to download all demo pages and included premium plugin.

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 Avante theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Avante 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 Avante, 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 Avante with ThemeGoods.

Re-registering After Updating To Avante 2.4

The change in registration method from token key to purchase code was introduced in Avante 2.4 If you are updating to Avante 2.4, 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.

Register Your Purchase

Coursector 2.5 sees a change in the registration process. to a simpler purchase code registration system. Registration is required to download all demo pages and included premium plugin.

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 Coursector theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Coursector 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 Coursector, 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 Coursector with ThemeGoods.

Re-registering After Updating To Coursector 2.5

The change in registration method from token key to purchase code was introduced in Coursector 2.5 If you are updating to Coursector 2.5, 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.

Register Your Purchase

DotLife 3.6 sees a change in the registration process. to a simpler purchase code registration system. Registration is required to download all demo pages and included premium plugin.

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 DotLife theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your DotLife 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 DotLife, 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 DotLife with ThemeGoods.

Re-registering After Updating To DotLife 3.6

The change in registration method from token key to purchase code was introduced in DotLife 3.6 If you are updating to DotLife 3.6, 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.

Register Your Purchase

Kingo 2.4 sees a change in the registration process. to a simpler purchase code registration system. Registration is required to download all demo pages and included premium plugin.

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 Kingo theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Kingo 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 Kingo, 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 Kingo with ThemeGoods.

Re-registering After Updating To Kingo 2.4

The change in registration method from token key to purchase code was introduced in Kingo 2.4 If you are updating to Kingo 2.4, 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.

Register Your Purchase

Musico 2.8 sees a change in the registration process. to a simpler purchase code registration system. Registration is required to download all demo pages and included premium plugin.

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 Musico theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Musico 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 Musico, 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 Musico with ThemeGoods.

Re-registering After Updating To Musico 2.8

The change in registration method from token key to purchase code was introduced in Musico 2.8 If you are updating to Musico 2.8, 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.

Register Your Purchase

Architecturer 3.5 sees a change in the registration process. to a simpler purchase code registration system. Registration is required to download all demo pages and included premium plugin.

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 Architecturer theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Architecturer 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 Architecturer, 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 Architecturer with ThemeGoods.

Re-registering After Updating To Architecturer 3.5

The change in registration method from token key to purchase code was introduced in Architecturer 3.5 If you are updating to Architecturer 3.5, 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.

Register Your Purchase

Hoteller 5.4 sees a change in the registration process. to a simpler purchase code registration system. Registration is required to download all demo pages and included premium plugin.

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 Hoteller theme

2. Navigate to the Downloads page, found under your user name. Here, under the Download dropdown next to your Hoteller 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 Hoteller, 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 Hoteller with ThemeGoods.

Re-registering After Updating To Hoteller 5.4

The change in registration method from token key to purchase code was introduced in Hoteller 5.4 If you are updating to Hoteller 5.4, 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.