WordPress function wp_remote_get() test failed.
Hi,
I am having an issue when I'm trying to select the BeTheme Demo Data. I can not select a pre-designed theme because the wp_remote_get failed. I have contacted my hosting provider and they are asking for which configuration settings need to be adjusted to allow the remote access to work.
Thanks in advance for your help!
Comments
please go to Appearance > System Status section and check if you get any special information. It should be displayed next to the information about the wp_remote_get function.
In reference to 1st question, this function is checking file in importer catalogue:
$response = wp_remote_get( LIBS_URI . '/importer/demo/menu.txt' );
So or you do not have this file on your server or you don't have an access to this file thru wp_remote_get and this need to be checked by your hosting provider or admin. Complete path to this file is wp-content/themes/betheme/functions/importer/demo/menu.txt
But in reference to 2nd, max_input_vars is limited and should be increased to minimum 5000.