How Long Should It Take for A Demo Theme (App) To Upload

I am attempting to integrate a demo theme (App) however it has taken hours. It appears to be uploading images, however the full image won’t appear. Currently has uploaded in excess of 500 images that only show an image of a blank gray page.

Hello Ryan,

Thanks for writing in! Importing the demo content should normally take less than minute. Depending on your server configuration, it might take a little longer or even won’t successfully import the content. Please make sure that you have enough PHP memory limit. ​We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

And please also make sure that your PHP timeout limit is at least 300ms.

We would loved to know if this has work for you. Thank you.

I apologize. I couldnt’ locate the line /*That’s all, stop editing! Happy Blogging. */ in wp-config.php, I only located a file titled wpml-config.xml. Any advice on where I need to locate?

Hi Ryan,

It’s not wpml-config.xml but wp-config.php, if that line is not available then you can add it before or after the line of WP_DEBUG.

Thanks!

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