Auto Demo not loading content

Hi everyone,

I am trying to work out why the auto extended demo isnt loading.

It will say Let’s get started… Initializing… and lastly Working on it… and nothing happens. Progress bar stays the same.

Any ideas on how to fix this?

Thanks

Hi Samuel,

You can try increasing your memory limit and max execution time by adding the code below in your wp-config.php file.


set_limit_limit(300);
define('WP_MEMORY_LIMIT', '512M');

Hope that helps

Thanks Paul,
I will try this now. I’ll let you know how I go.

Let us know how it goes, Samuel.

I am not sure if I edit the wp-config.php file correctly… but now its saying

Hang in there, trying to reconnect…

Experiencing technical difficulties…

We’re sorry, the demo failed to finish importing

Hi Samuel,

You can install the following plugin (https://wordpress.org/plugins/wp-serverinfo/), then head over to Dashboard -> WP Serverinfo area and see if your changes have been updated.

If you’re still having issues, please provide us with your WordPress login credentials in a secure note to check your issue further.

Thanks!

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