Plugin info

Total downloads: 23,156
Active installs: 500
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/22/2019 (2475 days ago)
Added to WordPress: 4/17/2017 (8 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 5.1.15
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2475 days ago

20/100

Is AP Theme Utility Plugin abandoned?

Possibly abandoned (last update 2475 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 5.1.15
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Access Demo Importer
Rating 0.0/5 (0 reviews)Active installs 10,000
Century Demo Importer
Rating 0.0/5 (0 reviews)Active installs 0
Customizer Toolkits
Rating 0.0/5 (0 reviews)Active installs 0
Blaize Companion
Rating 0.0/5 (0 reviews)Active installs 30

Description

Support

Tested with WordPress 5.1.1

Instant Demo Importer is a Free WordPress plugin to import the demo contents, widgets, theme settings and customizer settings with one click in your website!

You just need to create a new instance for the plugin class somewhere in your theme and define the path for the demo content, widgets, theme option settings and customizer settings and the path for the demo folder location.

Installation

  1. Upload instant-demo-imporder folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create an object instance for the APTU_Class class within your theme file.
  4. Place <?php do_action('APTU_Class'); ?> in your templates this will provide you with the default demo for the ScrollMe theme by AccessPress to install.
  5. You may replace these default demo by adding your own demo content files to the theme folder and setting the demo file path location to the APTU_Class object.

for e.g.
<?php
if(class_exists(‘APTU_Class’)) :

        $demos = array(
            'test-demo' => array(
                'title' => __('Test Demo', 'parallaxsome-pro'),
                'name' => 'test-demo',
                'screenshot' => get_template_directory_uri().'/path/to/test-demo/screen.png',
                'home_page' => 'front-page',
                'menus' => array(
                    'Main Menu' => 'primary',
                    'Footer Menu' => 'footer-menu',
                )
            ),
        );

        $demoimporter = new APTU_Class( $demos, $demo_dir='path\to\demo\directory' );
    endif;
?&gt;

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

Frequently Asked Questions

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.

Is this plugin compatible with all AccessPress Themes ?

Yes, this plugin is compatible with all the free version of Accesspress themes.

How do I use the AP Theme Utility?

View Documentation for all the information you need on configuring the AP Theme Utility in your theme.

Review feed

No reviews available

Screenshots

  1. Backend Demo Installation Option.

    Backend Demo Installation Option.

Changelog

1.0.5

  • Added support for Smart Slider

1.0.4

  • Added option to set blog page

1.0.3

  • Added preview link option

1.0.2

  • Added the option to configure the demo import settings.

1.0.0

  • Plugin submitted to http://wordpress.org for review and approval