开发者 | sigmadevs |
---|---|
更新时间 | 2024年11月16日 22:32 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv3 |
版权网址: | 版权信息 |
Notes for users: Please note that this plugin isn't a ready-to-use solution out of the box. The demo data import feature needs to be set up and configured by the theme authors. If you run into any difficulties or need help, please contact the theme author for assistance with the setup and integration. You can find a step-by-step guide on how to import demo data properly in the User Documentation. Notes for theme authors: If you encounter any issues or need assistance with integrating the demo importer into your theme, don't hesitate to seek support. You can either post your queries in the support forum or use the plugin documentation contact page. A detailed theme integration guide is available in the Developer Documentation.
easy-demo-importer.zip
from your computereasy-demo-importer.zip
easy-demo-importer
directory to your computereasy-demo-importer
directory to the /wp-content/plugins/
directoryTheme authors can can set up demo imports easily by using the sd/edi/importer/config
filter. A sample configuration can be found in the "samples" folder within the plugin directory.
Please note that three mandatory files need to be exported from the theme demo: XML File, Customizer File, and Widget File. The XML file (.xml) needs to be renamed as content.xml
, the Customizer file (.dat) as customizer.dat
, and the widget file (.wie) as widget.wie
, after that these files will be automatically recognized by the demo importer.
For step-by-step instructions on integrating your theme with the Easy Demo Importer, please check out the Developer Docs in the Easy Demo Importer Documentation.
A sample configuration is provided in the plugin directory -> samples folder. It is configured to work with the default Twenty Twenty-One theme.
To see the importer in action, simply require the sample-config.php
file within your theme's functions.php
. It will even work in the localhost.
The link of a sample .zip file is provided in the plugin documentation. Kindly look for it in the information note of the Configuring the Demo Import with PHP section.
If your theme is correctly configured, you can find the demo import page with all the demos in Dashboard -> Appearance -> Easy Demo Importer.
Please refer to the Exporting Settings as JSON section in the Easy Demo Importer plugin documentation for detailed instructions on exporting various settings as JSON files.
Commonly, errors encountered during the demo import process are often associated with the relatively smaller max_execution_time
or server timeout settings. A practical first step is to inspect the built-in Appearance -> Easy System Status page, which can provide insights into any problematic server parameters. Once these issues are fixed, your demo import should work smoothly.
For a comprehensive guide on debugging import issues, please refer to the Troubleshooting within the Easy Demo Importer plugin documentation. This page provides detailed steps to troubleshoot and resolve common import-related issues.
Certainly, Easy Demo Importer fully supports multi-language functionality.
Absolutely! Easy Demo Importer provides full support for RTL languages.
Bugs can be reported either in our support forum or preferably on the GitHub repository, also on the contact page.
For any inquiries, bug reports, or suggestions, please submit your request here.