# I can not import demo content

If you see that the demo import process is taking forever or it's not completed correctly this means your hosting PHP.ini limits are too low for working with WordPress Importer and demo data can not be imported on your server without the right configuration.

### Your PHP values are too low

Change your PHP.ini settings according to the following minimum values. If you don't have access contact your web host and ask to have the limits increased.

* **memory\_limit >=&#x20;**<mark style="color:red;">**`512M`**</mark>
* **max\_input\_vars >= `5160`**
* **max\_execution\_time = `300`**
* **post\_max\_size >= `64M`**
* **upload\_max\_filesize = `128M`**
* **allow\_url\_fopen `ON`**
* **PHP version `7.4`or greater** (8.x recommended)

Those settings are required to successfully import all demo content and images.

Check this official WordPress article on how to increase memory limits for your WP:

{% embed url="<http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP>" %}

{% hint style="info" %}
After changing PHP values reset your WordPress using the [<mark style="color:blue;">**WP Reset**</mark>](https://wordpress.org/plugins/wp-reset/) plugin to avoid content duplicates. Then run the demo importer again.
{% endhint %}

**Cheap or bad shared hosting may not allow you to use these values** (in this case you won't be able to import demo data onto your server). You need to switch to another hosting.

### Other causes for the failed import

Your server is too slow to install plugins and import data demo content at the same time.\
To resolve this issue I recommend you should:

First, install all the required plugins for your site like:

* [x] Nasa Core - Add some theme featured (Required)
* [x] WooCommerce - WordPress eCommerce plugin (Required)
* [x] WPBakery Pages Builder (Visual Composer) - Used for page builder (Recommend)
* [x] Elementor Used for page builder (Recommend)
* [ ] Revolution Slider - Used for main Sliders (Optional)
* [ ] Contact Form 7 - Used for contact form and newsletter signup (Optional)
* [ ] Elementor - Header, Footer & Blocks (install if you use the Elementor plugin to build pages)
* [ ] YITH WooCommerce Compare - Compare functional products (Optional)

![](/files/p39xOfVmNXTEWDxjbsQT)

Second, proceed to import <mark style="color:red;">**Elessi**</mark> data demo content with only pages that you want:

![1](/files/TlfkdIEVlwTtiVHxAcu8)

![2](/files/50iHoEDtot64odt8h2bZ)

{% hint style="danger" %}
Also, if you have done the steps as I instructed above but the problem still continues, we are sorry about that!\
Please send one support ticket and your account information to log in website WordPress here:\
[<mark style="color:blue;">**https://support.nasatheme.com/submit-a-ticket/**</mark>](https://support.nasatheme.com/submit-a-ticket/)\
We will help you install all <mark style="color:red;">**Elessi**</mark> data demo content again!
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://elessi-docs.nasatheme.com/common-issues-and-faqs/i-can-not-import-demo-content.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
