I'm trying to access the template store, for some inspiration and to try to see how you've achieved various effects.
Unfortunately, I'm getting very blank window without any examples.
I can see the in the status window `WP Remote functions Disabled`, I no, doubt there is some setting now allowing access to your template store.
I believe the last time I've connected, I was running Apache, however since I switched to Nginx. I have tried various techniques for passing the traffic to your site, but I simply cannot fathom it. There is nothing else that should be blocking the traffic, e.g. no firewall, port forward , etc.
Are you aware of nginx specific config that works? Or perhaps of a workaround, e.g. downloading the templates directly?
This error is most likely related to a PHP configuration and not to the Nginx. I believe that the problem is that the allow_url_fopen or another similar option is disabled.
Additionally, we highly recommend to use cURL availability, it could solve this issue by itself.
Hi,
I'm trying to access the template store, for some inspiration and to try to see how you've achieved various effects.
Unfortunately, I'm getting very blank window without any examples.
I can see the in the status window `WP Remote functions Disabled`, I no, doubt there is some setting now allowing access to your template store.
I believe the last time I've connected, I was running Apache, however since I switched to Nginx. I have tried various techniques for passing the traffic to your site, but I simply cannot fathom it. There is nothing else that should be blocking the traffic, e.g. no firewall, port forward , etc.
Are you aware of nginx specific config that works? Or perhaps of a workaround, e.g. downloading the templates directly?
Many thanks,
Petr
Hello Petr,
This error is most likely related to a PHP configuration and not to the Nginx. I believe that the problem is that the allow_url_fopen or another similar option is disabled.
Additionally, we highly recommend to use cURL availability, it could solve this issue by itself.