Importing demo problem

Hi,

I’m installing the theme, installation runs good, however, I can’t import demo (Integrity 1), it shows problem.
Could you please help me check the problem? Check my attachment for screenshot.

Best regards,
Linh

Hello there,

We’d recommend that you increase your memory allocated to PHP if you haven’t done so already. 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 also make sure that you have the following on your server configuration:

For more demo content troubleshooting and guidance, please check out the bottom aspect of the following page: https://theme.co/apex/forum/t/setup-demo-content/56

I hope this helps.

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