Version Description
- 2019-11-25 =
- Added : Supports for CosmosWP and Acme Themes
- Fixed : Isotope loading issue
- Fixed : Author info design issue
Download this release
Release Info
Developer | addonspress |
Plugin | Advanced Import : One Click Import for WordPress or Theme Demo Data |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- admin/class-advanced-import-admin.php +1 -1
- advanced-import.php +2 -2
- assets/css/advanced-import-admin.min.css +1 -1
- assets/js/advanced-import-admin.min.js +1 -1
- includes/class-advanced-import.php +8 -1
- includes/class-theme-template-library-base.php +32 -0
- includes/functions-advanced-import.php +17 -0
- includes/theme-template-library/acmethemes.php +103 -0
- includes/theme-template-library/cosmoswp.php +114 -0
- readme.txt +8 -1
admin/class-advanced-import-admin.php
CHANGED
@@ -210,7 +210,7 @@ class Advanced_Import_Admin {
|
|
210 |
true // Enqueue the script in the footer.
|
211 |
);
|
212 |
|
213 |
-
wp_enqueue_script( $this->plugin_name, ADVANCED_IMPORT_URL . 'assets/js/advanced-import-admin' . ADVANCED_IMPORT_SCRIPT_PREFIX . '.js', array( 'jquery'), $this->version, true );
|
214 |
wp_localize_script( $this->plugin_name, 'advanced_import_object', array(
|
215 |
'ajaxurl' => admin_url( 'admin-ajax.php' ),
|
216 |
'wpnonce' => wp_create_nonce( 'advanced_import_nonce' ),
|
210 |
true // Enqueue the script in the footer.
|
211 |
);
|
212 |
|
213 |
+
wp_enqueue_script( $this->plugin_name, ADVANCED_IMPORT_URL . 'assets/js/advanced-import-admin' . ADVANCED_IMPORT_SCRIPT_PREFIX . '.js', array( 'jquery','masonry'), $this->version, true );
|
214 |
wp_localize_script( $this->plugin_name, 'advanced_import_object', array(
|
215 |
'ajaxurl' => admin_url( 'admin-ajax.php' ),
|
216 |
'wpnonce' => wp_create_nonce( 'advanced_import_nonce' ),
|
advanced-import.php
CHANGED
@@ -14,7 +14,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
14 |
* Plugin Name: Advanced Import
|
15 |
* Plugin URI: https://addonspress.com/item/advanced-import
|
16 |
* Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.
|
17 |
-
* Version: 1.0.
|
18 |
* Author: Addons Press
|
19 |
* Author URI: https://addonspress.com/
|
20 |
* License: GPL-2.0+
|
@@ -24,7 +24,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
24 |
*/
|
25 |
|
26 |
/*Define Constants for this plugin*/
|
27 |
-
define( 'ADVANCED_IMPORT_VERSION', '1.0.
|
28 |
define( 'ADVANCED_IMPORT_PLUGIN_NAME', 'advanced-import' );
|
29 |
define( 'ADVANCED_IMPORT_PATH', plugin_dir_path( __FILE__ ) );
|
30 |
define( 'ADVANCED_IMPORT_URL', plugin_dir_url( __FILE__ ) );
|
14 |
* Plugin Name: Advanced Import
|
15 |
* Plugin URI: https://addonspress.com/item/advanced-import
|
16 |
* Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.
|
17 |
+
* Version: 1.0.5
|
18 |
* Author: Addons Press
|
19 |
* Author URI: https://addonspress.com/
|
20 |
* License: GPL-2.0+
|
24 |
*/
|
25 |
|
26 |
/*Define Constants for this plugin*/
|
27 |
+
define( 'ADVANCED_IMPORT_VERSION', '1.0.5' );
|
28 |
define( 'ADVANCED_IMPORT_PLUGIN_NAME', 'advanced-import' );
|
29 |
define( 'ADVANCED_IMPORT_PATH', plugin_dir_path( __FILE__ ) );
|
30 |
define( 'ADVANCED_IMPORT_URL', plugin_dir_url( __FILE__ ) );
|
assets/css/advanced-import-admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.ai-body{margin:40px 15px 0}.ai-body img{max-width:100%;height:auto}.ai-header{margin-bottom:40px}.ai-filter-tabs{display:flex;align-items:center;background:#fff;padding:10px 20px;margin-bottom:20px;box-shadow:0 1px 1px rgba(0,0,0,.04);border:1px solid #e5e5e5}.ai-filter-tabs ul{margin-top:0;margin-bottom:0}.ai-filter-tabs ul li{font-size:14px;cursor:pointer;font-weight:600}.ai-count{background:#ca4a1f;display:inline-block;padding:2px 10px;border-radius:50px;margin-left:5px;color:#fff;font-size:12px}.ai-types{display:flex}.ai-types li{margin:0 5px;padding:5px}.ai-form-file-import{cursor:pointer;background:#efefef;padding:8px 25px;margin:0;border-radius:3px;background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}.ai-form-file-import:focus,.ai-form-file-import:hover{background:#0073aa;border-color:#006799}.ai-filter-content{background:#f8f8f8;display:flex}.ai-filter-content.hidden{display:none}.ai-sidebar{flex-basis:250px;min-width:270px;background:#f9f9f9;color:#999;padding-top:30px;border-right:1px solid #ddd;box-shadow:10px 0 10px -3px rgba(0,0,0,.1)}.ai-import-available-categories{margin-top:20px;overflow-y:auto;overflow-x:hidden;max-height:calc(100% - 23px)}.ai-import-available-categories h3{padding-left:30px;padding-right:30px}.ai-import-available-categories ul{margin-top:20px}.ai-import-available-categories ul li{cursor:pointer;font-weight:600;font-size:14px;padding:15px 30px;position:relative;z-index:1;margin:0;border-bottom:1px solid #f1f1f1}.ai-import-available-categories ul li:after{position:absolute;left:0;top:0;background:#f1f1f1;width:0;content:"";height:100%;z-index:-1;transition:all .5s ease-in-out 0s}.ai-import-available-categories ul li:focus,.ai-import-available-categories ul li:hover{border-color:#f1f1f1;color:#444}.ai-import-available-categories ul li span{float:right}.ai-import-available-categories ul li.ai-filter-btn-active{color:#444;border-color:#f1f1f1}.ai-import-available-categories ul li.ai-filter-btn-active:focus,.ai-import-available-categories ul li.ai-filter-btn-active:hover{border-color:#f1f1f1}.ai-import-available-categories ul li.ai-filter-btn-active:focus:after,.ai-import-available-categories ul li.ai-filter-btn-active:hover:after{width:100%}.ai-import-available-categories ul li.ai-filter-btn-active:after{width:100%;transition:all .5s ease-in-out 0s}.ai-search-control{margin-left:auto;margin-right:20px;width:200px}.ai-search-control .ai-search-filter{padding-left:10px;padding-right:10px}.ai-search-filter{height:36px;width:100%}.ai-filter-content-wrapper{flex-basis:calc(100% - 250px);padding:15px}.ai-item-preview{position:relative;z-index:1;line-height:0;border-top-right-radius:4px;border-top-left-radius:4px;background:#fff}.ai-item-preview:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;box-shadow:0 -130px 70px -42px rgba(0,0,0,.8) inset;z-index:2;opacity:0;visibility:hidden;transition:all .5s ease-in-out 0s}.ai-item-preview .ai-item-screenshot{border-top-right-radius:4px;border-top-left-radius:4px;overflow:hidden}.ai-item-preview .ai-author-info{position:absolute;left:0;right:0;bottom:-100px;width:100%;z-index:3;margin:0;
|
1 |
+
.ai-body{margin:40px 15px 0}.ai-body img{max-width:100%;height:auto}.ai-header{margin-bottom:40px}.ai-filter-tabs{display:flex;align-items:center;background:#fff;padding:10px 20px;margin-bottom:20px;box-shadow:0 1px 1px rgba(0,0,0,.04);border:1px solid #e5e5e5}.ai-filter-tabs ul{margin-top:0;margin-bottom:0}.ai-filter-tabs ul li{font-size:14px;cursor:pointer;font-weight:600}.ai-count{background:#ca4a1f;display:inline-block;padding:2px 10px;border-radius:50px;margin-left:5px;color:#fff;font-size:12px}.ai-types{display:flex}.ai-types li{margin:0 5px;padding:5px}.ai-form-file-import{cursor:pointer;background:#efefef;padding:8px 25px;margin:0;border-radius:3px;background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}.ai-form-file-import:focus,.ai-form-file-import:hover{background:#0073aa;border-color:#006799}.ai-filter-content{background:#f8f8f8;display:flex}.ai-filter-content.hidden{display:none}.ai-sidebar{flex-basis:250px;min-width:270px;background:#f9f9f9;color:#999;padding-top:30px;border-right:1px solid #ddd;box-shadow:10px 0 10px -3px rgba(0,0,0,.1)}.ai-import-available-categories{margin-top:20px;overflow-y:auto;overflow-x:hidden;max-height:calc(100% - 23px)}.ai-import-available-categories h3{padding-left:30px;padding-right:30px}.ai-import-available-categories ul{margin-top:20px}.ai-import-available-categories ul li{cursor:pointer;font-weight:600;font-size:14px;padding:15px 30px;position:relative;z-index:1;margin:0;border-bottom:1px solid #f1f1f1}.ai-import-available-categories ul li:after{position:absolute;left:0;top:0;background:#f1f1f1;width:0;content:"";height:100%;z-index:-1;transition:all .5s ease-in-out 0s}.ai-import-available-categories ul li:focus,.ai-import-available-categories ul li:hover{border-color:#f1f1f1;color:#444}.ai-import-available-categories ul li span{float:right}.ai-import-available-categories ul li.ai-filter-btn-active{color:#444;border-color:#f1f1f1}.ai-import-available-categories ul li.ai-filter-btn-active:focus,.ai-import-available-categories ul li.ai-filter-btn-active:hover{border-color:#f1f1f1}.ai-import-available-categories ul li.ai-filter-btn-active:focus:after,.ai-import-available-categories ul li.ai-filter-btn-active:hover:after{width:100%}.ai-import-available-categories ul li.ai-filter-btn-active:after{width:100%;transition:all .5s ease-in-out 0s}.ai-search-control{margin-left:auto;margin-right:20px;width:200px}.ai-search-control .ai-search-filter{padding-left:10px;padding-right:10px}.ai-search-filter{height:36px;width:100%}.ai-filter-content-wrapper{flex-basis:calc(100% - 250px);padding:15px}.ai-item-preview{position:relative;z-index:1;line-height:0;border-top-right-radius:4px;border-top-left-radius:4px;background:#fff}.ai-item-preview:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;box-shadow:0 -130px 70px -42px rgba(0,0,0,.8) inset;z-index:2;opacity:0;visibility:hidden;transition:all .5s ease-in-out 0s}.ai-item-preview .ai-item-screenshot{border-top-right-radius:4px;border-top-left-radius:4px;overflow:hidden}.ai-item-preview .ai-author-info{position:absolute;left:0;right:0;bottom:-100px;width:100%;z-index:3;margin:0;padding:20px;color:#fff;font-size:16px;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out 0s,visibility .9s ease-in-out 0s}.ai-item-preview .ai-details{position:absolute;left:0;right:0;margin:0 auto;top:50%;width:130px;margin:0 auto;background:rgba(0,0,0,.8);height:40px;line-height:40px;text-align:center;z-index:5;font-size:15px;font-weight:600;color:#fff;opacity:0;visibility:hidden;transition:all .5s ease-in-out 0s;transform:translateY(-50%)}.ai-item-preview .ai-premium-label{position:absolute;right:-10px;top:20px;background:#ca4a1f;display:block;z-index:2;line-height:16px;padding:10px 20px;height:16px;font-weight:600;color:#fff}.ai-item-preview .ai-premium-label:before{position:absolute;left:-18px;top:0;height:0;width:0;content:"";border-top:18px solid #ca4a1f;border-left:18px solid transparent;border-bottom:18px solid #ca4a1f}.ai-item-preview .ai-premium-label:after{position:absolute;right:0;content:"";bottom:-10px;width:0;height:0;border-top:10px solid #ca4a1f;border-right:10px solid transparent}.ai-item{display:inline-block;max-width:calc(100% / 3 - 40px);margin:15px;box-shadow:0 2px 15px -3px rgba(0,0,0,.2)}@media (min-width:1600px){.ai-item{max-width:calc(100% / 4 - 40px)}}.ai-item:hover .ai-item-preview:after{visibility:visible;opacity:1}.ai-item:hover .ai-author-info{bottom:10px;visibility:visible;opacity:1}.ai-item:hover .ai-details,.ai-item:hover .ai-item-footer-actions{visibility:visible;opacity:1}.ai-item-footer{padding:20px;background:#fff;position:relative;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ai-item-footer .theme-name{margin:0;white-space:nowrap;width:98%;overflow:hidden;text-overflow:ellipsis;line-height:24px}.ai-item-footer-actions{position:absolute;right:0;text-align:center;z-index:4;top:0;height:calc(100% - 22px);background:red;padding:11px;opacity:0;transition:all .1s ease-in-out;visibility:hidden;background:rgba(244,244,244,.7);border-left:1px solid rgba(0,0,0,.05)}.ai-item-footer-actions .button{line-height:32px;height:35px}.ai-item-footer-actions .button .dashicons:not(.dashicons-update){width:10px;height:10px;font-size:14px;vertical-align:middle;margin-right:10px;margin-top:-5px}.ai-item-footer-actions .button .dashicons.ai-update{animation:dashicons-spin 1s linear infinite;margin:17px 0 0 10px;width:auto;height:auto;font-size:16px}.ai-item-footer-actions .button .dashicons.dashicons-visibility{font-size:12px}.ai-form{padding:40px;background:#fff}.ai-form .media-title{margin-top:0}.ai-form .input-file{padding:100px;border:1px dashed #cdcdcd;margin:40px 0;background:#f8f8f8;text-align:center;clear:both}.ai-item.ai-action-importing .ai-item-preview:after{visibility:visible;opacity:1}.ai-item.ai-action-importing .ai-author-info{bottom:10px}.ai-item.ai-action-importing .ai-item-footer-actions{top:50%;transform:translateY(-50%)}.ai-item.ai-action-importing .ai-demo-import{padding-right:0}.ai-item.ai-action-importing .ai-item-footer-actions{opacity:1;visibility:visible}@keyframes dashicons-spin{0%{transform:translate3d(-50%,-50%,0) rotate(0)}100%{transform:translate3d(-50%,-50%,0) rotate(360deg)}}.ai-confirm-import-content #swal2-content{text-align:left!important;margin-top:20px}.swal2-actions{width:auto!important}#swal2-content p{padding-left:20px;padding-right:13px}
|
assets/js/advanced-import-admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t){let e,n,i,o,a=t(document),r=!1,c=!1;const l=function(t){let e,n,i=window.location.search.substring(1).split("&");for(n=0;n<i.length;n++)if((e=i[n].split("="))[0]===t)return void 0===e[1]||decodeURIComponent(e[1])},u=Swal.mixin({position:"bottom-end",showConfirmButton:!1,allowOutsideClick:!1,allowEscapeKey:!1,toast:!0}),d=function(e){t("#ai-demo-popup").html(e),u.fire({type:"info",html:t("#ai-demo-popup .ai-notification-title").html()}),u.showLoading()},p=function(t=null,e=null,n=null,i=null){let o=advanced_import_object.text.failedImport.text;o+=t||e||n||i?"<br/>"+advanced_import_object.text.failedImport.code:"",o+=t||"",o+=e||"",o+=n||"",o+=i||"",u.fire({type:"error",html:o}),
|
1 |
+
!function(t){let e,n,i,o,a=t(document),r=!1,c=!1;const l=function(t){let e,n,i=window.location.search.substring(1).split("&");for(n=0;n<i.length;n++)if((e=i[n].split("="))[0]===t)return void 0===e[1]||decodeURIComponent(e[1])},u=Swal.mixin({position:"bottom-end",showConfirmButton:!1,allowOutsideClick:!1,allowEscapeKey:!1,toast:!0}),d=function(e){t("#ai-demo-popup").html(e),u.fire({type:"info",html:t("#ai-demo-popup .ai-notification-title").html()}),u.showLoading()},p=function(t=null,e=null,n=null,i=null){let o=advanced_import_object.text.failedImport.text;o+=t||e||n||i?"<br/>"+advanced_import_object.text.failedImport.code:"",o+=t||"",o+=e||"",o+=n||"",o+=i||"",u.fire({type:"error",html:o}),f()},s=function(e=!1){u.fire({type:"info",html:t(".ai-notification-title").html()}),u.showLoading(),r=!0,m(e)},f=function(){r=!1,_()},m=function(t){return!!t&&(!c&&((c=t).append('<span class="ai-update dashicons dashicons-update"></span>'),c.attr("disabled",!0),void c.closest(".ai-item").addClass("ai-action-importing")))},_=function(){if(!c)return!1;c.children(".ai-update").remove(),c.attr("disabled",!1),c.closest(".ai-item").removeClass("ai-action-importing"),c=!1};function h(){return t.ajax({type:"POST",url:advanced_import_object.ajaxurl,data:{action:"content_screen",_wpnonce:e.val(),_wp_http_referer:n.val(),template_url:o,template_type:i}}).done(function(e){d(e),(new function(){let e,n=0,a="",r="";function c(n){"object"==typeof n&&void 0!==n.message?(e.find("span").text(n.message),void 0!==n.url?n.hash===r?(e.find("span").text(advanced_import_object.text.failed),l()):(r=n.hash,t.ajax({type:"POST",url:n.url,data:n}).done(c).fail(c)):(n.done,l())):(e.find("span").text(advanced_import_object.text.error),l())}function l(){e&&(e.data("done-item")||(n++,e.attr("data-done-item",1)),e.find(".spinner").remove());let r=!1,u=t("tr.ai-available-content");u.each(function(){let n=t(this);""===a||r?(a=n.data("content"),e=n,function(){if(a){let n=e.find("input:checkbox");n.is(":checked")?t.ajax({type:"POST",url:advanced_import_object.ajaxurl,data:{action:"import_content",wpnonce:advanced_import_object.wpnonce,content:a,template_url:o,template_type:i}}).done(c).fail(c):(e.find("span").text(advanced_import_object.text.skip),setTimeout(l,300))}}(),r=!1):n.data("content")===a&&(r=!0)}),n>=u.length&&complete()}return{init:function(){let e=t(".ai-pages");e.addClass("installing"),e.find("input").prop("disabled",!0),complete=function(){return t.ajax({type:"POST",url:advanced_import_object.ajaxurl,data:{action:"complete_screen"}}).done(function(e){return t("#ai-demo-popup").html(e),Swal.fire({title:"Success",html:t("#ai-demo-popup .ai-notification-title").html(),type:"success",allowOutsideClick:!1,showCancelButton:!0,confirmButtonColor:"#3085d6",cancelButtonColor:"#d33",confirmButtonText:advanced_import_object.text.successImport.confirmButtonText,cancelButtonText:advanced_import_object.text.successImport.cancelButtonText}).then(e=>{e.value&&window.open(t("#ai-demo-popup .ai-actions-buttons a").attr("href"),"_blank")}),f(),!1}).fail(function(t,e,n){console.log(t+" :: "+e+" :: "+n)}),!1},l()}}}).init()}).fail(function(t,e,n){return p("",t,e,n),!1}),!1}function v(i){return t.ajax({type:"POST",url:advanced_import_object.ajaxurl,data:{action:"plugin_screen",_wpnonce:e.val(),_wp_http_referer:n.val(),recommendedPlugins:i}}).done(function(i){d(i),u.showLoading(),t("#ai-demo-popup .ai-plugins-wrap").find("li").each(function(){return function i(o){if("ai-no-recommended-plugins"===o.attr("id"))return h(),!1;t.ajax({type:"POST",url:advanced_import_object.ajaxurl,data:{action:"install_plugin",_wpnonce:e.val(),_wp_http_referer:n.val(),slug:o.data("slug"),plugin:o.data("slug")+"/"+o.data("main_file")}}).done(function(t){if("object"==typeof t&&void 0!==t.success){if(o.attr("data-completed",1),!o.next("li").length)return h(),!1;setTimeout(i(o.next("li")),1e3)}else setTimeout(i(o),1e3)}).fail(function(t,e,n){return p("",t,e,n),!1})}(t(this)),!1})}).fail(function(t,e,n){return p("",t,e,n),!1}),!1}a.ready(function(){a.on("submit","#ai-upload-zip-form",function(i){if(i.preventDefault(),r)return!1;!function(i){if(void 0===window.FormData)return!0;let o=new FormData,a=i.find("#ai-upload-zip-archive"),r=t("#ai-empty-file");if(!a.val())return r.show(),p(r.html()),!1;r.hide(),s();let c=a[0].files[0];e=i.find("input[name=_wpnonce]"),n=i.find("input[name=_wp_http_referer]"),o.append("ai-upload-zip-archive",c),o.append("action","advanced_import_ajax_setup"),o.append("_wpnonce",e.val()),o.append("_wp_http_referer",n.val()),a.val(""),t.ajax({type:"POST",url:advanced_import_object.ajaxurl,data:o,cache:!1,contentType:!1,processData:!1}).done(function(t){return"object"!=typeof t&&(t=JSON.parse(t)),t.success?(h(),!1):(p(t.data.message),!1)}).fail(function(t,e,n){return p("",t,e,n),!1})}(t(this))}),a.on("click",".ai-item .ai-demo-import",function(a){if(a.preventDefault(),r)return!1;let c=t(this),l=t(this).data("plugins");Swal.fire({title:advanced_import_object.text.confirmImport.title,html:advanced_import_object.text.confirmImport.html,width:"64rem",customClass:{content:"ai-confirm-import-content"},allowOutsideClick:!1,showCancelButton:!0,confirmButtonColor:"#3085d6",cancelButtonColor:"#d33",confirmButtonText:advanced_import_object.text.confirmImport.confirmButtonText,cancelButtonText:advanced_import_object.text.confirmImport.cancelButtonText}).then(a=>{a.value&&(s(c),function(a,r){let c=a.closest(".ai-item");i=c.data("template_type"),o=c.data("template_url"),e=c.find("input[name=_wpnonce]"),n=c.find("input[name=_wp_http_referer]"),"array"===i?v(r):t.ajax({type:"POST",url:advanced_import_object.ajaxurl,data:{action:"demo_download_and_unzip",_wpnonce:e.val(),_wp_http_referer:n.val(),demo_file:o,demo_file_type:i}}).done(function(t){return t.success?(v(r),!1):(p("",jqXHR,textStatus,errorThrown),!1)}).fail(function(t,e,n){return p("",t,e,n),!1})}(c,l))})}),a.on("click",".ai-wp-reset",function(e){e.preventDefault(),Swal.fire({title:advanced_import_object.text.confirmReset.title,text:advanced_import_object.text.confirmReset.text,type:"warning",allowOutsideClick:!1,showCancelButton:!0,confirmButtonColor:"#3085d6",cancelButtonColor:"#d33",confirmButtonText:advanced_import_object.text.confirmReset.confirmButtonText,cancelButtonText:advanced_import_object.text.confirmReset.cancelButtonText}).then(e=>{e.value&&(window.location.href=t(".ai-wp-reset").attr("href"))})}),a.on("click",".ai-filter-tabs li",function(e){if(e.preventDefault(),r)return!1;t(this).hasClass("ai-form-file-import")?(t(".ai-filter-content").addClass("hidden"),t(".ai-form").removeClass("hidden")):(t(".ai-form").addClass("hidden"),t(".ai-filter-content").removeClass("hidden"))});let c,u,d={};setTimeout(function(){let e=t(".ai-filter-content-wrapper").isotope({itemSelector:".ai-item",filter:function(){let e=t(this),n=!u||e.text().match(u),i=!c||e.is(c);return n&&i}});function n(){let n=e.isotope("getFilteredItemElements"),i=t(n);t(".ai-filter-btn").each(function(e,n){let o=t(n),a=o.attr("data-filter");if(!a)return;let r=i.filter(a).length;o.find(".ai-count").text(r)})}e.imagesLoaded().progress(function(){e.isotope("layout")}),n(),t(".ai-filter-group").on("click",".ai-filter-btn",function(){t(this).siblings().removeClass("ai-filter-btn-active"),t(this).addClass("ai-filter-btn-active");let i=t(this),o=i.parents(".ai-filter-group").attr("data-filter-group");d[o]=i.attr("data-filter"),c=function(t){let e="";for(let n in t)e+=t[n];return e}(d),setTimeout(function(){e.isotope(),n()},300)});let i=t(".ai-search-filter").keyup(function(t,e){let n;return e=e||100,function(){clearTimeout(n);let i=arguments,o=this;n=setTimeout(function(){t.apply(o,i)},e)}}(function(){u=new RegExp(i.val(),"gi"),e.isotope(),n()}))},1),function(){let t=l("reset"),e=l("from");"true"===t&&"ai-reset-wp"===e&&Swal.fire({title:advanced_import_object.text.resetSuccess.title,type:"success",allowOutsideClick:!1,confirmButtonColor:"#3085d6",cancelButtonColor:"#d33",confirmButtonText:advanced_import_object.text.resetSuccess.confirmButtonText})}()})}(jQuery);
|
includes/class-advanced-import.php
CHANGED
@@ -186,7 +186,14 @@ class Advanced_Import {
|
|
186 |
*/
|
187 |
require_once ADVANCED_IMPORT_PATH . 'admin/class-reset.php';
|
188 |
|
189 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
|
191 |
}
|
192 |
|
186 |
*/
|
187 |
require_once ADVANCED_IMPORT_PATH . 'admin/class-reset.php';
|
188 |
|
189 |
+
/*Theme Specific Setting*/
|
190 |
+
require_once ADVANCED_IMPORT_PATH . 'includes/class-theme-template-library-base.php';
|
191 |
+
|
192 |
+
require_once ADVANCED_IMPORT_PATH . 'includes/theme-template-library/cosmoswp.php'; /*cosmoswp*/
|
193 |
+
require_once ADVANCED_IMPORT_PATH . 'includes/theme-template-library/acmethemes.php'; /*acmethemes*/
|
194 |
+
|
195 |
+
|
196 |
+
$this->loader = new Advanced_Import_Loader();
|
197 |
|
198 |
}
|
199 |
|
includes/class-theme-template-library-base.php
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
4 |
+
exit;
|
5 |
+
}
|
6 |
+
|
7 |
+
if ( ! class_exists( 'Advanced_Import_Theme_Template_Library_Base' ) ) {
|
8 |
+
|
9 |
+
/**
|
10 |
+
* Base Class For CosmosWP for common functions
|
11 |
+
* @package CosmosWP
|
12 |
+
* @subpackage CosmosWP Template Library
|
13 |
+
* @since 1.0.0
|
14 |
+
*
|
15 |
+
*/
|
16 |
+
class Advanced_Import_Theme_Template_Library_Base{
|
17 |
+
|
18 |
+
/**
|
19 |
+
* Run Block
|
20 |
+
*
|
21 |
+
* @access public
|
22 |
+
* @since 1.0.0
|
23 |
+
* @return void
|
24 |
+
*/
|
25 |
+
public function run(){
|
26 |
+
|
27 |
+
if( method_exists( $this, 'add_template_library' ) ){
|
28 |
+
add_filter( 'advanced_import_demo_lists', array( $this, 'add_template_library' ) );
|
29 |
+
}
|
30 |
+
}
|
31 |
+
}
|
32 |
+
}
|
includes/functions-advanced-import.php
CHANGED
@@ -9,4 +9,21 @@ function advanced_import_current_url () {
|
|
9 |
global $pagenow;
|
10 |
$current_url = $pagenow == 'tools.php'?admin_url( 'tools.php?page=advanced-import-tool'):admin_url( 'themes.php?page=advanced-import');
|
11 |
return $current_url;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
9 |
global $pagenow;
|
10 |
$current_url = $pagenow == 'tools.php'?admin_url( 'tools.php?page=advanced-import-tool'):admin_url( 'themes.php?page=advanced-import');
|
11 |
return $current_url;
|
12 |
+
}
|
13 |
+
|
14 |
+
function advanced_import_get_current_theme_author(){
|
15 |
+
$current_theme = wp_get_theme();
|
16 |
+
return $current_theme->get('Author');
|
17 |
+
}
|
18 |
+
function advanced_import_get_current_theme_slug(){
|
19 |
+
$current_theme = wp_get_theme();
|
20 |
+
return $current_theme->stylesheet;
|
21 |
+
}
|
22 |
+
function advanced_import_get_theme_screenshot(){
|
23 |
+
$current_theme = wp_get_theme();
|
24 |
+
return $current_theme->get_screenshot();
|
25 |
+
}
|
26 |
+
function advanced_import_get_theme_name(){
|
27 |
+
$current_theme = wp_get_theme();
|
28 |
+
return $current_theme->get('Name');
|
29 |
}
|
includes/theme-template-library/acmethemes.php
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
3 |
+
exit;
|
4 |
+
}
|
5 |
+
|
6 |
+
if ( ! class_exists( 'Advanced_Import_Theme_Acmethemes' ) ) {
|
7 |
+
|
8 |
+
/**
|
9 |
+
* Functions related to About Block
|
10 |
+
* @package Acmethemes
|
11 |
+
* @since 1.0.5
|
12 |
+
*
|
13 |
+
*/
|
14 |
+
|
15 |
+
class Advanced_Import_Theme_Acmethemes extends Advanced_Import_Theme_Template_Library_Base{
|
16 |
+
|
17 |
+
|
18 |
+
/**
|
19 |
+
* Theme author
|
20 |
+
* This class is created for acmethemes theme
|
21 |
+
* Check for author
|
22 |
+
*
|
23 |
+
* @since 1.0.5
|
24 |
+
* @access private
|
25 |
+
*/
|
26 |
+
private $theme_author = 'acmethemes';
|
27 |
+
|
28 |
+
/**
|
29 |
+
* Gets an instance of this object.
|
30 |
+
* Prevents duplicate instances which avoid artefacts and improves performance.
|
31 |
+
*
|
32 |
+
* @static
|
33 |
+
* @access public
|
34 |
+
* @since 1.0.5
|
35 |
+
* @return object
|
36 |
+
*/
|
37 |
+
public static function get_instance() {
|
38 |
+
|
39 |
+
// Store the instance locally to avoid private static replication
|
40 |
+
static $instance = null;
|
41 |
+
|
42 |
+
// Only run these methods if they haven't been ran previously
|
43 |
+
if ( null === $instance ) {
|
44 |
+
$instance = new self();
|
45 |
+
}
|
46 |
+
|
47 |
+
// Always return the instance
|
48 |
+
return $instance;
|
49 |
+
|
50 |
+
}
|
51 |
+
|
52 |
+
/**
|
53 |
+
* Load block library
|
54 |
+
* Used for blog template loading
|
55 |
+
*
|
56 |
+
* @since 1.0.5
|
57 |
+
* @package Acmethemes
|
58 |
+
* @author Acmethemes <info@acmethemes.com>
|
59 |
+
*
|
60 |
+
* @param$current_demo_list array
|
61 |
+
* @return array
|
62 |
+
*/
|
63 |
+
public function add_template_library( $current_demo_list ){
|
64 |
+
/*common check*/
|
65 |
+
if( advanced_import_get_current_theme_author() != $this->theme_author){
|
66 |
+
return $current_demo_list;
|
67 |
+
}
|
68 |
+
|
69 |
+
/*for acmethemes only
|
70 |
+
check if acmethemes template library function exist*/
|
71 |
+
if( function_exists('run_acme_demo_setup') ){
|
72 |
+
return $current_demo_list;
|
73 |
+
}
|
74 |
+
|
75 |
+
/*finally fetch template library data from live*/
|
76 |
+
$templates_list = array();
|
77 |
+
|
78 |
+
$url = 'https://www.demo.acmethemes.com/wp-json/acmethemes-demo-api/v1/fetch_templates/?theme-slug='.esc_attr(advanced_import_get_current_theme_slug());
|
79 |
+
$body_args = [
|
80 |
+
/*API version*/
|
81 |
+
'api_version' => wp_get_theme()['Version'],
|
82 |
+
/*lang*/
|
83 |
+
'site_lang' => get_bloginfo( 'language' ),
|
84 |
+
];
|
85 |
+
$raw_json = wp_safe_remote_get( $url, [
|
86 |
+
'timeout' => 100,
|
87 |
+
'body' => $body_args,
|
88 |
+
] );
|
89 |
+
|
90 |
+
if ( ! is_wp_error( $raw_json ) ) {
|
91 |
+
$demo_server = json_decode( wp_remote_retrieve_body( $raw_json ), true );
|
92 |
+
if (json_last_error() === JSON_ERROR_NONE) {
|
93 |
+
if( is_array( $demo_server )){
|
94 |
+
$templates_list = $demo_server;
|
95 |
+
}
|
96 |
+
}
|
97 |
+
}
|
98 |
+
|
99 |
+
return array_merge( $current_demo_list, $templates_list );
|
100 |
+
}
|
101 |
+
}
|
102 |
+
}
|
103 |
+
Advanced_Import_Theme_Acmethemes::get_instance()->run();
|
includes/theme-template-library/cosmoswp.php
ADDED
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
3 |
+
exit;
|
4 |
+
}
|
5 |
+
|
6 |
+
if ( ! class_exists( 'Advanced_Import_Theme_CosmosWP' ) ) {
|
7 |
+
|
8 |
+
/**
|
9 |
+
* Functions related to About Block
|
10 |
+
* @package CosmosWP
|
11 |
+
* @since 1.0.5
|
12 |
+
*
|
13 |
+
*/
|
14 |
+
|
15 |
+
class Advanced_Import_Theme_CosmosWP extends Advanced_Import_Theme_Template_Library_Base{
|
16 |
+
|
17 |
+
/**
|
18 |
+
* Theme name
|
19 |
+
* This class is crated for cosmoswp theme
|
20 |
+
*
|
21 |
+
* @since 1.0.5
|
22 |
+
* @access private
|
23 |
+
*/
|
24 |
+
private $theme = 'cosmoswp';
|
25 |
+
|
26 |
+
/**
|
27 |
+
* Theme author
|
28 |
+
* This class is crated for cosmoswp theme
|
29 |
+
* Double check for author
|
30 |
+
*
|
31 |
+
* @since 1.0.5
|
32 |
+
* @access private
|
33 |
+
*/
|
34 |
+
private $theme_author = 'cosmoswp';
|
35 |
+
|
36 |
+
/**
|
37 |
+
* Gets an instance of this object.
|
38 |
+
* Prevents duplicate instances which avoid artefacts and improves performance.
|
39 |
+
*
|
40 |
+
* @static
|
41 |
+
* @access public
|
42 |
+
* @since 1.0.5
|
43 |
+
* @return object
|
44 |
+
*/
|
45 |
+
public static function get_instance() {
|
46 |
+
|
47 |
+
// Store the instance locally to avoid private static replication
|
48 |
+
static $instance = null;
|
49 |
+
|
50 |
+
// Only run these methods if they haven't been ran previously
|
51 |
+
if ( null === $instance ) {
|
52 |
+
$instance = new self();
|
53 |
+
}
|
54 |
+
|
55 |
+
// Always return the instance
|
56 |
+
return $instance;
|
57 |
+
|
58 |
+
}
|
59 |
+
|
60 |
+
/**
|
61 |
+
* Load block library
|
62 |
+
* Used for blog template loading
|
63 |
+
*
|
64 |
+
* @since 1.0.5
|
65 |
+
* @package CosmosWP
|
66 |
+
* @author CosmosWP <info@cosmoswp.com>
|
67 |
+
*
|
68 |
+
* @param$current_demo_list array
|
69 |
+
* @return array
|
70 |
+
*/
|
71 |
+
public function add_template_library( $current_demo_list ){
|
72 |
+
/*common check*/
|
73 |
+
if( advanced_import_get_current_theme_author() != $this->theme_author){
|
74 |
+
return $current_demo_list;
|
75 |
+
}
|
76 |
+
if( advanced_import_get_current_theme_slug() != $this->theme){
|
77 |
+
return $current_demo_list;
|
78 |
+
}
|
79 |
+
|
80 |
+
/*for cosmoswp only
|
81 |
+
check if cosmoswp template library function exist*/
|
82 |
+
if( function_exists('run_cosmoswp_template_library') ){
|
83 |
+
return $current_demo_list;
|
84 |
+
}
|
85 |
+
|
86 |
+
/*finally fetch template library data from live*/
|
87 |
+
$templates_list = array();
|
88 |
+
|
89 |
+
$url = 'https://www.demo.cosmoswp.com/wp-json/cosmoswp-demo-api/v1/fetch_templates/';
|
90 |
+
$body_args = [
|
91 |
+
/*API version*/
|
92 |
+
'api_version' => wp_get_theme()['Version'],
|
93 |
+
/*lang*/
|
94 |
+
'site_lang' => get_bloginfo( 'language' ),
|
95 |
+
];
|
96 |
+
$raw_json = wp_safe_remote_get( $url, [
|
97 |
+
'timeout' => 100,
|
98 |
+
'body' => $body_args,
|
99 |
+
] );
|
100 |
+
|
101 |
+
if ( ! is_wp_error( $raw_json ) ) {
|
102 |
+
$demo_server = json_decode( wp_remote_retrieve_body( $raw_json ), true );
|
103 |
+
if (json_last_error() === JSON_ERROR_NONE) {
|
104 |
+
if( is_array( $demo_server )){
|
105 |
+
$templates_list = $demo_server;
|
106 |
+
}
|
107 |
+
}
|
108 |
+
}
|
109 |
+
|
110 |
+
return array_merge( $current_demo_list, $templates_list );
|
111 |
+
}
|
112 |
+
}
|
113 |
+
}
|
114 |
+
Advanced_Import_Theme_CosmosWP::get_instance()->run();
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: import, advanced import, demo import, theme import, widget import, customi
|
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.3
|
8 |
Requires PHP: 5.6.20
|
9 |
-
Stable tag: 1.0.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -20,6 +20,8 @@ Advanced Import is one of the best and powerful data importer plugin. It has num
|
|
20 |
|
21 |
It is designed specially for theme developer who want to provide demo data to their customer but it can be also use for migration purpose too.
|
22 |
|
|
|
|
|
23 |
Some listed features of Advanced Import are given below :
|
24 |
|
25 |
* Import widget
|
@@ -59,6 +61,11 @@ Please make sure it is exported using [Advanced Export](https://wordpress.org/pl
|
|
59 |
|
60 |
== Changelog ==
|
61 |
|
|
|
|
|
|
|
|
|
|
|
62 |
= 1.0.4 - 2019-11-10 =
|
63 |
* Added : WooCommerce pages import issues
|
64 |
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.3
|
8 |
Requires PHP: 5.6.20
|
9 |
+
Stable tag: 1.0.5
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
20 |
|
21 |
It is designed specially for theme developer who want to provide demo data to their customer but it can be also use for migration purpose too.
|
22 |
|
23 |
+
While you use Demo Import features of themes, Advanced Import may fetches screenshots, images and templates(demo) JSON files from respective theme site. This helps you to import your site with a single click. You must accept terms and privacy of the themes you are using to use Demo Import ( Starter Sites Template Library ) Features.
|
24 |
+
|
25 |
Some listed features of Advanced Import are given below :
|
26 |
|
27 |
* Import widget
|
61 |
|
62 |
== Changelog ==
|
63 |
|
64 |
+
= 1.0.5 - 2019-11-25 =
|
65 |
+
* Added : Supports for CosmosWP and Acme Themes
|
66 |
+
* Fixed : Isotope loading issue
|
67 |
+
* Fixed : Author info design issue
|
68 |
+
|
69 |
= 1.0.4 - 2019-11-10 =
|
70 |
* Added : WooCommerce pages import issues
|
71 |
|