importer – XTRA Tutorials https://xtratheme.com/docs Documentation of XTRA WordPress Theme Thu, 14 Aug 2025 10:19:40 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.2 How to Import Demo Content: A Step-by-Step Guide https://xtratheme.com/docs/getting-started/how-to-import-demo-content-a-step-by-step-guide/ https://xtratheme.com/docs/getting-started/how-to-import-demo-content-a-step-by-step-guide/#respond Thu, 27 Jun 2024 06:42:58 +0000 https://xtratheme.com/docs/?p=942

Importing demo content and settings

Step 1
Step01

Go to demo importer page

  1. Go to your site dashboard
  2. Go to XTRA > Demo Importer menu
Theme options demo importer
Step02

Find your favorite demo in demos library

  1. Demo importer page
  2. You can use search form to find demo
  3. Find your favorite demo
  4. If you have not activated theme, click on Unlock button else click on Import button
Import
Step03

Start importing a demo

After finding your demo in demos list and click on import button, You will see a demo wizard like the following shot, then click on the next step button.

1 min
Step04

Choose your favorite page builder

In the next wizard step you need to choose page builder.

 

  1. Choose page builder
  2. If you want RTL version, check this field
  3. Click on the next step button
2 min
Step05

Demo wizard configuration

In this step you can set which features you want to import on your website.

 

  1. Choose Full import or Custom import
  2. In custom import you can choose some features to import
  3. Click on the next step button
3 min
Step06

Waiting for importer process

Demo importer may take up to 10 minutes to import the demo, it depends on your server speed. If you faced any problem during importing demo content, you can do it again up to 3 times, But if still have problem with importing demo, you can contact with out support center.

Demo importer process
Demo successfully imported
TIPS?

What to do if demo importer fails?

First make sure your theme and codevz plus plugin both are up to date, If your demo importer fails or only some parts not imported successfully, then you can try again demo importer wizard. For example if you noticed that slider not imported on your website, then you can try demo importer wizard again but this time in the configuration step only select Slider revolution from custom import checkboxes and then run importer.

]]>
https://xtratheme.com/docs/getting-started/how-to-import-demo-content-a-step-by-step-guide/feed/ 0
codevz/importer/after_import_content https://xtratheme.com/docs/developer/codevz-importer-after_import_content/ https://xtratheme.com/docs/developer/codevz-importer-after_import_content/#respond Wed, 19 Jun 2024 11:58:32 +0000 https://xtratheme.com/docs/?p=3070

Example code

Step 1
XTRA

Using WordPress action add content or PHP codes

In the following example you can see how to run your custom PHP codes after importing content from demo importer side.

XTRA

How and where should I add this PHP codes?

Best solution is to add custom actions and filters in Child Theme functions.php file. But also you can create your own plugin and use this codes in your plugin.

]]>
https://xtratheme.com/docs/developer/codevz-importer-after_import_content/feed/ 0
codevz/importer/after_import_theme_options https://xtratheme.com/docs/developer/codevz-importer-after_import_theme_options/ https://xtratheme.com/docs/developer/codevz-importer-after_import_theme_options/#respond Wed, 19 Jun 2024 11:28:38 +0000 https://xtratheme.com/docs/?p=3064

Example code

Step 1
XTRA

Using WordPress action add content or PHP codes

In the following example you can see how to modify imported theme options array.

XTRA

How and where should I add this PHP codes?

Best solution is to add custom actions and filters in Child Theme functions.php file. But also you can create your own plugin and use this codes in your plugin.

]]>
https://xtratheme.com/docs/developer/codevz-importer-after_import_theme_options/feed/ 0
What to Do If Demo Content Import Fails: Troubleshooting Guide? https://xtratheme.com/docs/how-to/what-to-do-if-demo-content-import-fails-troubleshooting-guide/ https://xtratheme.com/docs/how-to/what-to-do-if-demo-content-import-fails-troubleshooting-guide/#comments Fri, 14 Jun 2024 07:21:00 +0000 https://xtratheme.com/docs/?p=2553

Description and Steps

Step 1
XTRA

Demo importer download failed!

According to WordPress requirements make sure you are using PHP 8.3 or above, If the import stalls and fails to respond after a few minutes, or it fails with a simple error message like “Import failed,” You are suffering from PHP configuration limits that are set too low to complete the process. You should contact your web host and ask them to increase those limits to a minimum as follows:

  • max_execution_time 300
  • memory_limit 256M
  • post_max_size 16M
  • upload_max_filesize 16M

You can verify your PHP configuration limits by installing a simple plugin found here. And you can also check your PHP error logs to see the exact error being returned.

If still have the same problem, Submit a support ticket.

]]>
https://xtratheme.com/docs/how-to/what-to-do-if-demo-content-import-fails-troubleshooting-guide/feed/ 8