Περιγραφή
This plugin will import demo contents for the active theme which are configured with this plugin. By default the plugin will fetch the configuration files stored on our server.
If you want to configure your own theme with the plugin, you just need to point to your config.json file and pass it to the filter
adi_git_config_location
Example:
If your URL to config.json is ‘https://example.com/theme-demos/config.json’
You will have to pass this to the filter ‘adi_git_config_location’ like
add_filter('adi_git_config_location', 'git_url_config' ); function git_url_config(){ $git_url = 'https://example.com/theme-demos/config.json'; return $git_url; }
Εγκατάσταση
- Upload
access-demo-importer
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- After activating plugin go to Appearance >> Install Demos
- Enjoy !!!
Available Languages
- English
Features
- Import all the contents of theme’s demo.
- Import all widgets data.
- Import all menu, customizer settings and other themes settings.
- Import posts, pages, images, categories, custom post.
Some Useful Links
- Support Forum Link: http://accesspressthemes.com/support/
- Website Link: http://accesspressthemes.com/
- Youtube channel link: https://www.youtube.com/watch?v=TjZNcVG3fDE
- Facebook link: https://www.facebook.com/AccessPressThemes
Συχνές Ερωτήσεις
-
What does this plugin do?
-
This plugin provides the ability to to import the demo contents, widgets, theme option settings and customizer settings in your site.
Κριτικές
There are no reviews for this plugin.
Συνεισφέροντες & Προγραμματιστές
“Access Demo Importer” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Access Demo Importer” στην γλώσσα σας.
Interested in development?
Περιηγηθείτε στον κώδικα , ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών μέσω RSS .
Σύνοψη αλλαγών
1.0.4
- Fixed customizer importer issue
1.0.3
- Fixed importer issue with latest version of elementor
1.0.2
- Minor bugs fixed
- CSS improvements
1.0.1
- Minor bugs fixed
1.0.0
- Plugin submitted to http://wordpress.org for review and approval