This topic has 9 replies, 3 voices, and was last updated 5 months, 2 weeks ago ago by Rose Tyler
Hi, could you please solved my problem, I don’t know what causes this problem. It would be vary helpful if you tell me why I am incounter this problem
Dear Redwan,
We are pleased to inform you that we have successfully imported the Web Agency demo for your review. Could you please take a moment to verify the changes at your earliest convenience?
For future reference, we recommend disabling all cache plugins prior to importing demo content to ensure a smooth process.
Best regards,
The 8Theme Team
I am not able to register my item, what should I do
Hi @Redwan,
Please try adding the following code under functions.php file locates in your child theme then activate your theme again:
function increase_http_request_timeout( $r, $url ) {
$r['timeout'] = 500; // Increase timeout to 500 seconds
return $r;
}
add_filter( 'http_request_args', 'increase_http_request_timeout', 10, 2 );
Hope it helps!
It’s not working
Dear Redwan,
Registered.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best regards,
The 8Theme Team
Thank you
Can you please tell me what is this
Dear Redwan,
You’re welcome!
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best regards,
The 8Theme Team
Tagged: woocommerce templates issues
You must be logged in to reply to this topic.Log in/Sign up