I can’t activate the template, can you hel me

This topic has 2 replies, 2 voices, and was last updated 4 months, 1 weeks ago ago by Luca Rossi

  • Avatar: WEBEXAG
    WEBEXAG
    Participant
    June 9, 2024 at 12:24

    Hello,
    I can’t activate the template, that the message i find :
    We are unable to connect to the XStore API with the XStore theme. Please check your SSL certificate or white lists.
    cURL error 7:

    That’s the domaine : https://www.micro-star.fr/.

    Best Regards

    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    June 9, 2024 at 15:35

    Hi @WEBEXAG,

    Please check our XStore system requirements:

    If your server reaches our requirements but it still doesn’t work, please add 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 );
    

    Thank you for your patience and cooperation.

    Best Regards,
    8Theme’s Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.