Food Truck demo images missing

Hi there,
we just imported a new demo of Food truck via design cloud to fresh wordpress installation. Unfortunately images are not showing. We added to our child theme - functions.php following code:

add_filter(‘http_request_args’, ‘bal_http_request_args’, 100, 1);
function bal_http_request_args($r) //called on line 237
{
$r[‘timeout’] = 15;
return $r;
}

add_action(‘http_api_curl’, ‘bal_http_api_curl’, 100, 1);
function bal_http_api_curl($handle) //called on line 1315
{
curl_setopt( $handle, CURLOPT_CONNECTTIMEOUT, 15 );
curl_setopt( $handle, CURLOPT_TIMEOUT, 15 );
}.

It didn’t help so please can you help.

Thanks a lot
Michael

Hello Michael,

Thanks for writing in! You seems to forget to send us the URL of your site. Please provide the login url so that we can continue to investigate your image issue.

Regards.

Oh sorry. It 's www.hodinovykucharcatering.sk

Michael

Hey Michael,

I visited wp-admin but I don’t get a login form. Please give us the login URL if you have changed the default wp-admin.

For the meantime, please make sure to increase your server memory and upload size to the maximum. Your web host can help you with this.

Thanks.

Hi there,
thank you for your reply. Access was blocked by our provider, sorry. Now you are able to login. We also maximized memory limit so please can you check where is the problem?

Many thanks

Michael

Hello Michael,

I have re installed your theme and your demo. Food truck demo is now installed in your site.

Please check it now.

Yes it works correctly now.

Thank you very much.

Michael

You’re very welcome, Michael. Have a great day!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.