Changeset 2306786
- Timestamp:
- 05/17/2020 09:52:04 PM (6 years ago)
- Location:
- thememiles-toolset/trunk
- Files:
-
- 3 edited
-
inc/hooks.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
thememiles-toolset.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thememiles-toolset/trunk/inc/hooks.php
r2252205 r2306786 240 240 'slug' => 'instagram-feed', 241 241 ), 242 243 242 244 ) 243 245 ), … … 275 277 'slug' => 'wpforms-lite', 276 278 ), 279 280 array( 281 'name' => 'Instagram Feed', 282 'slug' => 'instagram-feed', 283 ), 284 277 285 ) 278 286 ), 279 287 ); 280 288 break; 289 290 case "business-trade": 291 $templates = array( 292 array( 293 'title' => __( 'Main Demo', 'thememiles-toolset' ),/*Title*/ 294 'is_premium' => false,/*Premium*/ 295 'type' => 'normal', 296 'author' => __( 'Thememiles', 'thememiles-toolset' ),/*Author Name*/ 297 'keywords' => array( 'main', 'demo' ),/*Search keyword*/ 298 'categories' => array( 'busiess' ),/*Categories*/ 299 'template_url' => array( 300 'content' => THEMEMILES_TOOLSET_TEMPLATE_URL.$theme_slug.'/demo-1/content.json', 301 'options' => THEMEMILES_TOOLSET_TEMPLATE_URL.$theme_slug.'/demo-1/options.json', 302 'widgets' => THEMEMILES_TOOLSET_TEMPLATE_URL.$theme_slug.'/demo-1/widgets.json' 303 ), 304 'screenshot_url' => THEMEMILES_TOOLSET_TEMPLATE_URL.$theme_slug.'/demo-1/demo.jpg',/*Screenshot of block*/ 305 'demo_url' => 'https://demo.thememiles.com/business-trade/',/*Demo Url*/ 306 'plugins' => array( 307 308 309 array( 310 'name' => 'Mailchimp', 311 'slug' => 'mailchimp-for-wp', 312 ), 313 314 array( 315 'name' => esc_html__( 'Everest Forms', 'business-trade' ), 316 'slug' => 'everest-forms', 317 'required' => false, 318 ), 319 320 array( 321 'name' => esc_html__( 'Elementor', 'business-trade' ), 322 'slug' => 'elementor', 323 'required' => false, 324 ), 325 ) 326 ), 327 ); 328 break; 329 281 330 default: 282 331 $templates = array(); -
thememiles-toolset/trunk/readme.txt
r2252205 r2306786 3 3 Tags: thememiles, theme demos, demo, importer, one click import 4 4 Requires at least: 4.6 5 Tested up to: 5. 35 Tested up to: 5.4.1 6 6 Requires PHP: 4.6 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 36 36 = 1. What is the plugin license? = 37 This plugin is released under a GPL license. =37 This plugin is released under a GPL license. 38 38 39 39 = 2. What themes this plugin supports? 40 The plugin currently only supports ThemeMiles Themes. =40 The plugin currently only supports ThemeMiles Themes. 41 41 42 42 = 3. Where I can see the Settings? 43 Check all the available options inside Appearance > One Click Demo Import. =43 Check all the available options inside Appearance > One Click Demo Import. 44 44 45 45 == Images License == … … 51 51 == Changelog == 52 52 53 = 1.0.1 = 54 * Business Trade Demo Added 55 53 56 = 1.0.0 = 54 57 * Submitted on .org -
thememiles-toolset/trunk/thememiles-toolset.php
r2252205 r2306786 5 5 Plugin Name: Thememiles Toolset 6 6 Description: Import Thememiles official Themes Demo Content, widgets and theme settings with just one click. 7 Version: 1.0. 07 Version: 1.0.1 8 8 Author: Thememiles 9 9 Author URI: http://www.thememiles.com
Note: See TracChangeset
for help on using the changeset viewer.