Shortcodes and extra features for Phlox theme - Version 2.8.7

Version Description

Download this release

Release Info

Developer averta
Plugin Icon 128x128 Shortcodes and extra features for Phlox theme
Version 2.8.7
Comparing to
See all releases

Code changes from version 2.8.6 to 2.8.7

README.txt CHANGED
@@ -7,7 +7,7 @@ Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, fram
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 5.7.2
10
- Stable tag: 2.8.6
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 5.7.2
10
+ Stable tag: 2.8.7
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
admin/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.8.6 (2021-08)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
@@ -1748,7 +1748,7 @@ if( typeof Object.create !== 'function' ){ Object.create = function (obj){ funct
1748
  });
1749
  // Auto open modal
1750
  if ($simpleAjaxModal.data("auto-open") === 1) {
1751
- $simpleAjaxModal.click();
1752
  }
1753
  },
1754
 
@@ -1941,11 +1941,23 @@ if( typeof Object.create !== 'function' ){ Object.create = function (obj){ funct
1941
  next_step: $buttonElement.data("next-step"),
1942
  nonce: $buttonElement.data("step-nonce"),
1943
  args: $buttonElement.data("args"),
1944
- next_action: $buttonElement.data("next-action")
 
 
1945
  };
1946
  // Manipulation
1947
  $modalSectionElement.addClass("aux-step-in-progress");
1948
  this._controlActions("off");
 
 
 
 
 
 
 
 
 
 
1949
  // Call AJAX with current _ajaxData value
1950
  this._globalAJAX(
1951
  function(response) {
@@ -2557,7 +2569,7 @@ if( typeof Object.create !== 'function' ){ Object.create = function (obj){ funct
2557
  });
2558
 
2559
  // Install plugins button display depends on user's checkbox selection
2560
- $(".aux-plugins-step input[type=checkbox]").change(function() {
2561
  if (
2562
  $('.aux-wizard-plugins input[name="plugin[]"]').filter(
2563
  ":checked"
@@ -2680,7 +2692,7 @@ if( typeof Object.create !== 'function' ){ Object.create = function (obj){ funct
2680
  $modalSectionElement.removeClass("aux-step-in-progress");
2681
  $('.token-wrapper .result').addClass('error').text(response.message);
2682
  }
2683
-
2684
  }
2685
  );
2686
  }
1
+ /*! Phlox Core Plugin - v2.8.7 (2021-09)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
1748
  });
1749
  // Auto open modal
1750
  if ($simpleAjaxModal.data("auto-open") === 1) {
1751
+ $simpleAjaxModal.trigger('click');
1752
  }
1753
  },
1754
 
1941
  next_step: $buttonElement.data("next-step"),
1942
  nonce: $buttonElement.data("step-nonce"),
1943
  args: $buttonElement.data("args"),
1944
+ next_action: $buttonElement.data("next-action"),
1945
+ demo_id: $buttonElement.data('demo-id'),
1946
+ plugins: $buttonElement.data("demo-plugins")
1947
  };
1948
  // Manipulation
1949
  $modalSectionElement.addClass("aux-step-in-progress");
1950
  this._controlActions("off");
1951
+
1952
+ if ( typeof $buttonElement.data('demo-id') !== 'undefined' ) {
1953
+ var $buttonParentEl = $buttonElement.closest(
1954
+ ".aux-setup-demo-actions"
1955
+ );
1956
+ $buttonParentEl.find(".aux-return-back").addClass("hide");
1957
+ $buttonParentEl.find(".aux-progress").removeClass("hide");
1958
+ $buttonParentEl.find(".aux-progress .aux-big").css( 'z-index', 1 );
1959
+ }
1960
+
1961
  // Call AJAX with current _ajaxData value
1962
  this._globalAJAX(
1963
  function(response) {
2569
  });
2570
 
2571
  // Install plugins button display depends on user's checkbox selection
2572
+ $(".aux-plugins-step input[type=checkbox]").on('change', function() {
2573
  if (
2574
  $('.aux-wizard-plugins input[name="plugin[]"]').filter(
2575
  ":checked"
2692
  $modalSectionElement.removeClass("aux-step-in-progress");
2693
  $('.token-wrapper .result').addClass('error').text(response.message);
2694
  }
2695
+
2696
  }
2697
  );
2698
  }
admin/assets/js/plugins.min.js CHANGED
@@ -1 +1 @@
1
- "function"!=typeof Object.create&&(Object.create=function(e){function t(){}return t.prototype=e,new t}),function(u){"use strict";if(void 0!==u)if(u.fn.jquery.match(/-ajax/))"console"in window&&window.console.info("Featherlight needs regular jQuery, not the slim version.");else{var a=[],s=function(t){return a=u.grep(a,function(e){return e!==t&&0<e.$instance.closest("body").length})},i={allowfullscreen:1,frameborder:1,height:1,longdesc:1,marginheight:1,marginwidth:1,name:1,referrerpolicy:1,scrolling:1,sandbox:1,src:1,srcdoc:1,width:1},n={keyup:"onKeyUp",resize:"onResize"},o=function(e){u.each(l.opened().reverse(),function(){if(!e.isDefaultPrevented()&&!1===this[n[e.type]](e))return e.preventDefault(),e.stopPropagation(),!1})},r=function(e){if(e!==l._globalHandlerInstalled){l._globalHandlerInstalled=e;var t=u.map(n,function(e,t){return t+"."+l.prototype.namespace}).join(" ");u(window)[e?"on":"off"](t,o)}};l.prototype={constructor:l,namespace:"featherlight",targetAttr:"data-featherlight",variant:null,resetCss:!1,background:null,openTrigger:"click",closeTrigger:"click",filter:null,root:"body",openSpeed:250,closeSpeed:250,closeOnClick:"background",closeOnEsc:!0,closeIcon:"&#10005;",loading:"",persist:!1,otherClose:null,beforeOpen:u.noop,beforeContent:u.noop,beforeClose:u.noop,afterOpen:u.noop,afterContent:u.noop,afterClose:u.noop,onKeyUp:u.noop,onResize:u.noop,type:null,contentFilters:["jquery","image","html","ajax","iframe","text"],setup:function(e,t){"object"!=typeof e||e instanceof u!=!1||t||(t=e,e=void 0);var n=u.extend(this,t,{target:e}),a=n.resetCss?n.namespace+"-reset":n.namespace,s=u(n.background||['<div class="'+a+"-loading "+a+'">','<div class="'+a+'-content">','<button class="'+a+"-close-icon "+n.namespace+'-close" aria-label="Close">',n.closeIcon,"</button>",'<div class="'+n.namespace+'-inner">'+n.loading+"</div>","</div>","</div>"].join("")),i="."+n.namespace+"-close"+(n.otherClose?","+n.otherClose:"");return n.$instance=s.clone().addClass(n.variant),n.$instance.on(n.closeTrigger+"."+n.namespace,function(e){if(!e.isDefaultPrevented()){var t=u(e.target);("background"===n.closeOnClick&&t.is("."+n.namespace)||"anywhere"===n.closeOnClick||t.closest(i).length)&&(n.close(e),e.preventDefault())}}),this},getContent:function(){if(!1!==this.persist&&this.$content)return this.$content;var t=this,e=this.constructor.contentFilters,n=function(e){return t.$currentTarget&&t.$currentTarget.attr(e)},a=n(t.targetAttr),s=t.target||a||"",i=e[t.type];if(!i&&s in e&&(i=e[s],s=t.target&&a),s=s||n("href")||"",!i)for(var o in e)t[o]&&(i=e[o],s=t[o]);if(!i){var r=s;if(s=null,u.each(t.contentFilters,function(){return(i=e[this]).test&&(s=i.test(r)),!s&&i.regex&&r.match&&r.match(i.regex)&&(s=r),!s}),!s)return"console"in window&&window.console.error("Featherlight: no content filter found "+(r?' for "'+r+'"':" (no target specified)")),!1}return i.process.call(t,s)},setContent:function(e){return this.$instance.removeClass(this.namespace+"-loading"),this.$instance.toggleClass(this.namespace+"-iframe",e.is("iframe")),this.$instance.find("."+this.namespace+"-inner").not(e).slice(1).remove().end().replaceWith(u.contains(this.$instance[0],e[0])?"":e),this.$content=e.addClass(this.namespace+"-inner"),this},open:function(t){var n=this;if(n.$instance.hide().appendTo(n.root),!(t&&t.isDefaultPrevented()||!1===n.beforeOpen(t))){t&&t.preventDefault();var e=n.getContent();if(e)return a.push(n),r(!0),n.$instance.fadeIn(n.openSpeed),n.beforeContent(t),u.when(e).always(function(e){n.setContent(e),n.afterContent(t)}).then(n.$instance.promise()).done(function(){n.afterOpen(t)})}return n.$instance.detach(),u.Deferred().reject().promise()},close:function(e){var t=this,n=u.Deferred();return!1===t.beforeClose(e)?n.reject():(0===s(t).length&&r(!1),t.$instance.fadeOut(t.closeSpeed,function(){t.$instance.detach(),t.afterClose(e),n.resolve()})),n.promise()},resize:function(e,t){if(e&&t){this.$content.css("width","").css("height","");var n=Math.max(e/(this.$content.parent().width()-1),t/(this.$content.parent().height()-1));1<n&&(n=t/Math.floor(t/n),this.$content.css("width",e/n+"px").css("height",t/n+"px"))}},chainCallbacks:function(e){for(var t in e)this[t]=e[t].bind(this,this[t].bind(this))}},u.extend(l,{id:0,autoBind:"[data-featherlight]",defaults:l.prototype,contentFilters:{jquery:{regex:/^[#.]\w/,test:function(e){return e instanceof u&&e},process:function(e){return!1!==this.persist?u(e):u(e).clone(!0)}},image:{regex:/\.(png|jpg|jpeg|gif|tiff?|bmp|svg)(\?\S*)?$/i,process:function(e){var t=u.Deferred(),n=new Image,a=u('<img src="'+e+'" alt="" class="'+this.namespace+'-image" />');return n.onload=function(){a.naturalWidth=n.width,a.naturalHeight=n.height,t.resolve(a)},n.onerror=function(){t.reject(a)},n.src=e,t.promise()}},html:{regex:/^\s*<[\w!][^<]*>/,process:function(e){return u(e)}},ajax:{regex:/./,process:function(e){var n=u.Deferred(),a=u("<div></div>").load(e,function(e,t){"error"!==t&&n.resolve(a.contents()),n.fail()});return n.promise()}},iframe:{process:function(e){var t=new u.Deferred,n=u("<iframe/>"),a=function(e,t){var n={},a=new RegExp("^"+t+"([A-Z])(.*)");for(var s in e){var i=s.match(a);i&&(n[(i[1]+i[2].replace(/([A-Z])/g,"-$1")).toLowerCase()]=e[s])}return n}(this,"iframe"),s=function(e,t){var n={};for(var a in e)a in t&&(n[a]=e[a],delete e[a]);return n}(a,i);return n.hide().attr("src",e).attr(s).css(a).on("load",function(){t.resolve(n.show())}).appendTo(this.$instance.find("."+this.namespace+"-content")),t.promise()}},text:{process:function(e){return u("<div>",{text:e})}}},functionAttributes:["beforeOpen","afterOpen","beforeContent","afterContent","beforeClose","afterClose"],readElementConfig:function(e,t){var a=this,s=new RegExp("^data-"+t+"-(.*)"),i={};return e&&e.attributes&&u.each(e.attributes,function(){var e=this.name.match(s);if(e){var t=this.value,n=u.camelCase(e[1]);if(0<=u.inArray(n,a.functionAttributes))t=new Function(t);else try{t=JSON.parse(t)}catch(e){}i[n]=t}}),i},extend:function(e,t){var n=function(){this.constructor=e};return n.prototype=this.prototype,e.prototype=new n,e.__super__=this.prototype,u.extend(e,this,t),e.defaults=e.prototype,e},attach:function(s,i,o){var r=this;"object"!=typeof i||i instanceof u!=!1||o||(o=i,i=void 0);var l,e=(o=u.extend({},o)).namespace||r.defaults.namespace,c=u.extend({},r.defaults,r.readElementConfig(s[0],e),o),t=function(e){var t=u(e.currentTarget),n=u.extend({$source:s,$currentTarget:t},r.readElementConfig(s[0],c.namespace),r.readElementConfig(e.currentTarget,c.namespace),o),a=l||t.data("featherlight-persisted")||new r(i,n);"shared"===a.persist?l=a:!1!==a.persist&&t.data("featherlight-persisted",a),n.$currentTarget.blur&&n.$currentTarget.blur(),a.open(e)};return s.on(c.openTrigger+"."+c.namespace,c.filter,t),t},current:function(){var e=this.opened();return e[e.length-1]||null},opened:function(){var t=this;return s(),u.grep(a,function(e){return e instanceof t})},close:function(e){var t=this.current();if(t)return t.close(e)},_onReady:function(){var t=this;t.autoBind&&(u(t.autoBind).each(function(){t.attach(u(this))}),u(document).on("click",t.autoBind,function(e){e.isDefaultPrevented()||t.attach(u(e.currentTarget))(e)}))},_callbackChain:{onKeyUp:function(e,t){return 27===t.keyCode?(this.closeOnEsc&&u.featherlight.close(t),!1):e(t)},beforeOpen:function(e,t){return u(document.documentElement).addClass("with-featherlight"),this._previouslyActive=document.activeElement,this._$previouslyTabbable=u("a, input, select, textarea, iframe, button, iframe, [contentEditable=true]").not("[tabindex]").not(this.$instance.find("button")),this._$previouslyWithTabIndex=u("[tabindex]").not('[tabindex="-1"]'),this._previousWithTabIndices=this._$previouslyWithTabIndex.map(function(e,t){return u(t).attr("tabindex")}),this._$previouslyWithTabIndex.add(this._$previouslyTabbable).attr("tabindex",-1),document.activeElement.blur&&document.activeElement.blur(),e(t)},afterClose:function(e,t){var n=e(t),a=this;return this._$previouslyTabbable.removeAttr("tabindex"),this._$previouslyWithTabIndex.each(function(e,t){u(t).attr("tabindex",a._previousWithTabIndices[e])}),this._previouslyActive.focus(),0===l.opened().length&&u(document.documentElement).removeClass("with-featherlight"),n},onResize:function(e,t){return this.resize(this.$content.naturalWidth,this.$content.naturalHeight),e(t)},afterContent:function(e,t){var n=e(t);return this.$instance.find("[autofocus]:not([disabled])").focus(),this.onResize(t),n}}}),u.featherlight=l,u.fn.featherlight=function(e,t){return l.attach(this,e,t),this},u(document).ready(function(){l._onReady()})}else"console"in window&&window.console.info("Too much lightness, Featherlight needs jQuery.");function l(e,t){if(!(this instanceof l)){var n=new l(e,t);return n.open(),n}this.id=l.id++,this.setup(e,t),this.chainCallbacks(l._callbackChain)}}(jQuery),function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery"],e):"undefined"!=typeof module&&module.exports?module.exports=e(require("jquery")):e(jQuery)}(function(b){"use strict";var t=function(e){return"function"==typeof e},v=b.scrollTo=function(e,t,n){return b(window).scrollTo(e,t,n)};function _(e){return!e.nodeName||-1!==b.inArray(e.nodeName.toLowerCase(),["iframe","#document","html","body"])}function a(e){return t(e)||b.isPlainObject(e)?e:{top:e,left:e}}return v.defaults={axis:"xy",duration:0,limit:!0},b.fn.scrollTo=function(e,n,g){"object"==typeof n&&(g=n,n=0),"function"==typeof g&&(g={onAfter:g}),"max"===e&&(e=9e9),g=b.extend({},v.defaults,g),n=n||g.duration;var x=g.queue&&1<g.axis.length;return x&&(n/=2),g.offset=a(g.offset),g.over=a(g.over),this.each(function(){if(null!==e){var l,c=_(this),u=c?this.contentWindow||window:this,d=b(u),h=e,p={};switch(typeof h){case"number":case"string":if(/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(h)){h=a(h);break}h=c?b(h):b(h,u);case"object":if(0===h.length)return;(h.is||h.style)&&(l=(h=b(h)).offset())}var f=t(g.offset)&&g.offset(u,h)||g.offset;b.each(g.axis.split(""),function(e,t){var n="x"===t?"Left":"Top",a=n.toLowerCase(),s="scroll"+n,i=d[s](),o=v.max(u,t);if(l)p[s]=l[a]+(c?0:i-d.offset()[a]),g.margin&&(p[s]-=parseInt(h.css("margin"+n),10)||0,p[s]-=parseInt(h.css("border"+n+"Width"),10)||0),p[s]+=f[a]||0,g.over[a]&&(p[s]+=h["x"===t?"width":"height"]()*g.over[a]);else{var r=h[a];p[s]=r.slice&&"%"===r.slice(-1)?parseFloat(r)/100*o:r}g.limit&&/^\d+$/.test(p[s])&&(p[s]=p[s]<=0?0:Math.min(p[s],o)),!e&&1<g.axis.length&&(i===p[s]?p={}:x&&(m(g.onAfterFirst),p={}))}),m(g.onAfter)}function m(e){var t=b.extend({},g,{queue:!0,duration:n,complete:e&&function(){e.call(u,h,g)}});d.animate(p,t)}})},v.max=function(e,t){var n="x"===t?"Width":"Height",a="scroll"+n;if(!_(e))return e[a]-b(e)[n.toLowerCase()]();var s="client"+n,i=e.ownerDocument||e.document,o=i.documentElement,r=i.body;return Math.max(o[a],r[a])-Math.min(o[s],r[s])},b.Tween.propHooks.scrollLeft=b.Tween.propHooks.scrollTop={get:function(e){return b(e.elem)[e.prop]()},set:function(e){var t=this.get(e);if(e.options.interrupt&&e._last&&e._last!==t)return b(e.elem).stop();var n=Math.round(e.now);t!==n&&(b(e.elem)[e.prop](n),e._last=this.get(e))}},v}),function(){"use strict";function e(C){C.fn._fadeIn=C.fn.fadeIn;var T=C.noop||function(){},I=/MSIE/.test(navigator.userAgent),$=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent),E=(document.documentMode,"function"==typeof document.createElement("div").style.setExpression&&document.createElement("div").style.setExpression);C.blockUI=function(e){n(window,e)},C.unblockUI=function(e){U(window,e)},C.growlUI=function(e,t,n,a){var s=C('<div class="growlUI"></div>');e&&s.append("<h1>"+e+"</h1>"),t&&s.append("<h2>"+t+"</h2>"),void 0===n&&(n=3e3);var i=function(e){e=e||{},C.blockUI({message:s,fadeIn:void 0!==e.fadeIn?e.fadeIn:700,fadeOut:void 0!==e.fadeOut?e.fadeOut:1e3,timeout:void 0!==e.timeout?e.timeout:n,centerY:!1,showOverlay:!1,onUnblock:a,css:C.blockUI.defaults.growlCSS})};i();s.css("opacity");s.on("mouseover",function(){i({fadeIn:0,timeout:3e4});var e=C(".blockMsg");e.stop(),e.fadeTo(300,1)}).on("mouseout",function(){C(".blockMsg").fadeOut(1e3)})},C.fn.block=function(e){if(this[0]===window)return C.blockUI(e),this;var t=C.extend({},C.blockUI.defaults,e||{});return this.each(function(){var e=C(this);t.ignoreIfBlocked&&e.data("blockUI.isBlocked")||e.unblock({fadeOut:0})}),this.each(function(){"static"==C.css(this,"position")&&(this.style.position="relative",C(this).data("blockUI.static",!0)),this.style.zoom=1,n(this,e)})},C.fn.unblock=function(e){return this[0]===window?(C.unblockUI(e),this):this.each(function(){U(this,e)})},C.blockUI.version=2.7,C.blockUI.defaults={message:"<h1>Please wait...</h1>",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,focusableElements:":input:enabled:visible",onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var A=null,D=[];function n(e,s){var t,n,i=e==window,a=s&&void 0!==s.message?s.message:void 0;if(!(s=C.extend({},C.blockUI.defaults,s||{})).ignoreIfBlocked||!C(e).data("blockUI.isBlocked")){if(s.overlayCSS=C.extend({},C.blockUI.defaults.overlayCSS,s.overlayCSS||{}),t=C.extend({},C.blockUI.defaults.css,s.css||{}),s.onOverlayClick&&(s.overlayCSS.cursor="pointer"),n=C.extend({},C.blockUI.defaults.themedCSS,s.themedCSS||{}),a=void 0===a?s.message:a,i&&A&&U(window,{fadeOut:0}),a&&"string"!=typeof a&&(a.parentNode||a.jquery)){var o=a.jquery?a[0]:a,r={};C(e).data("blockUI.history",r),r.el=o,r.parent=o.parentNode,r.display=o.style.display,r.position=o.style.position,r.parent&&r.parent.removeChild(o)}C(e).data("blockUI.onUnblock",s.onUnblock);var l,c,u,d,h=s.baseZ;l=I||s.forceIframe?C('<iframe class="blockUI" style="z-index:'+h+++';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+s.iframeSrc+'"></iframe>'):C('<div class="blockUI" style="display:none"></div>'),c=s.theme?C('<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+h+++';display:none"></div>'):C('<div class="blockUI blockOverlay" style="z-index:'+h+++';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>'),s.theme&&i?(d='<div class="blockUI '+s.blockMsgClass+' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(h+10)+';display:none;position:fixed">',s.title&&(d+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(s.title||"&nbsp;")+"</div>"),d+='<div class="ui-widget-content ui-dialog-content"></div>',d+="</div>"):s.theme?(d='<div class="blockUI '+s.blockMsgClass+' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(h+10)+';display:none;position:absolute">',s.title&&(d+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(s.title||"&nbsp;")+"</div>"),d+='<div class="ui-widget-content ui-dialog-content"></div>',d+="</div>"):d=i?'<div class="blockUI '+s.blockMsgClass+' blockPage" style="z-index:'+(h+10)+';display:none;position:fixed"></div>':'<div class="blockUI '+s.blockMsgClass+' blockElement" style="z-index:'+(h+10)+';display:none;position:absolute"></div>',u=C(d),a&&(s.theme?(u.css(n),u.addClass("ui-widget-content")):u.css(t)),s.theme||c.css(s.overlayCSS),c.css("position",i?"fixed":"absolute"),(I||s.forceIframe)&&l.css("opacity",0);var p=[l,c,u],f=C(i?"body":e);C.each(p,function(){this.appendTo(f)}),s.theme&&s.draggable&&C.fn.draggable&&u.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var m=E&&(!C.support.boxModel||0<C("object,embed",i?null:e).length);if($||m){if(i&&s.allowBodyStretch&&C.support.boxModel&&C("html,body").css("height","100%"),($||!C.support.boxModel)&&!i)var g=O(e,"borderTopWidth"),x=O(e,"borderLeftWidth"),b=g?"(0 - "+g+")":0,v=x?"(0 - "+x+")":0;C.each(p,function(e,t){var n=t[0].style;if(n.position="absolute",e<2)i?n.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+s.quirksmodeOffsetHack+') + "px"'):n.setExpression("height",'this.parentNode.offsetHeight + "px"'),i?n.setExpression("width",'jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):n.setExpression("width",'this.parentNode.offsetWidth + "px"'),v&&n.setExpression("left",v),b&&n.setExpression("top",b);else if(s.centerY)i&&n.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"'),n.marginTop=0;else if(!s.centerY&&i){var a="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+(s.css&&s.css.top?parseInt(s.css.top,10):0)+') + "px"';n.setExpression("top",a)}})}if(a&&(s.theme?u.find(".ui-widget-content").append(a):u.append(a),(a.jquery||a.nodeType)&&C(a).show()),(I||s.forceIframe)&&s.showOverlay&&l.show(),s.fadeIn){var _=s.onBlock?s.onBlock:T,y=s.showOverlay&&!a?_:T,k=a?_:T;s.showOverlay&&c._fadeIn(s.fadeIn,y),a&&u._fadeIn(s.fadeIn,k)}else s.showOverlay&&c.show(),a&&u.show(),s.onBlock&&s.onBlock.bind(u)();if(j(1,e,s),i?(A=u[0],D=C(s.focusableElements,A),s.focusInput&&setTimeout(S,20)):function(e,t,n){var a=e.parentNode,s=e.style,i=(a.offsetWidth-e.offsetWidth)/2-O(a,"borderLeftWidth"),o=(a.offsetHeight-e.offsetHeight)/2-O(a,"borderTopWidth");t&&(s.left=0<i?i+"px":"0");n&&(s.top=0<o?o+"px":"0")}(u[0],s.centerX,s.centerY),s.timeout){var w=setTimeout(function(){i?C.unblockUI(s):C(e).unblock(s)},s.timeout);C(e).data("blockUI.timeout",w)}}}function U(e,t){var n,a,s=e==window,i=C(e),o=i.data("blockUI.history"),r=i.data("blockUI.timeout");r&&(clearTimeout(r),i.removeData("blockUI.timeout")),t=C.extend({},C.blockUI.defaults,t||{}),j(0,e,t),null===t.onUnblock&&(t.onUnblock=i.data("blockUI.onUnblock"),i.removeData("blockUI.onUnblock")),a=s?C(document.body).children().filter(".blockUI").add("body > .blockUI"):i.find(">.blockUI"),t.cursorReset&&(1<a.length&&(a[1].style.cursor=t.cursorReset),2<a.length&&(a[2].style.cursor=t.cursorReset)),s&&(A=D=null),t.fadeOut?(n=a.length,a.stop().fadeOut(t.fadeOut,function(){0==--n&&l(a,o,t,e)})):l(a,o,t,e)}function l(e,t,n,a){var s=C(a);if(!s.data("blockUI.isBlocked")){e.each(function(e,t){this.parentNode&&this.parentNode.removeChild(this)}),t&&t.el&&(t.el.style.display=t.display,t.el.style.position=t.position,t.el.style.cursor="default",t.parent&&t.parent.appendChild(t.el),s.removeData("blockUI.history")),s.data("blockUI.static")&&s.css("position","static"),"function"==typeof n.onUnblock&&n.onUnblock(a,n);var i=C(document.body),o=i.width(),r=i[0].style.width;i.width(o-1).width(o),i[0].style.width=r}}function j(e,t,n){var a=t==window,s=C(t);if((e||(!a||A)&&(a||s.data("blockUI.isBlocked")))&&(s.data("blockUI.isBlocked",e),a&&n.bindEvents&&(!e||n.showOverlay))){var i="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";e?C(document).on(i,n,o):C(document).off(i,o)}}function o(e){if("keydown"===e.type&&e.keyCode&&9==e.keyCode&&A&&e.data.constrainTabKey){var t=D,n=!e.shiftKey&&e.target===t[t.length-1],a=e.shiftKey&&e.target===t[0];if(n||a)return setTimeout(function(){S(a)},10),!1}var s=e.data,i=C(e.target);return i.hasClass("blockOverlay")&&s.onOverlayClick&&s.onOverlayClick(e),0<i.parents("div."+s.blockMsgClass).length||0===i.parents().children().filter("div.blockUI").length}function S(e){if(D){var t=D[!0===e?D.length-1:0];t&&t.trigger("focus")}}function O(e,t){return parseInt(C.css(e,t),10)||0}}"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],e):e(jQuery)}(),function(r,t,n,e){"use strict";var a="AuxWizard",s={modalClass:".aux-open-modal",loading:aux_setup_params.svg_loader};function i(e,t){this.element=e,this.$element=r(e),this.settings=r.extend({},s,t),this._defaults=s,this._name=a,this.$modalElement=null,this._modalButton=null,this._ajaxData=null,this._ajaxUrl=aux_setup_params.ajaxurl,this._elStorage={},this._importData={},this.$isotopeTemplate=null,this.$isotopeList=null,this.$isotopePlugins=null,this.init()}r.extend(i.prototype,{init:function(){this._callIsotope(),r(".aux-isotope-group").on("change",this._changeGroup.bind(this)),this._openModal(),this._manipulations(),this._lazyloadConfig(),r(n).on("click",".aux-next-step",this._stepManager.bind(this)),r(n).on("click",".aux-install-demo",this._demoManager.bind(this)),r(n).on("click",".aux-uninstall-demo",this._uninstallDemo.bind(this)),r(n).on("click",".aux-copy-template",this._tempManager.bind(this)),r(n).on("click",".install-plugins",this._pluginManager.bind(this)),r(n).on("click",".aux-install-updates",this._updateManager.bind(this)),r(n).on("submit",".auxin-check-purchase",this._activateLicense.bind(this)),r(n).on("click",".aux-refresh-page",this._refresh.bind(this)),r(n).on("click",".aux-verify-elements-email",this._verifyEnvatoElementsEmail.bind(this)),r(n).on("click",".aux-verify-elements-token",this._verifyEnvatoElementsToken.bind(this))},_globalAJAX:function(e){r.ajax({url:this._ajaxUrl,type:"post",data:this._ajaxData}).done(e)},_refresh:function(e){void 0!==e.preventDefault&&e.preventDefault(),location.reload()},_activateLicense:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget),n=t.find(".aux-activate-license"),a=t.find(".aux-notice"),s=null,i={};r.each(t.serializeArray(),function(e,t){i[t.name]=t.value}),a.length||(a=r("<div>",{class:"aux-notice"}).appendTo(t)),this._ajaxData={action:i.action,usermail:i.usermail,purchase:i.purchase,security:i.security},n.addClass("aux-button-loading"),a.removeClass("success warning").hide(),this._controlActions("off"),this._globalAJAX(function(e){null!==e&&e.success?(n.addClass("aux-button-success aux-refresh-page"),a.addClass("success"),s="aux-button-success aux-button-loading",r(this._modalButton).closest(".aux-purchase-activation-notice").fadeOut()):(n.addClass("aux-button-error"),a.addClass("warning"),s="aux-button-error aux-button-loading"),t.removeClass("aux-form-in-progress"),setTimeout(function(){n.removeClass(s),n.find("span").text(e.data.buttonText)},1e3),a.show().html(e.data.message),this._controlActions("on")}.bind(this))}},_openModal:function(){var t=this,e=(r(t.settings.modalClass).featherlight({targetAttr:"href",closeOnEsc:!1,closeOnClick:!1,contentFilters:["ajax"],loading:this.settings.loading,otherClose:".aux-pp-close",afterOpen:function(e){if(r(".featherlight .aux-wizard-plugins").length)new PerfectScrollbar(".featherlight .aux-wizard-plugins");t._modalButton=e.currentTarget,t.$modalElement=this.$instance,r(t._modalButton).hasClass("aux-has-next-action")&&t._tempManager({currentTarget:e.currentTarget})}}),r(".aux-ajax-open-modal").featherlight({targetAttr:"href",contentFilters:["ajax"],otherClose:".aux-pp-close",closeOnClick:!1,loading:this.settings.loading,afterOpen:function(e){t._modalButton=e.currentTarget,t.$modalElement=this.$instance}}));1===e.data("auto-open")&&e.click()},_changeGroup:function(e){if(e.currentTarget){var t=e.currentTarget.checked?"section":"page";this._ajaxData={action:"aux_isotope_group",group:t,nonce:r(e.currentTarget).data("nonce"),key:"templates_kit"},this._globalAJAX(function(e){null!==e&&e.success?this.$isotopeTemplate.AuxIsotope("changeGroup",t):console.log(e)}.bind(this))}},_updateManager:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget);this.$buttonParentEl=t.closest(".aux-updates-step"),this.$updatesListEl=this.$buttonParentEl.find(".aux-update-list"),this.$updatesList=this.$updatesListEl.find(".aux-item"),this._itemsCompleted=0,this._attemptsBuffer=0,this._currentItem=null,this._itemType=null,this._dataNonce=t.data("nonce"),this._buttonTarget=e.currentTarget,this.$currentNode=null,this.$updatesListEl.addClass("installing"),t.text(aux_setup_params.btnworks_text).addClass("disabled"),this._controlActions("off"),this._processUpdates()}},_processUpdates:function(){var e=this,t=!1;this.$currentNode&&(this.$currentNode.data("done_item")||(this._itemsCompleted++,this.$currentNode.data("done_item",1))),this.$updatesList.each(function(){null==e._currentItem||t?(r(this).addClass("work-in-progress"),e._currentItem=r(this).data("key"),e._itemType=r(this).data("type"),e.$currentNode=r(this),e._installUpdate(),t=!1):r(this).data("key")===e._currentItem&&(r(this).removeClass("work-in-progress"),t=!0)}),this._itemsCompleted>=this.$updatesList.length&&(this._controlActions("on"),this.$updatesListEl.removeClass("installing"),r(this._buttonTarget).text(aux_setup_params.activate_text).removeClass("disabled"),0==this.$updatesList.not(".aux-success").length&&this._refresh({currentTarget:this._buttonTarget}))},_installUpdate:function(){this._currentItem&&(this._ajaxData={action:"auxin_start_upgrading",key:this._currentItem,type:this._itemType,nonce:this._dataNonce},this._globalAJAX(function(e){this._updateActions(e)}.bind(this)))},_updateActions:function(e){"object"==typeof e&&e.success?(this.$currentNode.find(".column-status span").text(e.data.successMessage),this.$currentNode.addClass("aux-success").find(".aux-check-column").remove(),this.$currentNode.find(".check-column").append("<i class='aux-success-icon auxicon-check-mark-circle-outline'></i>")):this.$currentNode.addClass("aux-error").find(".column-status span").text(e.data.errorMessage),this._processUpdates()},_stepManager:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget),n=this.$modalElement.find(".aux-steps-col");this._ajaxData={action:"aux_step_manager",next_step:t.data("next-step"),nonce:t.data("step-nonce"),args:t.data("args"),next_action:t.data("next-action")},n.addClass("aux-step-in-progress"),this._controlActions("off"),this._globalAJAX(function(e){null!==e&&e.success?(n.removeClass("aux-step-in-progress").html(e.data.markup),this._ajaxData.next_action&&this._tempManager({currentTarget:this._modalButton})):console.log(e),this._controlActions("on")}.bind(this))}},_tempManager:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget),n=null!=this.$modalElement?this.$modalElement.find(".aux-steps-col"):null;this._ajaxData={action:"auxin_templates_data",verify:t.data("nonce"),ID:t.data("template-id"),type:t.data("template-type"),tmpl:t.data("template-page-tmpl"),status:t.data("status-type"),title:t.data("template-title")},"copy"===this._ajaxData.status&&t.addClass("aux-button-loading"),this._controlActions("off"),this._globalAJAX(function(e){null!==e&&e.success?"copy"===e.data.status?(this._updateElementorLocalStorage(this._ajaxData.type,e.data.result.content),t.addClass("aux-button-success"),setTimeout(function(){t.removeClass("aux-button-success aux-button-loading")},1e3)):(t.data("status-type","copy").prop("data-status-type","copy").addClass("aux-copy-template aux-orange").removeClass("aux-import-template aux-has-next-action aux-green2").removeAttr("href"),t.find("span").text(e.data.label),t.next(".aux-more-button").removeClass("hide"),n.html(e.data.result)):n.html(e.data),this._controlActions("on")}.bind(this))}},_updateElementorLocalStorage:function(e,t){this._elStorage.transfer={type:"copy",elementsType:e,elements:t},localStorage.setItem("elementor",JSON.stringify(this._elStorage))},_demoManager:function(t){if(t.currentTarget){void 0!==t.preventDefault&&t.preventDefault();var e=r(t.currentTarget),n=e.closest(".aux-setup-demo-actions"),a=n.find(".aux-return-back"),s=n.find(".aux-progress"),i=this.$modalElement.find(".aux-install-demos"),o=this.$modalElement.find(".aux-install-demos-waiting");this._ajaxData={action:"auxin_demo_data",ID:e.data("import-id"),verify:e.data("nonce"),options:i.find(".aux-import-parts").serializeArray()},this.$progressBarLabelEl=s.find(".aux-progress-label"),i.addClass("hide"),o.removeClass("hide"),a.addClass("hide"),s.removeClass("hide"),this.$progressBarLabelEl.text("Getting Demo Data ..."),this._controlActions("off"),this._globalAJAX(function(e){null!==e&&e.success?this._demoImport({target:t.currentTarget,step:"download",message:"Downloading Media ...",index:null}):(console.log(e),i.removeClass("hide"),o.addClass("hide"),a.removeClass("hide"),s.addClass("hide"),this._controlActions("on"))}.bind(this))}},_demoImport:function(t){this._ajaxData={action:"import_step",step:t.step,index:t.index},this.$progressBarLabelEl.text(t.message),this._globalAJAX(function(e){null!==e&&e.success?"final"!==e.data.next?this._demoImport({target:t.target,step:e.data.next,message:e.data.message,index:e.data.hasOwnProperty("index")?e.data.index:""}):(this.$progressBarLabelEl.text(e.data.message),setTimeout(function(){this._controlActions("on"),this._stepManager({currentTarget:t.target})}.bind(this),1e3)):console.log(e)}.bind(this))},_uninstallDemo:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget),n=t.closest(".aux-setup-demo-actions");this._ajaxData={action:"aux_ajax_uninstall",id:t.data("demo-id"),key:r(this._modalButton).data("demo-key"),nonce:t.data("demo-nonce"),plugins:t.data("demo-plugins")},n.find(".aux-return-back").addClass("hide"),n.find(".aux-progress").removeClass("hide"),this._controlActions("off"),this._globalAJAX(function(e){n.find(".aux-return-back").removeClass("hide"),n.find(".aux-progress").addClass("hide"),null!==e&&e.success?(this.$modalElement.find(".aux-steps-col").html(e.data.markup),r(this._modalButton).removeClass("aux-uninstall aux-orange").addClass("aux-green2").text(e.data.button).attr("href",e.data.url)):console.log(e),this._controlActions("on")}.bind(this))}},_pluginManager:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget);this.$buttonParentEl=t.closest(".aux-has-required-plugins"),this.$pluginsListEl=this.$buttonParentEl.find(".aux-wizard-plugins"),this._selectedPluginsNum=this.$buttonParentEl.find('.aux-plugin input[name="plugin[]"]:checked').length,this._itemsCompleted=0,this._attemptsBuffer=0,this._currentItem=null,this._buttonTarget=e.currentTarget,this.$currentNode=null,this.$pluginsListEl.addClass("installing"),t.text(aux_setup_params.btnworks_text).addClass("disabled"),this._controlActions("off"),this._processPlugins()}},_processPlugins:function(){var e=this,t=!1,n=this.$buttonParentEl.find(".aux-plugin");this._pluginScrollTo(),this.$currentNode&&(this.$currentNode.data("done_item")||(this._itemsCompleted++,this.$currentNode.data("done_item",1)),this.$currentNode.find(".spinner").css("visibility","hidden")),n.each(function(){null==e._currentItem||t?r(this).find('input[name="plugin[]"]').is(":checked")&&(r(this).addClass("work-in-progress"),e._currentItem=r(this).data("slug"),e.$currentNode=r(this),e.$currentNode.find(".spinner").css("visibility","visible"),e._installPlugin(),t=!1):r(this).data("slug")===e._currentItem&&(r(this).removeClass("work-in-progress"),t=!0)}),this._itemsCompleted>=this._selectedPluginsNum&&(this._controlActions("on"),this.$buttonParentEl.find(".aux-wizard-plugins").removeClass("installing"),r(this._buttonTarget).text(aux_setup_params.activate_text),this.$buttonParentEl.find(".skip-next").text(aux_setup_params.nextstep_text),0==this.$buttonParentEl.find(".aux-plugin").not(".aux-success").length&&this.$buttonParentEl.hasClass("aux-modal-item")&&this._stepManager({currentTarget:this._buttonTarget}))},_installPlugin:function(){if(this._currentItem){var e=this.$buttonParentEl.find('.aux-wizard-plugins input[name="plugin[]"]:checked').map(function(){return r(this).val()}).get();this._ajaxData={action:"aux_setup_plugins",wpnonce:aux_setup_params.wpnonce,slug:this._currentItem,plugins:e},this._globalAJAX(function(e){this._pluginActions(e)}.bind(this))}},_pluginActions:function(t){"object"==typeof t&&t.success?(this.$currentNode.find(".column-status span").text(t.data.message),void 0!==t.data.url?this.currentItemHash==t.data.hash?(this.$currentNode.data("done_item",0).find(".column-status span").text("failed"),this.currentItemHash=null,this._installPlugin()):(this._ajaxUrl=t.data.url,this._ajaxData=t.data,this.currentItemHash=t.data.hash,this._globalAJAX(function(e){this._ajaxUrl=aux_setup_params.ajaxurl,this.$currentNode.find(".column-status span").text(t.data.message),this._installPlugin()}.bind(this))):(this.$currentNode.addClass("aux-success").find(".aux-check-column").remove(),this.$currentNode.find(".check-column").append("<i class='aux-success-icon auxicon-check-mark-circle-outline'></i>"),this._processPlugins())):1<this._attemptsBuffer?(this._attemptsBuffer=0,this.$currentNode.addClass("aux-error").find(".column-status span").text("Ajax Error!"),this._processPlugins()):(this.currentItemHash=null,this._attemptsBuffer++,this._installPlugin())},_pluginScrollTo:function(){r(".aux-modal-item .aux-wizard-plugins").each(function(){r(this).scrollTo(r(this).find(".work-in-progress"),400)})},_controlActions:function(e){switch(e){case"on":r(t).off("beforeunload"),r(n).on("keydown keypress keyup"),r(".aux-pp-close").removeClass("hide");break;default:r(t).on("beforeunload",function(){return aux_setup_params.onbefore_text}),r(n).off("keydown keypress keyup"),r(".aux-pp-close").addClass("hide")}},_callIsotope:function(){this.$isotopeTemplate=r(".aux-isotope-templates").AuxIsotope({itemSelector:".aux-iso-item",revealTransitionDuration:0,revealBetweenDelay:0,revealTransitionDelay:0,hideTransitionDuration:0,hideBetweenDelay:0,hideTransitionDelay:0,updateUponResize:!0,transitionHelper:!0,filters:".aux-filters",slug:"filter",imgSizes:!0}),this.$isotopeList=r(".aux-isotope-list").AuxIsotope({itemSelector:".aux-iso-item",revealTransitionDuration:600,revealBetweenDelay:50,revealTransitionDelay:0,hideTransitionDuration:300,hideBetweenDelay:0,hideTransitionDelay:0,updateUponResize:!0,transitionHelper:!0,filters:".aux-filters",slug:"filter",imgSizes:!0}),this.$isotopePlugins=r(".aux-isotope-plugins-list").AuxIsotope({itemSelector:".aux-iso-item",revealTransitionDuration:600,revealBetweenDelay:50,revealTransitionDelay:50,hideTransitionDuration:100,hideBetweenDelay:0,hideTransitionDelay:0,updateUponResize:!0,transitionHelper:!0,filters:".aux-filters",slug:"filter",imgSizes:!0})},_lazyloadConfig:function(){n.addEventListener("lazyloaded",function(e){r(t).trigger("resize")})},_manipulations:function(){r(".aux-togglable").AuxinToggleSelected(),r('.aux-wizard-plugins input[name="plugin[]"]').each(function(){r(this).is(":checked")?r(this).closest(".aux-table-row").addClass("is-checked"):r(this).closest(".aux-table-row").removeClass("is-checked"),r(this).on("click",function(){r(this).is(":checked")?r(this).closest(".aux-table-row").addClass("is-checked"):r(this).closest(".aux-table-row").removeClass("is-checked")})}),r(".aux-plugins-step input[type=checkbox]").change(function(){0<r('.aux-wizard-plugins input[name="plugin[]"]').filter(":checked").length?r(".install-plugins").removeClass("disabled"):r(".install-plugins").addClass("disabled")}),r(n).on("click",".aux-install-demos input[type=checkbox]",function(e){0<r(".featherlight-content").find("input[type=checkbox]").filter(":checked").length?r(".featherlight-content").find(".button-next").removeClass("aux-next-step").data("callback","install_demos").attr("data-callback","install_demos").text(aux_setup_params.makedemo_text):r(".featherlight-content").find(".button-next").addClass("aux-next-step").text(aux_setup_params.nextstep_text).data("callback",null).removeAttr("data-callback")}),r(n).on("click",".aux-radio",function(e){r(this).closest("form").find(".aux-border").removeClass("is-checked"),r(this).parent(".aux-border").addClass("is-checked")}),r(n).on("click",".aux-more-button",function(e){e.preventDefault(),r(this).next(".aux-more-items").toggleClass("aux-display")})},_verifyEnvatoElementsEmail:function(e){if(e.currentTarget){var t=r(".email-field").val(),n=this,a=this.$modalElement.find(".aux-steps-col");this._buttonTarget=e.currentTarget,this._ajaxData={action:"aux_verify_envato_elements_email",email:t},a.addClass("aux-step-in-progress"),this._globalAJAX(function(e){e.status?n._stepManager({currentTarget:n._buttonTarget}):(a.removeClass("aux-step-in-progress"),r(".token-wrapper .result").addClass("error").text(e.message))})}},_verifyEnvatoElementsToken:function(e){if(e.currentTarget){var t=r(".token-field").val(),n=this,a=this.$modalElement.find(".aux-steps-col");this._buttonTarget=e.currentTarget,this._ajaxData={action:"aux_verify_envato_elements_token",token:t},a.addClass("aux-step-in-progress"),this._globalAJAX(function(e){e.status?(a.removeClass("aux-step-in-progress"),r(".token-wrapper .result").addClass("success").text(e.message),n._stepManager({currentTarget:n._buttonTarget})):(a.removeClass("aux-step-in-progress"),r(".token-wrapper .result").addClass("error").text(e.message))})}}}),r.fn[a]=function(e){return this.each(function(){new i(this,e)})}}(jQuery,window,document);
1
+ "function"!=typeof Object.create&&(Object.create=function(e){function t(){}return t.prototype=e,new t}),function(u){"use strict";if(void 0!==u)if(u.fn.jquery.match(/-ajax/))"console"in window&&window.console.info("Featherlight needs regular jQuery, not the slim version.");else{var a=[],s=function(t){return a=u.grep(a,function(e){return e!==t&&0<e.$instance.closest("body").length})},i={allowfullscreen:1,frameborder:1,height:1,longdesc:1,marginheight:1,marginwidth:1,name:1,referrerpolicy:1,scrolling:1,sandbox:1,src:1,srcdoc:1,width:1},n={keyup:"onKeyUp",resize:"onResize"},o=function(e){u.each(l.opened().reverse(),function(){if(!e.isDefaultPrevented()&&!1===this[n[e.type]](e))return e.preventDefault(),e.stopPropagation(),!1})},r=function(e){if(e!==l._globalHandlerInstalled){l._globalHandlerInstalled=e;var t=u.map(n,function(e,t){return t+"."+l.prototype.namespace}).join(" ");u(window)[e?"on":"off"](t,o)}};l.prototype={constructor:l,namespace:"featherlight",targetAttr:"data-featherlight",variant:null,resetCss:!1,background:null,openTrigger:"click",closeTrigger:"click",filter:null,root:"body",openSpeed:250,closeSpeed:250,closeOnClick:"background",closeOnEsc:!0,closeIcon:"&#10005;",loading:"",persist:!1,otherClose:null,beforeOpen:u.noop,beforeContent:u.noop,beforeClose:u.noop,afterOpen:u.noop,afterContent:u.noop,afterClose:u.noop,onKeyUp:u.noop,onResize:u.noop,type:null,contentFilters:["jquery","image","html","ajax","iframe","text"],setup:function(e,t){"object"!=typeof e||e instanceof u!=!1||t||(t=e,e=void 0);var n=u.extend(this,t,{target:e}),a=n.resetCss?n.namespace+"-reset":n.namespace,s=u(n.background||['<div class="'+a+"-loading "+a+'">','<div class="'+a+'-content">','<button class="'+a+"-close-icon "+n.namespace+'-close" aria-label="Close">',n.closeIcon,"</button>",'<div class="'+n.namespace+'-inner">'+n.loading+"</div>","</div>","</div>"].join("")),i="."+n.namespace+"-close"+(n.otherClose?","+n.otherClose:"");return n.$instance=s.clone().addClass(n.variant),n.$instance.on(n.closeTrigger+"."+n.namespace,function(e){if(!e.isDefaultPrevented()){var t=u(e.target);("background"===n.closeOnClick&&t.is("."+n.namespace)||"anywhere"===n.closeOnClick||t.closest(i).length)&&(n.close(e),e.preventDefault())}}),this},getContent:function(){if(!1!==this.persist&&this.$content)return this.$content;var t=this,e=this.constructor.contentFilters,n=function(e){return t.$currentTarget&&t.$currentTarget.attr(e)},a=n(t.targetAttr),s=t.target||a||"",i=e[t.type];if(!i&&s in e&&(i=e[s],s=t.target&&a),s=s||n("href")||"",!i)for(var o in e)t[o]&&(i=e[o],s=t[o]);if(!i){var r=s;if(s=null,u.each(t.contentFilters,function(){return(i=e[this]).test&&(s=i.test(r)),!s&&i.regex&&r.match&&r.match(i.regex)&&(s=r),!s}),!s)return"console"in window&&window.console.error("Featherlight: no content filter found "+(r?' for "'+r+'"':" (no target specified)")),!1}return i.process.call(t,s)},setContent:function(e){return this.$instance.removeClass(this.namespace+"-loading"),this.$instance.toggleClass(this.namespace+"-iframe",e.is("iframe")),this.$instance.find("."+this.namespace+"-inner").not(e).slice(1).remove().end().replaceWith(u.contains(this.$instance[0],e[0])?"":e),this.$content=e.addClass(this.namespace+"-inner"),this},open:function(t){var n=this;if(n.$instance.hide().appendTo(n.root),!(t&&t.isDefaultPrevented()||!1===n.beforeOpen(t))){t&&t.preventDefault();var e=n.getContent();if(e)return a.push(n),r(!0),n.$instance.fadeIn(n.openSpeed),n.beforeContent(t),u.when(e).always(function(e){n.setContent(e),n.afterContent(t)}).then(n.$instance.promise()).done(function(){n.afterOpen(t)})}return n.$instance.detach(),u.Deferred().reject().promise()},close:function(e){var t=this,n=u.Deferred();return!1===t.beforeClose(e)?n.reject():(0===s(t).length&&r(!1),t.$instance.fadeOut(t.closeSpeed,function(){t.$instance.detach(),t.afterClose(e),n.resolve()})),n.promise()},resize:function(e,t){if(e&&t){this.$content.css("width","").css("height","");var n=Math.max(e/(this.$content.parent().width()-1),t/(this.$content.parent().height()-1));1<n&&(n=t/Math.floor(t/n),this.$content.css("width",e/n+"px").css("height",t/n+"px"))}},chainCallbacks:function(e){for(var t in e)this[t]=e[t].bind(this,this[t].bind(this))}},u.extend(l,{id:0,autoBind:"[data-featherlight]",defaults:l.prototype,contentFilters:{jquery:{regex:/^[#.]\w/,test:function(e){return e instanceof u&&e},process:function(e){return!1!==this.persist?u(e):u(e).clone(!0)}},image:{regex:/\.(png|jpg|jpeg|gif|tiff?|bmp|svg)(\?\S*)?$/i,process:function(e){var t=u.Deferred(),n=new Image,a=u('<img src="'+e+'" alt="" class="'+this.namespace+'-image" />');return n.onload=function(){a.naturalWidth=n.width,a.naturalHeight=n.height,t.resolve(a)},n.onerror=function(){t.reject(a)},n.src=e,t.promise()}},html:{regex:/^\s*<[\w!][^<]*>/,process:function(e){return u(e)}},ajax:{regex:/./,process:function(e){var n=u.Deferred(),a=u("<div></div>").load(e,function(e,t){"error"!==t&&n.resolve(a.contents()),n.fail()});return n.promise()}},iframe:{process:function(e){var t=new u.Deferred,n=u("<iframe/>"),a=function(e,t){var n={},a=new RegExp("^"+t+"([A-Z])(.*)");for(var s in e){var i=s.match(a);i&&(n[(i[1]+i[2].replace(/([A-Z])/g,"-$1")).toLowerCase()]=e[s])}return n}(this,"iframe"),s=function(e,t){var n={};for(var a in e)a in t&&(n[a]=e[a],delete e[a]);return n}(a,i);return n.hide().attr("src",e).attr(s).css(a).on("load",function(){t.resolve(n.show())}).appendTo(this.$instance.find("."+this.namespace+"-content")),t.promise()}},text:{process:function(e){return u("<div>",{text:e})}}},functionAttributes:["beforeOpen","afterOpen","beforeContent","afterContent","beforeClose","afterClose"],readElementConfig:function(e,t){var a=this,s=new RegExp("^data-"+t+"-(.*)"),i={};return e&&e.attributes&&u.each(e.attributes,function(){var e=this.name.match(s);if(e){var t=this.value,n=u.camelCase(e[1]);if(0<=u.inArray(n,a.functionAttributes))t=new Function(t);else try{t=JSON.parse(t)}catch(e){}i[n]=t}}),i},extend:function(e,t){var n=function(){this.constructor=e};return n.prototype=this.prototype,e.prototype=new n,e.__super__=this.prototype,u.extend(e,this,t),e.defaults=e.prototype,e},attach:function(s,i,o){var r=this;"object"!=typeof i||i instanceof u!=!1||o||(o=i,i=void 0);var l,e=(o=u.extend({},o)).namespace||r.defaults.namespace,c=u.extend({},r.defaults,r.readElementConfig(s[0],e),o),t=function(e){var t=u(e.currentTarget),n=u.extend({$source:s,$currentTarget:t},r.readElementConfig(s[0],c.namespace),r.readElementConfig(e.currentTarget,c.namespace),o),a=l||t.data("featherlight-persisted")||new r(i,n);"shared"===a.persist?l=a:!1!==a.persist&&t.data("featherlight-persisted",a),n.$currentTarget.blur&&n.$currentTarget.blur(),a.open(e)};return s.on(c.openTrigger+"."+c.namespace,c.filter,t),t},current:function(){var e=this.opened();return e[e.length-1]||null},opened:function(){var t=this;return s(),u.grep(a,function(e){return e instanceof t})},close:function(e){var t=this.current();if(t)return t.close(e)},_onReady:function(){var t=this;t.autoBind&&(u(t.autoBind).each(function(){t.attach(u(this))}),u(document).on("click",t.autoBind,function(e){e.isDefaultPrevented()||t.attach(u(e.currentTarget))(e)}))},_callbackChain:{onKeyUp:function(e,t){return 27===t.keyCode?(this.closeOnEsc&&u.featherlight.close(t),!1):e(t)},beforeOpen:function(e,t){return u(document.documentElement).addClass("with-featherlight"),this._previouslyActive=document.activeElement,this._$previouslyTabbable=u("a, input, select, textarea, iframe, button, iframe, [contentEditable=true]").not("[tabindex]").not(this.$instance.find("button")),this._$previouslyWithTabIndex=u("[tabindex]").not('[tabindex="-1"]'),this._previousWithTabIndices=this._$previouslyWithTabIndex.map(function(e,t){return u(t).attr("tabindex")}),this._$previouslyWithTabIndex.add(this._$previouslyTabbable).attr("tabindex",-1),document.activeElement.blur&&document.activeElement.blur(),e(t)},afterClose:function(e,t){var n=e(t),a=this;return this._$previouslyTabbable.removeAttr("tabindex"),this._$previouslyWithTabIndex.each(function(e,t){u(t).attr("tabindex",a._previousWithTabIndices[e])}),this._previouslyActive.focus(),0===l.opened().length&&u(document.documentElement).removeClass("with-featherlight"),n},onResize:function(e,t){return this.resize(this.$content.naturalWidth,this.$content.naturalHeight),e(t)},afterContent:function(e,t){var n=e(t);return this.$instance.find("[autofocus]:not([disabled])").focus(),this.onResize(t),n}}}),u.featherlight=l,u.fn.featherlight=function(e,t){return l.attach(this,e,t),this},u(document).ready(function(){l._onReady()})}else"console"in window&&window.console.info("Too much lightness, Featherlight needs jQuery.");function l(e,t){if(!(this instanceof l)){var n=new l(e,t);return n.open(),n}this.id=l.id++,this.setup(e,t),this.chainCallbacks(l._callbackChain)}}(jQuery),function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery"],e):"undefined"!=typeof module&&module.exports?module.exports=e(require("jquery")):e(jQuery)}(function(b){"use strict";var t=function(e){return"function"==typeof e},v=b.scrollTo=function(e,t,n){return b(window).scrollTo(e,t,n)};function _(e){return!e.nodeName||-1!==b.inArray(e.nodeName.toLowerCase(),["iframe","#document","html","body"])}function a(e){return t(e)||b.isPlainObject(e)?e:{top:e,left:e}}return v.defaults={axis:"xy",duration:0,limit:!0},b.fn.scrollTo=function(e,n,g){"object"==typeof n&&(g=n,n=0),"function"==typeof g&&(g={onAfter:g}),"max"===e&&(e=9e9),g=b.extend({},v.defaults,g),n=n||g.duration;var x=g.queue&&1<g.axis.length;return x&&(n/=2),g.offset=a(g.offset),g.over=a(g.over),this.each(function(){if(null!==e){var l,c=_(this),u=c?this.contentWindow||window:this,d=b(u),h=e,p={};switch(typeof h){case"number":case"string":if(/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(h)){h=a(h);break}h=c?b(h):b(h,u);case"object":if(0===h.length)return;(h.is||h.style)&&(l=(h=b(h)).offset())}var f=t(g.offset)&&g.offset(u,h)||g.offset;b.each(g.axis.split(""),function(e,t){var n="x"===t?"Left":"Top",a=n.toLowerCase(),s="scroll"+n,i=d[s](),o=v.max(u,t);if(l)p[s]=l[a]+(c?0:i-d.offset()[a]),g.margin&&(p[s]-=parseInt(h.css("margin"+n),10)||0,p[s]-=parseInt(h.css("border"+n+"Width"),10)||0),p[s]+=f[a]||0,g.over[a]&&(p[s]+=h["x"===t?"width":"height"]()*g.over[a]);else{var r=h[a];p[s]=r.slice&&"%"===r.slice(-1)?parseFloat(r)/100*o:r}g.limit&&/^\d+$/.test(p[s])&&(p[s]=p[s]<=0?0:Math.min(p[s],o)),!e&&1<g.axis.length&&(i===p[s]?p={}:x&&(m(g.onAfterFirst),p={}))}),m(g.onAfter)}function m(e){var t=b.extend({},g,{queue:!0,duration:n,complete:e&&function(){e.call(u,h,g)}});d.animate(p,t)}})},v.max=function(e,t){var n="x"===t?"Width":"Height",a="scroll"+n;if(!_(e))return e[a]-b(e)[n.toLowerCase()]();var s="client"+n,i=e.ownerDocument||e.document,o=i.documentElement,r=i.body;return Math.max(o[a],r[a])-Math.min(o[s],r[s])},b.Tween.propHooks.scrollLeft=b.Tween.propHooks.scrollTop={get:function(e){return b(e.elem)[e.prop]()},set:function(e){var t=this.get(e);if(e.options.interrupt&&e._last&&e._last!==t)return b(e.elem).stop();var n=Math.round(e.now);t!==n&&(b(e.elem)[e.prop](n),e._last=this.get(e))}},v}),function(){"use strict";function e(w){w.fn._fadeIn=w.fn.fadeIn;var T=w.noop||function(){},I=/MSIE/.test(navigator.userAgent),$=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent),E=(document.documentMode,"function"==typeof document.createElement("div").style.setExpression&&document.createElement("div").style.setExpression);w.blockUI=function(e){n(window,e)},w.unblockUI=function(e){U(window,e)},w.growlUI=function(e,t,n,a){var s=w('<div class="growlUI"></div>');e&&s.append("<h1>"+e+"</h1>"),t&&s.append("<h2>"+t+"</h2>"),void 0===n&&(n=3e3);var i=function(e){e=e||{},w.blockUI({message:s,fadeIn:void 0!==e.fadeIn?e.fadeIn:700,fadeOut:void 0!==e.fadeOut?e.fadeOut:1e3,timeout:void 0!==e.timeout?e.timeout:n,centerY:!1,showOverlay:!1,onUnblock:a,css:w.blockUI.defaults.growlCSS})};i();s.css("opacity");s.on("mouseover",function(){i({fadeIn:0,timeout:3e4});var e=w(".blockMsg");e.stop(),e.fadeTo(300,1)}).on("mouseout",function(){w(".blockMsg").fadeOut(1e3)})},w.fn.block=function(e){if(this[0]===window)return w.blockUI(e),this;var t=w.extend({},w.blockUI.defaults,e||{});return this.each(function(){var e=w(this);t.ignoreIfBlocked&&e.data("blockUI.isBlocked")||e.unblock({fadeOut:0})}),this.each(function(){"static"==w.css(this,"position")&&(this.style.position="relative",w(this).data("blockUI.static",!0)),this.style.zoom=1,n(this,e)})},w.fn.unblock=function(e){return this[0]===window?(w.unblockUI(e),this):this.each(function(){U(this,e)})},w.blockUI.version=2.7,w.blockUI.defaults={message:"<h1>Please wait...</h1>",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,focusableElements:":input:enabled:visible",onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var A=null,D=[];function n(e,s){var t,n,i=e==window,a=s&&void 0!==s.message?s.message:void 0;if(!(s=w.extend({},w.blockUI.defaults,s||{})).ignoreIfBlocked||!w(e).data("blockUI.isBlocked")){if(s.overlayCSS=w.extend({},w.blockUI.defaults.overlayCSS,s.overlayCSS||{}),t=w.extend({},w.blockUI.defaults.css,s.css||{}),s.onOverlayClick&&(s.overlayCSS.cursor="pointer"),n=w.extend({},w.blockUI.defaults.themedCSS,s.themedCSS||{}),a=void 0===a?s.message:a,i&&A&&U(window,{fadeOut:0}),a&&"string"!=typeof a&&(a.parentNode||a.jquery)){var o=a.jquery?a[0]:a,r={};w(e).data("blockUI.history",r),r.el=o,r.parent=o.parentNode,r.display=o.style.display,r.position=o.style.position,r.parent&&r.parent.removeChild(o)}w(e).data("blockUI.onUnblock",s.onUnblock);var l,c,u,d,h=s.baseZ;l=I||s.forceIframe?w('<iframe class="blockUI" style="z-index:'+h+++';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+s.iframeSrc+'"></iframe>'):w('<div class="blockUI" style="display:none"></div>'),c=s.theme?w('<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+h+++';display:none"></div>'):w('<div class="blockUI blockOverlay" style="z-index:'+h+++';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>'),s.theme&&i?(d='<div class="blockUI '+s.blockMsgClass+' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(h+10)+';display:none;position:fixed">',s.title&&(d+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(s.title||"&nbsp;")+"</div>"),d+='<div class="ui-widget-content ui-dialog-content"></div>',d+="</div>"):s.theme?(d='<div class="blockUI '+s.blockMsgClass+' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(h+10)+';display:none;position:absolute">',s.title&&(d+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(s.title||"&nbsp;")+"</div>"),d+='<div class="ui-widget-content ui-dialog-content"></div>',d+="</div>"):d=i?'<div class="blockUI '+s.blockMsgClass+' blockPage" style="z-index:'+(h+10)+';display:none;position:fixed"></div>':'<div class="blockUI '+s.blockMsgClass+' blockElement" style="z-index:'+(h+10)+';display:none;position:absolute"></div>',u=w(d),a&&(s.theme?(u.css(n),u.addClass("ui-widget-content")):u.css(t)),s.theme||c.css(s.overlayCSS),c.css("position",i?"fixed":"absolute"),(I||s.forceIframe)&&l.css("opacity",0);var p=[l,c,u],f=w(i?"body":e);w.each(p,function(){this.appendTo(f)}),s.theme&&s.draggable&&w.fn.draggable&&u.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var m=E&&(!w.support.boxModel||0<w("object,embed",i?null:e).length);if($||m){if(i&&s.allowBodyStretch&&w.support.boxModel&&w("html,body").css("height","100%"),($||!w.support.boxModel)&&!i)var g=O(e,"borderTopWidth"),x=O(e,"borderLeftWidth"),b=g?"(0 - "+g+")":0,v=x?"(0 - "+x+")":0;w.each(p,function(e,t){var n=t[0].style;if(n.position="absolute",e<2)i?n.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+s.quirksmodeOffsetHack+') + "px"'):n.setExpression("height",'this.parentNode.offsetHeight + "px"'),i?n.setExpression("width",'jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):n.setExpression("width",'this.parentNode.offsetWidth + "px"'),v&&n.setExpression("left",v),b&&n.setExpression("top",b);else if(s.centerY)i&&n.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"'),n.marginTop=0;else if(!s.centerY&&i){var a="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+(s.css&&s.css.top?parseInt(s.css.top,10):0)+') + "px"';n.setExpression("top",a)}})}if(a&&(s.theme?u.find(".ui-widget-content").append(a):u.append(a),(a.jquery||a.nodeType)&&w(a).show()),(I||s.forceIframe)&&s.showOverlay&&l.show(),s.fadeIn){var _=s.onBlock?s.onBlock:T,y=s.showOverlay&&!a?_:T,k=a?_:T;s.showOverlay&&c._fadeIn(s.fadeIn,y),a&&u._fadeIn(s.fadeIn,k)}else s.showOverlay&&c.show(),a&&u.show(),s.onBlock&&s.onBlock.bind(u)();if(j(1,e,s),i?(A=u[0],D=w(s.focusableElements,A),s.focusInput&&setTimeout(S,20)):function(e,t,n){var a=e.parentNode,s=e.style,i=(a.offsetWidth-e.offsetWidth)/2-O(a,"borderLeftWidth"),o=(a.offsetHeight-e.offsetHeight)/2-O(a,"borderTopWidth");t&&(s.left=0<i?i+"px":"0");n&&(s.top=0<o?o+"px":"0")}(u[0],s.centerX,s.centerY),s.timeout){var C=setTimeout(function(){i?w.unblockUI(s):w(e).unblock(s)},s.timeout);w(e).data("blockUI.timeout",C)}}}function U(e,t){var n,a,s=e==window,i=w(e),o=i.data("blockUI.history"),r=i.data("blockUI.timeout");r&&(clearTimeout(r),i.removeData("blockUI.timeout")),t=w.extend({},w.blockUI.defaults,t||{}),j(0,e,t),null===t.onUnblock&&(t.onUnblock=i.data("blockUI.onUnblock"),i.removeData("blockUI.onUnblock")),a=s?w(document.body).children().filter(".blockUI").add("body > .blockUI"):i.find(">.blockUI"),t.cursorReset&&(1<a.length&&(a[1].style.cursor=t.cursorReset),2<a.length&&(a[2].style.cursor=t.cursorReset)),s&&(A=D=null),t.fadeOut?(n=a.length,a.stop().fadeOut(t.fadeOut,function(){0==--n&&l(a,o,t,e)})):l(a,o,t,e)}function l(e,t,n,a){var s=w(a);if(!s.data("blockUI.isBlocked")){e.each(function(e,t){this.parentNode&&this.parentNode.removeChild(this)}),t&&t.el&&(t.el.style.display=t.display,t.el.style.position=t.position,t.el.style.cursor="default",t.parent&&t.parent.appendChild(t.el),s.removeData("blockUI.history")),s.data("blockUI.static")&&s.css("position","static"),"function"==typeof n.onUnblock&&n.onUnblock(a,n);var i=w(document.body),o=i.width(),r=i[0].style.width;i.width(o-1).width(o),i[0].style.width=r}}function j(e,t,n){var a=t==window,s=w(t);if((e||(!a||A)&&(a||s.data("blockUI.isBlocked")))&&(s.data("blockUI.isBlocked",e),a&&n.bindEvents&&(!e||n.showOverlay))){var i="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";e?w(document).on(i,n,o):w(document).off(i,o)}}function o(e){if("keydown"===e.type&&e.keyCode&&9==e.keyCode&&A&&e.data.constrainTabKey){var t=D,n=!e.shiftKey&&e.target===t[t.length-1],a=e.shiftKey&&e.target===t[0];if(n||a)return setTimeout(function(){S(a)},10),!1}var s=e.data,i=w(e.target);return i.hasClass("blockOverlay")&&s.onOverlayClick&&s.onOverlayClick(e),0<i.parents("div."+s.blockMsgClass).length||0===i.parents().children().filter("div.blockUI").length}function S(e){if(D){var t=D[!0===e?D.length-1:0];t&&t.trigger("focus")}}function O(e,t){return parseInt(w.css(e,t),10)||0}}"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],e):e(jQuery)}(),function(r,t,n,e){"use strict";var a="AuxWizard",s={modalClass:".aux-open-modal",loading:aux_setup_params.svg_loader};function i(e,t){this.element=e,this.$element=r(e),this.settings=r.extend({},s,t),this._defaults=s,this._name=a,this.$modalElement=null,this._modalButton=null,this._ajaxData=null,this._ajaxUrl=aux_setup_params.ajaxurl,this._elStorage={},this._importData={},this.$isotopeTemplate=null,this.$isotopeList=null,this.$isotopePlugins=null,this.init()}r.extend(i.prototype,{init:function(){this._callIsotope(),r(".aux-isotope-group").on("change",this._changeGroup.bind(this)),this._openModal(),this._manipulations(),this._lazyloadConfig(),r(n).on("click",".aux-next-step",this._stepManager.bind(this)),r(n).on("click",".aux-install-demo",this._demoManager.bind(this)),r(n).on("click",".aux-uninstall-demo",this._uninstallDemo.bind(this)),r(n).on("click",".aux-copy-template",this._tempManager.bind(this)),r(n).on("click",".install-plugins",this._pluginManager.bind(this)),r(n).on("click",".aux-install-updates",this._updateManager.bind(this)),r(n).on("submit",".auxin-check-purchase",this._activateLicense.bind(this)),r(n).on("click",".aux-refresh-page",this._refresh.bind(this)),r(n).on("click",".aux-verify-elements-email",this._verifyEnvatoElementsEmail.bind(this)),r(n).on("click",".aux-verify-elements-token",this._verifyEnvatoElementsToken.bind(this))},_globalAJAX:function(e){r.ajax({url:this._ajaxUrl,type:"post",data:this._ajaxData}).done(e)},_refresh:function(e){void 0!==e.preventDefault&&e.preventDefault(),location.reload()},_activateLicense:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget),n=t.find(".aux-activate-license"),a=t.find(".aux-notice"),s=null,i={};r.each(t.serializeArray(),function(e,t){i[t.name]=t.value}),a.length||(a=r("<div>",{class:"aux-notice"}).appendTo(t)),this._ajaxData={action:i.action,usermail:i.usermail,purchase:i.purchase,security:i.security},n.addClass("aux-button-loading"),a.removeClass("success warning").hide(),this._controlActions("off"),this._globalAJAX(function(e){null!==e&&e.success?(n.addClass("aux-button-success aux-refresh-page"),a.addClass("success"),s="aux-button-success aux-button-loading",r(this._modalButton).closest(".aux-purchase-activation-notice").fadeOut()):(n.addClass("aux-button-error"),a.addClass("warning"),s="aux-button-error aux-button-loading"),t.removeClass("aux-form-in-progress"),setTimeout(function(){n.removeClass(s),n.find("span").text(e.data.buttonText)},1e3),a.show().html(e.data.message),this._controlActions("on")}.bind(this))}},_openModal:function(){var t=this,e=(r(t.settings.modalClass).featherlight({targetAttr:"href",closeOnEsc:!1,closeOnClick:!1,contentFilters:["ajax"],loading:this.settings.loading,otherClose:".aux-pp-close",afterOpen:function(e){if(r(".featherlight .aux-wizard-plugins").length)new PerfectScrollbar(".featherlight .aux-wizard-plugins");t._modalButton=e.currentTarget,t.$modalElement=this.$instance,r(t._modalButton).hasClass("aux-has-next-action")&&t._tempManager({currentTarget:e.currentTarget})}}),r(".aux-ajax-open-modal").featherlight({targetAttr:"href",contentFilters:["ajax"],otherClose:".aux-pp-close",closeOnClick:!1,loading:this.settings.loading,afterOpen:function(e){t._modalButton=e.currentTarget,t.$modalElement=this.$instance}}));1===e.data("auto-open")&&e.trigger("click")},_changeGroup:function(e){if(e.currentTarget){var t=e.currentTarget.checked?"section":"page";this._ajaxData={action:"aux_isotope_group",group:t,nonce:r(e.currentTarget).data("nonce"),key:"templates_kit"},this._globalAJAX(function(e){null!==e&&e.success?this.$isotopeTemplate.AuxIsotope("changeGroup",t):console.log(e)}.bind(this))}},_updateManager:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget);this.$buttonParentEl=t.closest(".aux-updates-step"),this.$updatesListEl=this.$buttonParentEl.find(".aux-update-list"),this.$updatesList=this.$updatesListEl.find(".aux-item"),this._itemsCompleted=0,this._attemptsBuffer=0,this._currentItem=null,this._itemType=null,this._dataNonce=t.data("nonce"),this._buttonTarget=e.currentTarget,this.$currentNode=null,this.$updatesListEl.addClass("installing"),t.text(aux_setup_params.btnworks_text).addClass("disabled"),this._controlActions("off"),this._processUpdates()}},_processUpdates:function(){var e=this,t=!1;this.$currentNode&&(this.$currentNode.data("done_item")||(this._itemsCompleted++,this.$currentNode.data("done_item",1))),this.$updatesList.each(function(){null==e._currentItem||t?(r(this).addClass("work-in-progress"),e._currentItem=r(this).data("key"),e._itemType=r(this).data("type"),e.$currentNode=r(this),e._installUpdate(),t=!1):r(this).data("key")===e._currentItem&&(r(this).removeClass("work-in-progress"),t=!0)}),this._itemsCompleted>=this.$updatesList.length&&(this._controlActions("on"),this.$updatesListEl.removeClass("installing"),r(this._buttonTarget).text(aux_setup_params.activate_text).removeClass("disabled"),0==this.$updatesList.not(".aux-success").length&&this._refresh({currentTarget:this._buttonTarget}))},_installUpdate:function(){this._currentItem&&(this._ajaxData={action:"auxin_start_upgrading",key:this._currentItem,type:this._itemType,nonce:this._dataNonce},this._globalAJAX(function(e){this._updateActions(e)}.bind(this)))},_updateActions:function(e){"object"==typeof e&&e.success?(this.$currentNode.find(".column-status span").text(e.data.successMessage),this.$currentNode.addClass("aux-success").find(".aux-check-column").remove(),this.$currentNode.find(".check-column").append("<i class='aux-success-icon auxicon-check-mark-circle-outline'></i>")):this.$currentNode.addClass("aux-error").find(".column-status span").text(e.data.errorMessage),this._processUpdates()},_stepManager:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget),n=this.$modalElement.find(".aux-steps-col");if(this._ajaxData={action:"aux_step_manager",next_step:t.data("next-step"),nonce:t.data("step-nonce"),args:t.data("args"),next_action:t.data("next-action"),demo_id:t.data("demo-id"),plugins:t.data("demo-plugins")},n.addClass("aux-step-in-progress"),this._controlActions("off"),void 0!==t.data("demo-id")){var a=t.closest(".aux-setup-demo-actions");a.find(".aux-return-back").addClass("hide"),a.find(".aux-progress").removeClass("hide"),a.find(".aux-progress .aux-big").css("z-index",1)}this._globalAJAX(function(e){null!==e&&e.success?(n.removeClass("aux-step-in-progress").html(e.data.markup),this._ajaxData.next_action&&this._tempManager({currentTarget:this._modalButton})):console.log(e),this._controlActions("on")}.bind(this))}},_tempManager:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget),n=null!=this.$modalElement?this.$modalElement.find(".aux-steps-col"):null;this._ajaxData={action:"auxin_templates_data",verify:t.data("nonce"),ID:t.data("template-id"),type:t.data("template-type"),tmpl:t.data("template-page-tmpl"),status:t.data("status-type"),title:t.data("template-title")},"copy"===this._ajaxData.status&&t.addClass("aux-button-loading"),this._controlActions("off"),this._globalAJAX(function(e){null!==e&&e.success?"copy"===e.data.status?(this._updateElementorLocalStorage(this._ajaxData.type,e.data.result.content),t.addClass("aux-button-success"),setTimeout(function(){t.removeClass("aux-button-success aux-button-loading")},1e3)):(t.data("status-type","copy").prop("data-status-type","copy").addClass("aux-copy-template aux-orange").removeClass("aux-import-template aux-has-next-action aux-green2").removeAttr("href"),t.find("span").text(e.data.label),t.next(".aux-more-button").removeClass("hide"),n.html(e.data.result)):n.html(e.data),this._controlActions("on")}.bind(this))}},_updateElementorLocalStorage:function(e,t){this._elStorage.transfer={type:"copy",elementsType:e,elements:t},localStorage.setItem("elementor",JSON.stringify(this._elStorage))},_demoManager:function(t){if(t.currentTarget){void 0!==t.preventDefault&&t.preventDefault();var e=r(t.currentTarget),n=e.closest(".aux-setup-demo-actions"),a=n.find(".aux-return-back"),s=n.find(".aux-progress"),i=this.$modalElement.find(".aux-install-demos"),o=this.$modalElement.find(".aux-install-demos-waiting");this._ajaxData={action:"auxin_demo_data",ID:e.data("import-id"),verify:e.data("nonce"),options:i.find(".aux-import-parts").serializeArray()},this.$progressBarLabelEl=s.find(".aux-progress-label"),i.addClass("hide"),o.removeClass("hide"),a.addClass("hide"),s.removeClass("hide"),this.$progressBarLabelEl.text("Getting Demo Data ..."),this._controlActions("off"),this._globalAJAX(function(e){null!==e&&e.success?this._demoImport({target:t.currentTarget,step:"download",message:"Downloading Media ...",index:null}):(console.log(e),i.removeClass("hide"),o.addClass("hide"),a.removeClass("hide"),s.addClass("hide"),this._controlActions("on"))}.bind(this))}},_demoImport:function(t){this._ajaxData={action:"import_step",step:t.step,index:t.index},this.$progressBarLabelEl.text(t.message),this._globalAJAX(function(e){null!==e&&e.success?"final"!==e.data.next?this._demoImport({target:t.target,step:e.data.next,message:e.data.message,index:e.data.hasOwnProperty("index")?e.data.index:""}):(this.$progressBarLabelEl.text(e.data.message),setTimeout(function(){this._controlActions("on"),this._stepManager({currentTarget:t.target})}.bind(this),1e3)):console.log(e)}.bind(this))},_uninstallDemo:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget),n=t.closest(".aux-setup-demo-actions");this._ajaxData={action:"aux_ajax_uninstall",id:t.data("demo-id"),key:r(this._modalButton).data("demo-key"),nonce:t.data("demo-nonce"),plugins:t.data("demo-plugins")},n.find(".aux-return-back").addClass("hide"),n.find(".aux-progress").removeClass("hide"),this._controlActions("off"),this._globalAJAX(function(e){n.find(".aux-return-back").removeClass("hide"),n.find(".aux-progress").addClass("hide"),null!==e&&e.success?(this.$modalElement.find(".aux-steps-col").html(e.data.markup),r(this._modalButton).removeClass("aux-uninstall aux-orange").addClass("aux-green2").text(e.data.button).attr("href",e.data.url)):console.log(e),this._controlActions("on")}.bind(this))}},_pluginManager:function(e){if(e.currentTarget){void 0!==e.preventDefault&&e.preventDefault();var t=r(e.currentTarget);this.$buttonParentEl=t.closest(".aux-has-required-plugins"),this.$pluginsListEl=this.$buttonParentEl.find(".aux-wizard-plugins"),this._selectedPluginsNum=this.$buttonParentEl.find('.aux-plugin input[name="plugin[]"]:checked').length,this._itemsCompleted=0,this._attemptsBuffer=0,this._currentItem=null,this._buttonTarget=e.currentTarget,this.$currentNode=null,this.$pluginsListEl.addClass("installing"),t.text(aux_setup_params.btnworks_text).addClass("disabled"),this._controlActions("off"),this._processPlugins()}},_processPlugins:function(){var e=this,t=!1,n=this.$buttonParentEl.find(".aux-plugin");this._pluginScrollTo(),this.$currentNode&&(this.$currentNode.data("done_item")||(this._itemsCompleted++,this.$currentNode.data("done_item",1)),this.$currentNode.find(".spinner").css("visibility","hidden")),n.each(function(){null==e._currentItem||t?r(this).find('input[name="plugin[]"]').is(":checked")&&(r(this).addClass("work-in-progress"),e._currentItem=r(this).data("slug"),e.$currentNode=r(this),e.$currentNode.find(".spinner").css("visibility","visible"),e._installPlugin(),t=!1):r(this).data("slug")===e._currentItem&&(r(this).removeClass("work-in-progress"),t=!0)}),this._itemsCompleted>=this._selectedPluginsNum&&(this._controlActions("on"),this.$buttonParentEl.find(".aux-wizard-plugins").removeClass("installing"),r(this._buttonTarget).text(aux_setup_params.activate_text),this.$buttonParentEl.find(".skip-next").text(aux_setup_params.nextstep_text),0==this.$buttonParentEl.find(".aux-plugin").not(".aux-success").length&&this.$buttonParentEl.hasClass("aux-modal-item")&&this._stepManager({currentTarget:this._buttonTarget}))},_installPlugin:function(){if(this._currentItem){var e=this.$buttonParentEl.find('.aux-wizard-plugins input[name="plugin[]"]:checked').map(function(){return r(this).val()}).get();this._ajaxData={action:"aux_setup_plugins",wpnonce:aux_setup_params.wpnonce,slug:this._currentItem,plugins:e},this._globalAJAX(function(e){this._pluginActions(e)}.bind(this))}},_pluginActions:function(t){"object"==typeof t&&t.success?(this.$currentNode.find(".column-status span").text(t.data.message),void 0!==t.data.url?this.currentItemHash==t.data.hash?(this.$currentNode.data("done_item",0).find(".column-status span").text("failed"),this.currentItemHash=null,this._installPlugin()):(this._ajaxUrl=t.data.url,this._ajaxData=t.data,this.currentItemHash=t.data.hash,this._globalAJAX(function(e){this._ajaxUrl=aux_setup_params.ajaxurl,this.$currentNode.find(".column-status span").text(t.data.message),this._installPlugin()}.bind(this))):(this.$currentNode.addClass("aux-success").find(".aux-check-column").remove(),this.$currentNode.find(".check-column").append("<i class='aux-success-icon auxicon-check-mark-circle-outline'></i>"),this._processPlugins())):1<this._attemptsBuffer?(this._attemptsBuffer=0,this.$currentNode.addClass("aux-error").find(".column-status span").text("Ajax Error!"),this._processPlugins()):(this.currentItemHash=null,this._attemptsBuffer++,this._installPlugin())},_pluginScrollTo:function(){r(".aux-modal-item .aux-wizard-plugins").each(function(){r(this).scrollTo(r(this).find(".work-in-progress"),400)})},_controlActions:function(e){switch(e){case"on":r(t).off("beforeunload"),r(n).on("keydown keypress keyup"),r(".aux-pp-close").removeClass("hide");break;default:r(t).on("beforeunload",function(){return aux_setup_params.onbefore_text}),r(n).off("keydown keypress keyup"),r(".aux-pp-close").addClass("hide")}},_callIsotope:function(){this.$isotopeTemplate=r(".aux-isotope-templates").AuxIsotope({itemSelector:".aux-iso-item",revealTransitionDuration:0,revealBetweenDelay:0,revealTransitionDelay:0,hideTransitionDuration:0,hideBetweenDelay:0,hideTransitionDelay:0,updateUponResize:!0,transitionHelper:!0,filters:".aux-filters",slug:"filter",imgSizes:!0}),this.$isotopeList=r(".aux-isotope-list").AuxIsotope({itemSelector:".aux-iso-item",revealTransitionDuration:600,revealBetweenDelay:50,revealTransitionDelay:0,hideTransitionDuration:300,hideBetweenDelay:0,hideTransitionDelay:0,updateUponResize:!0,transitionHelper:!0,filters:".aux-filters",slug:"filter",imgSizes:!0}),this.$isotopePlugins=r(".aux-isotope-plugins-list").AuxIsotope({itemSelector:".aux-iso-item",revealTransitionDuration:600,revealBetweenDelay:50,revealTransitionDelay:50,hideTransitionDuration:100,hideBetweenDelay:0,hideTransitionDelay:0,updateUponResize:!0,transitionHelper:!0,filters:".aux-filters",slug:"filter",imgSizes:!0})},_lazyloadConfig:function(){n.addEventListener("lazyloaded",function(e){r(t).trigger("resize")})},_manipulations:function(){r(".aux-togglable").AuxinToggleSelected(),r('.aux-wizard-plugins input[name="plugin[]"]').each(function(){r(this).is(":checked")?r(this).closest(".aux-table-row").addClass("is-checked"):r(this).closest(".aux-table-row").removeClass("is-checked"),r(this).on("click",function(){r(this).is(":checked")?r(this).closest(".aux-table-row").addClass("is-checked"):r(this).closest(".aux-table-row").removeClass("is-checked")})}),r(".aux-plugins-step input[type=checkbox]").on("change",function(){0<r('.aux-wizard-plugins input[name="plugin[]"]').filter(":checked").length?r(".install-plugins").removeClass("disabled"):r(".install-plugins").addClass("disabled")}),r(n).on("click",".aux-install-demos input[type=checkbox]",function(e){0<r(".featherlight-content").find("input[type=checkbox]").filter(":checked").length?r(".featherlight-content").find(".button-next").removeClass("aux-next-step").data("callback","install_demos").attr("data-callback","install_demos").text(aux_setup_params.makedemo_text):r(".featherlight-content").find(".button-next").addClass("aux-next-step").text(aux_setup_params.nextstep_text).data("callback",null).removeAttr("data-callback")}),r(n).on("click",".aux-radio",function(e){r(this).closest("form").find(".aux-border").removeClass("is-checked"),r(this).parent(".aux-border").addClass("is-checked")}),r(n).on("click",".aux-more-button",function(e){e.preventDefault(),r(this).next(".aux-more-items").toggleClass("aux-display")})},_verifyEnvatoElementsEmail:function(e){if(e.currentTarget){var t=r(".email-field").val(),n=this,a=this.$modalElement.find(".aux-steps-col");this._buttonTarget=e.currentTarget,this._ajaxData={action:"aux_verify_envato_elements_email",email:t},a.addClass("aux-step-in-progress"),this._globalAJAX(function(e){e.status?n._stepManager({currentTarget:n._buttonTarget}):(a.removeClass("aux-step-in-progress"),r(".token-wrapper .result").addClass("error").text(e.message))})}},_verifyEnvatoElementsToken:function(e){if(e.currentTarget){var t=r(".token-field").val(),n=this,a=this.$modalElement.find(".aux-steps-col");this._buttonTarget=e.currentTarget,this._ajaxData={action:"aux_verify_envato_elements_token",token:t},a.addClass("aux-step-in-progress"),this._globalAJAX(function(e){e.status?(a.removeClass("aux-step-in-progress"),r(".token-wrapper .result").addClass("success").text(e.message),n._stepManager({currentTarget:n._buttonTarget})):(a.removeClass("aux-step-in-progress"),r(".token-wrapper .result").addClass("error").text(e.message))})}}}),r.fn[a]=function(e){return this.each(function(){new i(this,e)})}}(jQuery,window,document);
admin/assets/js/solo/visualselect.js CHANGED
@@ -246,7 +246,7 @@
246
  $('<span class="' + st.caption + '">' + caption + '</span>').appendTo($visualItem);
247
  }
248
 
249
- $visualItem.click(self._onItemClick.bind( self ))
250
  .data('selectOption', $selectOption)
251
  .appendTo(self.$selectCont);
252
 
246
  $('<span class="' + st.caption + '">' + caption + '</span>').appendTo($visualItem);
247
  }
248
 
249
+ $visualItem.on('click', self._onItemClick.bind( self ))
250
  .data('selectOption', $selectOption)
251
  .appendTo(self.$selectCont);
252
 
admin/assets/js/tinymce/plugins/auxin-btns.js CHANGED
@@ -343,4 +343,4 @@
343
  });
344
 
345
  })();
346
- (function($, w){ $(w).resize(); })(jQuery, window);
343
  });
344
 
345
  })();
346
+ (function($, w){ $(w).trigger('resize'); })(jQuery, window);
auxin-elements.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
- * Version: 2.8.6
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
+ * Version: 2.8.7
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
includes/classes/class-auxin-demo-importer.php CHANGED
@@ -1350,6 +1350,9 @@ class Auxin_Demo_Importer {
1350
  }
1351
  // Remove local demo file
1352
  wp_delete_file( $this->get_theme_dir() . '/demo.json' );
 
 
 
1353
  // Send final success message
1354
  wp_send_json_success( array( 'step' => 'prepare_site', 'next' => 'final', 'message' => __( 'All steps are successful', 'auxin-elements' ) ) );
1355
  }
@@ -1438,10 +1441,11 @@ class Auxin_Demo_Importer {
1438
  */
1439
  public function shortcode_process( $content ) {
1440
  // Return if not contain Shortcode
1441
- if ( false === strpos( $content, '[' ) ) {
1442
  return $content;
1443
  }
1444
 
 
1445
  // Make a copy of content
1446
  $new_content = $content;
1447
  // Detect shortcode usage
@@ -1493,6 +1497,24 @@ class Auxin_Demo_Importer {
1493
  }
1494
  }
1495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1496
  return $new_content;
1497
  }
1498
 
1350
  }
1351
  // Remove local demo file
1352
  wp_delete_file( $this->get_theme_dir() . '/demo.json' );
1353
+
1354
+ do_action( 'auxin_demo_import_finish' );
1355
+
1356
  // Send final success message
1357
  wp_send_json_success( array( 'step' => 'prepare_site', 'next' => 'final', 'message' => __( 'All steps are successful', 'auxin-elements' ) ) );
1358
  }
1441
  */
1442
  public function shortcode_process( $content ) {
1443
  // Return if not contain Shortcode
1444
+ if ( false === strpos( $content, '[' ) && false === strpos( $content, '<!--' ) ) {
1445
  return $content;
1446
  }
1447
 
1448
+
1449
  // Make a copy of content
1450
  $new_content = $content;
1451
  // Detect shortcode usage
1497
  }
1498
  }
1499
 
1500
+ // Check for gutenberg blocks
1501
+ preg_match_all( '/<!-- .*?(?={)({.*)?(?=-->)-->(.|\n)*?(?=-->)/', $new_content, $blocks, PREG_SET_ORDER );
1502
+ if ( !empty( $blocks ) ) {
1503
+ foreach( $blocks as $block ) {
1504
+ $attributes = json_decode( $block[1], true );
1505
+ if ( strpos( $block[0], 'wp:image' ) ) {
1506
+ $new_image_id = $this->get_attachment_id( 'auxin_import_id', $attributes['id'] );
1507
+ $attachment_url = wp_get_attachment_image_src( $new_image_id, $attributes['sizeSlug'] );
1508
+
1509
+ $new_block = str_replace( '"id":' . $attributes['id'], '"id":' . $new_image_id, $block[0] );
1510
+ $new_block = str_replace( 'wp-image-' . $attributes['id'], 'wp-image-' . $new_image_id, $new_block );
1511
+ $new_block = preg_replace( '/src=".*?(?=")/', 'src="' . $attachment_url[0], $new_block );
1512
+
1513
+ $new_content = str_replace( $block[0], $new_block, $new_content );
1514
+ }
1515
+ }
1516
+ }
1517
+
1518
  return $new_content;
1519
  }
1520
 
includes/classes/class-auxin-welcome.php CHANGED
@@ -900,9 +900,46 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
900
  <div class="aux-setup-content">
901
 
902
  <div class="aux-demo-importer-step aux-fadein-animation">
 
 
 
 
 
 
 
 
 
 
903
 
904
- <div class="aux-demo-list aux-grid-list aux-isotope-list">
905
- <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
906
  if( ! is_array( $demo_list ) ){
907
  echo '<p class="aux-grid-item grid_12">'. __( 'An error occurred while downloading the list of demo sites. Please try again later.' ) .'</p>';
908
  } else {
@@ -912,8 +949,33 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
912
 
913
  // Check demo license
914
  $is_demo_allowed = auxin_is_activated() || !$args['is_pro'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
915
 
916
- echo '<div data-demo-id="demo-'.$args['id'].'" class="aux-grid-item aux-iso-item grid_4 '.$is_active_demo.'">';
917
  echo '<div class="aux-grid-item-inner">';
918
  echo '<div class="aux-grid-item-media">';
919
  echo '<img class="demo_thumbnail aux-preload aux-blank" data-src='.$args['thumbnail'].' src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">';
@@ -1136,16 +1198,23 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1136
  /**
1137
  * This function will removing the last imported demo
1138
  */
1139
- public function ajax_uninstall(){
1140
  // Check Security Token
1141
- if ( ! isset( $_POST['nonce'] ) || ! wp_verify_nonce( $_POST['nonce'], 'aux-demo-uninstall' ) ) {
1142
- // This nonce is not valid.
1143
- wp_send_json_error( esc_html__( 'Security Token Error!', 'auxin-elements' ) );
 
 
 
 
 
 
 
1144
  }
1145
 
1146
  // Checking the Active Demo ID with requested one
1147
  $last_demo = get_option( 'auxin_last_imported_demo' );
1148
- $request_id = isset( $_POST['id'] ) ? $_POST['id'] : false;
1149
  if( ! $request_id || ! $last_demo || $last_demo['id'] != $request_id ) {
1150
  wp_send_json_error( esc_html__( 'You can\'t remove this demo.', 'auxin-elements' ) );
1151
  }
@@ -1179,6 +1248,21 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1179
  }
1180
  }
1181
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1182
  // Remove Menus
1183
  $menus = $wpdb->get_results( "SELECT * FROM {$wpdb->prefix}options WHERE option_name LIKE '%auxin_demo_importer_menu_origin_id_%'", OBJECT );
1184
  foreach ($menus as $key => $menu) {
@@ -1200,19 +1284,37 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1200
  update_option( 'sidebars_widgets', array( 'array_version' => 3 ) );
1201
 
1202
  // Disable all demo plugins other than auxin plugins...
1203
- $demo_plugins = isset( $_POST['plugins'] ) ? $_POST['plugins'] : array();
 
 
 
 
 
 
 
 
1204
  if( ! empty( $demo_plugins ) ) {
 
 
 
 
1205
  $active_plugins = get_option( 'active_plugins' );
1206
  foreach ( $active_plugins as $key => $name ) {
1207
- if( auxin_strposa( $name, $demo_plugins ) && strpos( $name, 'auxin' ) === false ){
1208
- unset( $active_plugins[$key] );
 
 
 
 
 
 
1209
  }
1210
  }
1211
  update_option( 'active_plugins', $active_plugins );
1212
  }
1213
 
1214
  // Remove Additional CSS data
1215
- wp_update_custom_css_post( NULL );
1216
 
1217
  // Stores css content in custom css file
1218
  auxin_save_custom_css();
@@ -1222,6 +1324,10 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1222
  // And finally remove the last imported demo info
1223
  delete_option( 'auxin_last_imported_demo' );
1224
 
 
 
 
 
1225
  ob_start();
1226
  ?>
1227
  <div class="aux-setup-demo-content aux-content-col aux-step-import-completed">
@@ -1363,8 +1469,8 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1363
  }
1364
 
1365
 
1366
- public function step_manager() {
1367
- $next_step = $_POST['next_step'];
1368
  $nonce = $_POST['nonce'];
1369
  $args = $_POST['args'];
1370
 
@@ -1408,6 +1514,10 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1408
  '10' => array(
1409
  'method' => 'envato_elements_success_step',
1410
  'next' => '3'
 
 
 
 
1411
  )
1412
 
1413
  );
@@ -1450,6 +1560,11 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1450
  }
1451
 
1452
  public function second_step( array $args, $next_step ) {
 
 
 
 
 
1453
 
1454
  // Goto next step, if no required plugins found
1455
  if( ! isset( $args['plugins'] ) ) {
@@ -1527,6 +1642,61 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1527
  endif;
1528
  }
1529
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1530
  public function third_step( array $args, $next_step ) {
1531
  ob_start();
1532
  ?>
900
  <div class="aux-setup-content">
901
 
902
  <div class="aux-demo-importer-step aux-fadein-animation">
903
+ <div class="aux-isotope-filters aux-filters aux-underline aux-clearfix aux-togglable aux-clearfix aux-center">
904
+ <?php
905
+ $categories_list = [];
906
+ foreach ( $demo_list['items'] as $key => $args ) {
907
+
908
+ if ( !empty( $args['category'] ) && $args['category'] != "[]" ) {
909
+ $categories = str_replace( '"', '', substr( $args['category'], 1, -1 ) );
910
+ } else {
911
+ $categories = '';
912
+ }
913
 
914
+ $categories_array = explode( ',', $categories );
915
+ foreach ( $categories_array as $index => $category ) {
916
+ $categories_list[ $category ] = isset( $categories_list[ $category ] ) ? ++$categories_list[ $category ] : 1;
917
+ }
918
+ }
919
+ ?>
920
+ <ul class="aux-group-filter">
921
+ <li data-filter="all"><a href="#" class="aux-selected"><span data-select="<?php _e('All Templates', 'auxin-elements'); ?>"><?php _e('All Templates', 'auxin-elements'); ?><span>(<?php echo count( $demo_list['items']);?>)</span></span></a></li>
922
+ <?php
923
+
924
+ // move shop category to second position
925
+ $categories_list = auxin_array_insert_after( $categories_list, key( $categories_list ), [ "Shop" => $categories_list['Shop'] ] );
926
+ $categories_list = array_map( "unserialize", array_unique( array_map( "serialize", $categories_list ) ) );
927
+
928
+ foreach ( $categories_list as $category => $demos_count ) {
929
+ $filter = strtolower( preg_replace( '/[^A-Za-z0-9\-]/', '', wp_specialchars_decode( $category ) ) );
930
+ if ( empty( $filter ) ) {
931
+ continue;
932
+ }
933
+ echo '<li data-filter="'. $filter .'-subject"><a href="#"><span data-select="'. $filter .'">'. $category .'<span>(' . $demos_count . ')</span></span></a></li>';
934
+ }
935
+ ?>
936
+ </ul>
937
+ <div class="aux-isotope-search-wrapper">
938
+ <input type="text" placeholder="<?php echo esc_html__( 'Search Templates', 'auxin-elements' ); ?>" class="aux-isotope-search">
939
+ </div>
940
+ </div>
941
+ <div class="aux-demo-list aux-grid-list aux-isotope-list" data-search-filter="true">
942
+ <?php
943
  if( ! is_array( $demo_list ) ){
944
  echo '<p class="aux-grid-item grid_12">'. __( 'An error occurred while downloading the list of demo sites. Please try again later.' ) .'</p>';
945
  } else {
949
 
950
  // Check demo license
951
  $is_demo_allowed = auxin_is_activated() || !$args['is_pro'];
952
+
953
+ if ( !empty( $args['category'] ) && $args['category'] != "[]" ) {
954
+ $categories = str_replace( '"', '', substr( $args['category'], 1, -1 ) );
955
+ } else {
956
+ $categories = '';
957
+ }
958
+ $categories_array = explode( ',', $categories );
959
+ foreach( $categories_array as $cat_key => $category ) {
960
+ $categories_array[ $cat_key ] = strtolower( preg_replace( '/[^A-Za-z0-9\-]/', '', wp_specialchars_decode( $category ) ) );
961
+ }
962
+ $categories_class = implode( '-subject ', $categories_array );
963
+ $categories_class = !empty( $categories_class ) ? $categories_class . '-subject' : '';
964
+
965
+ if ( !empty( $args['tags'] ) && $args['tags'] != "[]" ) {
966
+ $tags = str_replace( '"', '', substr( $args['tags'], 1, -1 ) );
967
+ } else {
968
+ $tags = '';
969
+ }
970
+ $tags_array = explode( ',', $tags );
971
+ foreach( $tags_array as $tag_key => $tag ) {
972
+ $tags_array[ $tag_key ] = strtolower( preg_replace( '/[^A-Za-z0-9\-]/', '', wp_specialchars_decode( $tag ) ) );
973
+ }
974
+ $tags_class = implode( '-tag ', $tags_array );
975
+ $tags_class = !empty( $tags_class ) ? $tags_class . '-tag' : '';
976
+
977
 
978
+ echo '<div data-demo-id="demo-'.$args['id'].'" class="aux-grid-item aux-iso-item grid_4 '.$is_active_demo. ' ' . esc_attr( $categories_class ) . ' ' . esc_attr( $tags_class ) . '">';
979
  echo '<div class="aux-grid-item-inner">';
980
  echo '<div class="aux-grid-item-media">';
981
  echo '<img class="demo_thumbnail aux-preload aux-blank" data-src='.$args['thumbnail'].' src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">';
1198
  /**
1199
  * This function will removing the last imported demo
1200
  */
1201
+ public function ajax_uninstall( $request_id = false, $nonce = '', $next_step = '' ){
1202
  // Check Security Token
1203
+ if ( empty( $nonce ) ) {
1204
+ if ( ! isset( $_POST['nonce'] ) || ! wp_verify_nonce( $_POST['nonce'], 'aux-demo-uninstall' ) ) {
1205
+ // This nonce is not valid.
1206
+ wp_send_json_error( esc_html__( 'Security Token Error!', 'auxin-elements' ) );
1207
+ }
1208
+ } else {
1209
+ if ( ! wp_verify_nonce( $nonce, 'aux-step-manager' ) ) {
1210
+ // This nonce is not valid.
1211
+ wp_send_json_error( esc_html__( 'Security Token Error!', 'auxin-elements' ) );
1212
+ }
1213
  }
1214
 
1215
  // Checking the Active Demo ID with requested one
1216
  $last_demo = get_option( 'auxin_last_imported_demo' );
1217
+ $request_id = empty( $request_id ) && isset( $_POST['id'] ) ? $_POST['id'] : $request_id;
1218
  if( ! $request_id || ! $last_demo || $last_demo['id'] != $request_id ) {
1219
  wp_send_json_error( esc_html__( 'You can\'t remove this demo.', 'auxin-elements' ) );
1220
  }
1248
  }
1249
  }
1250
 
1251
+ // Remove imported templates
1252
+ $posts = get_posts( array(
1253
+ 'post_type' => 'elementor_library',
1254
+ 'posts_per_page' => -1,
1255
+ 'post_status' => 'any',
1256
+ 'meta_key' => 'auxin_import_post'
1257
+ ) );
1258
+ if ( $posts ) {
1259
+ // bypass elementor confirm question for deleting imported kit
1260
+ $_GET['force_delete_kit'] = 1;
1261
+ foreach ( $posts as $post ) {
1262
+ wp_delete_post( $post->ID );
1263
+ }
1264
+ }
1265
+
1266
  // Remove Menus
1267
  $menus = $wpdb->get_results( "SELECT * FROM {$wpdb->prefix}options WHERE option_name LIKE '%auxin_demo_importer_menu_origin_id_%'", OBJECT );
1268
  foreach ($menus as $key => $menu) {
1284
  update_option( 'sidebars_widgets', array( 'array_version' => 3 ) );
1285
 
1286
  // Disable all demo plugins other than auxin plugins...
1287
+ $data = $this->get_demo_list();
1288
+ $uninstall_demo = [];
1289
+ foreach( $data['items'] as $item ) {
1290
+ if ( $item['id'] == $request_id ) {
1291
+ $uninstall_demo = $item;
1292
+ break;
1293
+ }
1294
+ }
1295
+ $demo_plugins = isset( $uninstall_demo['plugins'] ) ? $uninstall_demo['plugins'] : '';
1296
  if( ! empty( $demo_plugins ) ) {
1297
+ $demo_plugins = str_replace( '"', '', $demo_plugins );
1298
+ $demo_plugins = str_replace( '\\', '', $demo_plugins );
1299
+ $demo_plugins = explode( ',' , trim( $demo_plugins, '[]') );
1300
+
1301
  $active_plugins = get_option( 'active_plugins' );
1302
  foreach ( $active_plugins as $key => $name ) {
1303
+ if ( strpos( $name, 'auxin' ) !== false ) {
1304
+ continue;
1305
+ }
1306
+
1307
+ foreach( $demo_plugins as $plugin_key => $plugin ) {
1308
+ if( ( strpos( $name, $plugin ) === 0 || strpos( $name, $plugin ) ) && $plugin != 'elementor' ){
1309
+ unset( $active_plugins[$key] );
1310
+ }
1311
  }
1312
  }
1313
  update_option( 'active_plugins', $active_plugins );
1314
  }
1315
 
1316
  // Remove Additional CSS data
1317
+ wp_update_custom_css_post('');
1318
 
1319
  // Stores css content in custom css file
1320
  auxin_save_custom_css();
1324
  // And finally remove the last imported demo info
1325
  delete_option( 'auxin_last_imported_demo' );
1326
 
1327
+ if ( !empty( $nonce ) ) {
1328
+ return $this->step_manager( $next_step );
1329
+ }
1330
+
1331
  ob_start();
1332
  ?>
1333
  <div class="aux-setup-demo-content aux-content-col aux-step-import-completed">
1469
  }
1470
 
1471
 
1472
+ public function step_manager( $next_step = '' ) {
1473
+ $next_step = empty( $next_step ) ? $_POST['next_step'] : $next_step;
1474
  $nonce = $_POST['nonce'];
1475
  $args = $_POST['args'];
1476
 
1514
  '10' => array(
1515
  'method' => 'envato_elements_success_step',
1516
  'next' => '3'
1517
+ ),
1518
+ '11' => array(
1519
+ 'method' => 'uninstall_demo_through_wizard',
1520
+ 'next' => '2'
1521
  )
1522
 
1523
  );
1560
  }
1561
 
1562
  public function second_step( array $args, $next_step ) {
1563
+ $last_demo_imported = get_option( 'auxin_last_imported_demo' );
1564
+ $is_active_demo = ! empty( $last_demo_imported ) && $last_demo_imported['id'];
1565
+ if ( $is_active_demo ) {
1566
+ return $this->uninstall_step( $last_demo_imported['id'], $args );
1567
+ }
1568
 
1569
  // Goto next step, if no required plugins found
1570
  if( ! isset( $args['plugins'] ) ) {
1642
  endif;
1643
  }
1644
 
1645
+ public function uninstall_step( $demo_id, array $args ) {
1646
+ $data = $this->get_demo_list();
1647
+ $items = $data['items'];
1648
+ foreach( $items as $item ) {
1649
+ if ( $item['id'] == $demo_id ) {
1650
+ $uninstall_args = $item;
1651
+ break;
1652
+ }
1653
+ }
1654
+
1655
+ $args['plugins'] = stripslashes( $args['plugins'] );
1656
+ $args['tags'] = stripslashes( $args['tags'] );
1657
+ $args['category'] = stripslashes( $args['category'] );
1658
+
1659
+ ob_start();
1660
+ ?>
1661
+ <div class="aux-setup-demo-content aux-content-col aux-step-import-notice aux-uninstall-demo-content">
1662
+ <img src="<?php echo esc_url( $uninstall_args['screen'] ); ?>" />
1663
+ <div class="aux-installed-template">Installed Template</div>
1664
+ <div><h2 class="aux-step-import-title aux-iconic-title"><?php esc_html_e( 'You already have installed template!', 'auxin-elements' ); ?></h2></div>
1665
+ <p class="aux-step-description">
1666
+ <?php esc_html_e( "For better and faster install proccess it's recommanded to install demo on a clean wordpress website.", 'auxin-elements' ); ?>
1667
+ </p>
1668
+ </div>
1669
+ <div class="aux-setup-demo-actions">
1670
+ <div class="aux-return-back">
1671
+ <a href="#"
1672
+ class="aux-button aux-next-step aux-red aux-medium"
1673
+ data-next-step="11"
1674
+ data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>"
1675
+ data-demo-plugins="<?php echo htmlspecialchars( wp_json_encode( $args['plugins'] ), ENT_QUOTES, 'UTF-8' ); ?>"
1676
+ data-demo-id="<?php echo esc_attr( $demo_id ); ?>"
1677
+ data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>">
1678
+ <?php _e( 'Unistall Template', 'auxin-elements' ); ?>
1679
+ </a>
1680
+ <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1681
+ <?php _e( 'Cancel', 'auxin-elements' ); ?>
1682
+ </a>
1683
+ </div>
1684
+ <div class="aux-progress hide">
1685
+ <div class="aux-big">
1686
+ <div class="aux-progress-bar aux-progress-info aux-progress-active" data-percent="100" style="transition: none; width: 100%;">
1687
+ <span class="aux-progress-label"><?php esc_html_e( 'Please wait, this may take several minutes ..', 'auxin-elements' ); ?></span>
1688
+ </div>
1689
+ </div>
1690
+ </div>
1691
+ </div>
1692
+ <?php
1693
+ return ob_get_clean();
1694
+ }
1695
+
1696
+ public function uninstall_demo_through_wizard() {
1697
+ return $this->ajax_uninstall( $_POST['demo_id'], $_POST['nonce'], '2' );
1698
+ }
1699
+
1700
  public function third_step( array $args, $next_step ) {
1701
  ob_start();
1702
  ?>
includes/define.php CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
12
  }
13
 
14
 
15
- define( 'AUXELS_VERSION' , '2.8.6' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '2.8.7' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
includes/elementor/modules/settings/base/manager.php CHANGED
@@ -27,6 +27,7 @@ abstract class Manager {
27
  add_action( 'elementor/document/after_save', [ $this, 'on_save_settings' ], 10, 2 );
28
  add_action( 'elementor/document/after_save', [ $this, 'elementor_after_save' ], 10, 2 );
29
  add_action( 'customize_save_after', [ $this, 'sync_customizer_with_elementor'] );
 
30
  }
31
 
32
  /**
@@ -116,6 +117,20 @@ abstract class Manager {
116
  }
117
  }
118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  /**
120
  * Sync Customizer with elementor for elementor global colors
121
  *
27
  add_action( 'elementor/document/after_save', [ $this, 'on_save_settings' ], 10, 2 );
28
  add_action( 'elementor/document/after_save', [ $this, 'elementor_after_save' ], 10, 2 );
29
  add_action( 'customize_save_after', [ $this, 'sync_customizer_with_elementor'] );
30
+ add_action( 'auxin_demo_import_finish', [ $this, 'after_demo_import'] );
31
  }
32
 
33
  /**
117
  }
118
  }
119
 
120
+ /**
121
+ * update elementor global colors in customizer
122
+ *
123
+ * @return void
124
+ */
125
+ public function after_demo_import() {
126
+
127
+ // get and update system colors in customizer
128
+ $current_settings = \Elementor\Plugin::$instance->kits_manager->get_current_settings();
129
+ foreach ( $current_settings['system_colors'] as $color ) {
130
+ auxin_update_option( 'elementor_color_' . $color['_id'], $color['color'] );
131
+ }
132
+ }
133
+
134
  /**
135
  * Sync Customizer with elementor for elementor global colors
136
  *
includes/elementor/widgets/gallery.php CHANGED
@@ -492,8 +492,9 @@ class Gallery extends Widget_Base {
492
  'type' => Controls_Manager::DIMENSIONS,
493
  'size_units' => array( 'px', '%' ),
494
  'selectors' => array(
495
- '{{WRAPPER}} .aux-gallery-container .gallery-item .aux-frame-ratio-inner' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}}; overflow:hidden;'
496
- ),
 
497
  )
498
  );
499
 
492
  'type' => Controls_Manager::DIMENSIONS,
493
  'size_units' => array( 'px', '%' ),
494
  'selectors' => array(
495
+ '{{WRAPPER}} .aux-gallery-container .gallery-item .aux-frame-ratio-inner' => 'overflow:hidden;',
496
+ '{{WRAPPER}} .aux-gallery-container .gallery-item .aux-frame-ratio-inner, {{WRAPPER}} .aux-gallery-container .aux-frame-ratio-inner:after' => 'border-radius:{{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};'
497
+ )
498
  )
499
  );
500
 
includes/elementor/widgets/image.php CHANGED
@@ -416,10 +416,7 @@ class Image extends Widget_Base {
416
  'image_style_section',
417
  array(
418
  'label' => __( 'Image', 'auxin-elements' ),
419
- 'tab' => Controls_Manager::TAB_STYLE,
420
- 'condition' => array(
421
- 'image!' => '',
422
- ),
423
  )
424
  );
425
 
416
  'image_style_section',
417
  array(
418
  'label' => __( 'Image', 'auxin-elements' ),
419
+ 'tab' => Controls_Manager::TAB_STYLE
 
 
 
420
  )
421
  );
422
 
includes/elementor/widgets/recent-posts-grid-carousel.php CHANGED
@@ -2024,6 +2024,8 @@ class RecentPostsGridCarousel extends Widget_Base {
2024
  'image_aspect_ratio' => $settings['image_aspect_ratio'] === 'custom' ? $settings['image_aspect_ratio_custom']['size'] : $settings['image_aspect_ratio'],
2025
  );
2026
 
 
 
2027
  if( auxin_is_true( $settings['use_wp_query'] ) ){
2028
  $args['use_wp_query'] = true;
2029
  $args['reset_query'] = false;
2024
  'image_aspect_ratio' => $settings['image_aspect_ratio'] === 'custom' ? $settings['image_aspect_ratio_custom']['size'] : $settings['image_aspect_ratio'],
2025
  );
2026
 
2027
+ $args['image_aspect_ratio'] = empty( $args['image_aspect_ratio' ] ) ? 0.75 : $args['image_aspect_ratio'];
2028
+
2029
  if( auxin_is_true( $settings['use_wp_query'] ) ){
2030
  $args['use_wp_query'] = true;
2031
  $args['reset_query'] = false;
includes/general-functions.php CHANGED
@@ -2077,7 +2077,7 @@ function auxin_get_header_template(){
2077
  $template_ID = ( ! empty( auxin_get_post_meta( $post, 'page_elementor_header_template' ) ) && auxin_get_post_meta($post , 'page_header_use_legacy' ) !== 'default' ) ?
2078
  auxin_get_post_meta( $post, 'page_elementor_header_template' ) : $template_ID ;
2079
  // get translated template if wpml enabled
2080
- $template_ID = ( function_exists( 'icl_object_id' ) && defined( 'ICL_LANGUAGE_CODE' ) ) ? icl_object_id( $template_ID, 'elementor_library', false, ICL_LANGUAGE_CODE ) : $template_ID;
2081
 
2082
  $attrs = [
2083
  'class' => ['aux-elementor-header'],
@@ -2123,7 +2123,7 @@ function auxin_get_footer_template(){
2123
  $template_ID = ( ! empty( auxin_get_post_meta( $post, 'page_elementor_footer_template' ) ) && auxin_get_post_meta($post , 'page_footer_use_legacy' ) !== 'default' ) ?
2124
  auxin_get_post_meta( $post, 'page_elementor_footer_template' ) : $template_ID ;
2125
  // get translated template if wpml enabled
2126
- $template_ID = ( function_exists( 'icl_object_id' ) && defined( 'ICL_LANGUAGE_CODE' ) ) ? icl_object_id( $template_ID, 'elementor_library', false, ICL_LANGUAGE_CODE ) : $template_ID;
2127
 
2128
  $attrs = [
2129
  'class' => ['aux-elementor-footer'],
@@ -2530,4 +2530,22 @@ function auxin_get_available_image_sizes() {
2530
  */
2531
  function auxin_get_array_value( $array, $key, $default = '' ){
2532
  return isset( $array[ $key ] ) ? $array[ $key ] : $default;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2533
  }
2077
  $template_ID = ( ! empty( auxin_get_post_meta( $post, 'page_elementor_header_template' ) ) && auxin_get_post_meta($post , 'page_header_use_legacy' ) !== 'default' ) ?
2078
  auxin_get_post_meta( $post, 'page_elementor_header_template' ) : $template_ID ;
2079
  // get translated template if wpml enabled
2080
+ $template_ID = ( function_exists( 'icl_object_id' ) && defined( 'ICL_LANGUAGE_CODE' ) ) ? icl_object_id( $template_ID, 'elementor_library', true, ICL_LANGUAGE_CODE ) : $template_ID;
2081
 
2082
  $attrs = [
2083
  'class' => ['aux-elementor-header'],
2123
  $template_ID = ( ! empty( auxin_get_post_meta( $post, 'page_elementor_footer_template' ) ) && auxin_get_post_meta($post , 'page_footer_use_legacy' ) !== 'default' ) ?
2124
  auxin_get_post_meta( $post, 'page_elementor_footer_template' ) : $template_ID ;
2125
  // get translated template if wpml enabled
2126
+ $template_ID = ( function_exists( 'icl_object_id' ) && defined( 'ICL_LANGUAGE_CODE' ) ) ? icl_object_id( $template_ID, 'elementor_library', true, ICL_LANGUAGE_CODE ) : $template_ID;
2127
 
2128
  $attrs = [
2129
  'class' => ['aux-elementor-footer'],
2530
  */
2531
  function auxin_get_array_value( $array, $key, $default = '' ){
2532
  return isset( $array[ $key ] ) ? $array[ $key ] : $default;
2533
+ }
2534
+
2535
+ /**
2536
+ * Insert a value or key/value pair after a specific key in an array. If key doesn't exist, value is appended
2537
+ * to the end of the array.
2538
+ *
2539
+ * @param array $array - old array
2540
+ * @param string $key
2541
+ * @param array $new - array that will insert in old array
2542
+ *
2543
+ * @return array
2544
+ */
2545
+ function auxin_array_insert_after( array $array, $key, array $new ) {
2546
+ $keys = array_keys( $array );
2547
+ $index = array_search( $key, $keys );
2548
+ $pos = false === $index ? count( $array ) : $index + 1;
2549
+
2550
+ return array_merge( array_slice( $array, 0, $pos ), $new, array_slice( $array, $pos ) );
2551
  }
languages/auxin-elements-fa_IR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
- "POT-Creation-Date: 2021-08-14 06:13:07+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -58,8 +58,9 @@ msgid "It's OK."
58
  msgstr ""
59
 
60
  #: admin/includes/admin-ajax.php:262
61
- #: includes/classes/class-auxin-welcome.php:1143
62
- #: includes/classes/class-auxin-welcome.php:1259
 
63
  msgid "Security Token Error!"
64
  msgstr ""
65
 
@@ -95,9 +96,9 @@ msgstr ""
95
  #: includes/classes/class-auxin-demo-importer.php:114
96
  #: includes/classes/class-auxin-demo-importer.php:157
97
  #: includes/classes/class-auxin-demo-importer.php:192
98
- #: includes/classes/class-auxin-welcome.php:1238
99
- #: includes/classes/class-auxin-welcome.php:1273
100
- #: includes/classes/class-auxin-welcome.php:1641
101
  msgid "Close"
102
  msgstr ""
103
 
@@ -359,9 +360,9 @@ msgid "You need to enter a unique id for notice."
359
  msgstr ""
360
 
361
  #: admin/includes/classes/class-auxin-notices.php:186
362
- #: includes/classes/class-auxin-welcome.php:1693
363
- #: includes/classes/class-auxin-welcome.php:1722
364
- #: includes/classes/class-auxin-welcome.php:1797
365
  msgid "Skip"
366
  msgstr ""
367
 
@@ -1016,7 +1017,7 @@ msgid "Whether to add border below the header on this page."
1016
  msgstr ""
1017
 
1018
  #: admin/includes/metaboxes/metabox-fields-general-header.php:325
1019
- #: includes/elementor/widgets/image.php:639
1020
  #: includes/elementor/widgets/theme-elements/modern-search.php:677
1021
  #, fuzzy
1022
  msgid "Border Color"
@@ -1413,7 +1414,7 @@ msgstr "پیش فرض"
1413
  #: includes/elementor/widgets/heading-modern.php:582
1414
  #: includes/elementor/widgets/heading-modern.php:753
1415
  #: includes/elementor/widgets/icon.php:246
1416
- #: includes/elementor/widgets/image.php:539
1417
  #: includes/elementor/widgets/mailchimp.php:352
1418
  #: includes/elementor/widgets/mailchimp.php:609
1419
  #: includes/elementor/widgets/modern-button.php:407
@@ -1799,23 +1800,23 @@ msgid "Processing: Download"
1799
  msgstr ""
1800
 
1801
  #: includes/classes/class-auxels-admin-assets.php:67
1802
- #: includes/classes/class-auxin-welcome.php:1314
1803
- #: includes/classes/class-auxin-welcome.php:1441
1804
- #: includes/classes/class-auxin-welcome.php:1750
1805
- #: includes/classes/class-auxin-welcome.php:1820
1806
  #, fuzzy
1807
  msgid "Continue"
1808
  msgstr "دربرگیرنده"
1809
 
1810
  #: includes/classes/class-auxels-admin-assets.php:68
1811
  #: includes/classes/class-auxin-welcome.php:526
1812
- #: includes/classes/class-auxin-welcome.php:1516
1813
  #, fuzzy
1814
  msgid "Install Plugins"
1815
  msgstr "افزونه های فعال"
1816
 
1817
  #: includes/classes/class-auxels-admin-assets.php:69
1818
- #: includes/classes/class-auxin-welcome.php:1607
1819
  #, fuzzy
1820
  msgid "Import Content"
1821
  msgstr "محتوای جعبه ای"
@@ -2013,7 +2014,7 @@ msgstr ""
2013
  msgid "Preparing Site ..."
2014
  msgstr ""
2015
 
2016
- #: includes/classes/class-auxin-demo-importer.php:1354
2017
  msgid "All steps are successful"
2018
  msgstr ""
2019
 
@@ -2269,12 +2270,13 @@ msgid "Remove"
2269
  msgstr ""
2270
 
2271
  #: includes/classes/class-auxin-walker-nav-menu-back.php:384
2272
- #: includes/classes/class-auxin-welcome.php:1317
2273
- #: includes/classes/class-auxin-welcome.php:1345
2274
- #: includes/classes/class-auxin-welcome.php:1444
2275
- #: includes/classes/class-auxin-welcome.php:1518
2276
- #: includes/classes/class-auxin-welcome.php:1609
2277
- #: includes/classes/class-auxin-welcome.php:1752
 
2278
  msgid "Cancel"
2279
  msgstr ""
2280
 
@@ -2490,6 +2492,7 @@ msgid "Activated"
2490
  msgstr ""
2491
 
2492
  #: includes/classes/class-auxin-welcome.php:749
 
2493
  msgid "Search Templates"
2494
  msgstr ""
2495
 
@@ -2505,14 +2508,14 @@ msgid "Download"
2505
  msgstr ""
2506
 
2507
  #: includes/classes/class-auxin-welcome.php:821
2508
- #: includes/classes/class-auxin-welcome.php:936
2509
  msgid "Unlock"
2510
  msgstr ""
2511
 
2512
  #: includes/classes/class-auxin-welcome.php:833
2513
- #: includes/classes/class-auxin-welcome.php:947
2514
- #: includes/classes/class-auxin-welcome.php:1235
2515
- #: includes/classes/class-auxin-welcome.php:1638
2516
  msgid "Preview"
2517
  msgstr ""
2518
 
@@ -2525,286 +2528,305 @@ msgstr ""
2525
  msgid "Create new page"
2526
  msgstr "صفحه جاری"
2527
 
2528
- #: includes/classes/class-auxin-welcome.php:907
 
 
 
 
2529
  #, fuzzy
2530
  msgid ""
2531
  "An error occurred while downloading the list of demo sites. Please try again "
2532
  "later."
2533
  msgstr "خطایی رخ داده است. بازخورد قابل تحویل نیست، لطفا دوباره تلاش کنید."
2534
 
2535
- #: includes/classes/class-auxin-welcome.php:931
2536
- #: includes/classes/class-auxin-welcome.php:1342
2537
  msgid "Uninstall"
2538
  msgstr ""
2539
 
2540
- #: includes/classes/class-auxin-welcome.php:931
2541
- #: includes/classes/class-auxin-welcome.php:1246
2542
  msgid "Import"
2543
  msgstr ""
2544
 
2545
- #: includes/classes/class-auxin-welcome.php:1034
2546
  msgid "You have already the latest version."
2547
  msgstr ""
2548
 
2549
- #: includes/classes/class-auxin-welcome.php:1038
2550
  msgid "New updates are available."
2551
  msgstr ""
2552
 
2553
- #: includes/classes/class-auxin-welcome.php:1039
2554
  msgid ""
2555
  "The following items require update, click update button to update them to "
2556
  "the latest version."
2557
  msgstr ""
2558
 
2559
- #: includes/classes/class-auxin-welcome.php:1048
2560
  msgid "Last checked "
2561
  msgstr ""
2562
 
2563
- #: includes/classes/class-auxin-welcome.php:1050
2564
  msgid "ago"
2565
  msgstr ""
2566
 
2567
- #: includes/classes/class-auxin-welcome.php:1070
2568
- #: includes/classes/class-auxin-welcome.php:1100
2569
- #: includes/classes/class-auxin-welcome.php:1492
2570
  msgid "Ready to update"
2571
  msgstr ""
2572
 
2573
- #: includes/classes/class-auxin-welcome.php:1120
2574
  msgid "Update Now"
2575
  msgstr ""
2576
 
2577
- #: includes/classes/class-auxin-welcome.php:1123
2578
  msgid "Check Again"
2579
  msgstr ""
2580
 
2581
- #: includes/classes/class-auxin-welcome.php:1150
2582
  msgid "You can't remove this demo."
2583
  msgstr ""
2584
 
2585
- #: includes/classes/class-auxin-welcome.php:1229
2586
  msgid "Done!"
2587
  msgstr ""
2588
 
2589
- #: includes/classes/class-auxin-welcome.php:1230
2590
  msgid "Demo has been successfully uninstalled."
2591
  msgstr ""
2592
 
2593
- #: includes/classes/class-auxin-welcome.php:1292
2594
  #: public/includes/frontend-ajax.php:180 public/includes/frontend-ajax.php:243
2595
  msgid "An Error Occurred!"
2596
  msgstr ""
2597
 
2598
- #: includes/classes/class-auxin-welcome.php:1306
2599
  #, fuzzy
2600
  msgid "Notice"
2601
  msgstr "نکته"
2602
 
2603
- #: includes/classes/class-auxin-welcome.php:1308
2604
  msgid ""
2605
  "For better and faster result, it's recommended to install the demo on a "
2606
  "clean WordPress website."
2607
  msgstr ""
2608
 
2609
- #: includes/classes/class-auxin-welcome.php:1334
2610
  msgid "Warning!"
2611
  msgstr ""
2612
 
2613
- #: includes/classes/class-auxin-welcome.php:1336
2614
  msgid "This process will erase all images, posts and settings of this demo..."
2615
  msgstr ""
2616
 
2617
- #: includes/classes/class-auxin-welcome.php:1341
2618
  msgid "Are you sure you want to uninstall this demo?"
2619
  msgstr ""
2620
 
2621
- #: includes/classes/class-auxin-welcome.php:1351
2622
- #: includes/classes/class-auxin-welcome.php:1615
 
2623
  msgid "Please wait, this may take several minutes .."
2624
  msgstr ""
2625
 
2626
- #: includes/classes/class-auxin-welcome.php:1417
2627
  msgid "An error occurred!"
2628
  msgstr ""
2629
 
2630
- #: includes/classes/class-auxin-welcome.php:1419
2631
  msgid "Method not exist!"
2632
  msgstr ""
2633
 
2634
- #: includes/classes/class-auxin-welcome.php:1433
2635
- #: includes/classes/class-auxin-welcome.php:1469
2636
  msgid "Required Plugins for this demo."
2637
  msgstr ""
2638
 
2639
- #: includes/classes/class-auxin-welcome.php:1435
2640
  msgid ""
2641
  "For better and faster install process it's recommended to install demo on a "
2642
  "clean WordPress website."
2643
  msgstr ""
2644
 
2645
- #: includes/classes/class-auxin-welcome.php:1470
2646
  msgid "The following plugins are required to be installed for this demo."
2647
  msgstr ""
2648
 
2649
- #: includes/classes/class-auxin-welcome.php:1484
2650
  #, fuzzy
2651
  msgid "Ready to install"
2652
  msgstr "تکرار افقی"
2653
 
2654
- #: includes/classes/class-auxin-welcome.php:1488
2655
  #, fuzzy
2656
  msgid "Not activated"
2657
  msgstr "اصلا"
2658
 
2659
- #: includes/classes/class-auxin-welcome.php:1534
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2660
  msgid "Import Demo Content of Phlox Theme."
2661
  msgstr ""
2662
 
2663
- #: includes/classes/class-auxin-welcome.php:1539
2664
  msgid "Complete pre-build Website"
2665
  msgstr ""
2666
 
2667
- #: includes/classes/class-auxin-welcome.php:1544
2668
  #, fuzzy
2669
  msgid "Import media (images, videos, etc.)"
2670
  msgstr "نمایش رسانه های نوشته (تصویر، ویدیو، غیره)"
2671
 
2672
- #: includes/classes/class-auxin-welcome.php:1551
2673
  msgid "Selected Data Only"
2674
  msgstr ""
2675
 
2676
- #: includes/classes/class-auxin-welcome.php:1557
2677
  #, fuzzy
2678
  msgid "Posts/Pages"
2679
  msgstr "نوشته ها"
2680
 
2681
- #: includes/classes/class-auxin-welcome.php:1562
2682
  #, fuzzy
2683
  msgid "Media"
2684
  msgstr "متوسط"
2685
 
2686
- #: includes/classes/class-auxin-welcome.php:1567
2687
  #, fuzzy
2688
  msgid "Widgets"
2689
  msgstr "عنوان ابزارک"
2690
 
2691
- #: includes/classes/class-auxin-welcome.php:1574
2692
  msgid "Menus"
2693
  msgstr ""
2694
 
2695
- #: includes/classes/class-auxin-welcome.php:1579
2696
  #, fuzzy
2697
  msgid "Theme Options"
2698
  msgstr "تنظیمات طراحی"
2699
 
2700
- #: includes/classes/class-auxin-welcome.php:1584
2701
  msgid "MasterSlider (If Available)"
2702
  msgstr ""
2703
 
2704
- #: includes/classes/class-auxin-welcome.php:1594
2705
  msgid "Importing Demo Content is in Progress..."
2706
  msgstr ""
2707
 
2708
- #: includes/classes/class-auxin-welcome.php:1595
2709
  msgid ""
2710
  "This process may take 5 to 10 minutes to complete, please do not close or "
2711
  "refresh this page."
2712
  msgstr ""
2713
 
2714
- #: includes/classes/class-auxin-welcome.php:1629
2715
  msgid "Congratulations!"
2716
  msgstr ""
2717
 
2718
- #: includes/classes/class-auxin-welcome.php:1630
2719
  msgid "Demo has been successfully imported."
2720
  msgstr ""
2721
 
2722
- #: includes/classes/class-auxin-welcome.php:1635
2723
  #, fuzzy
2724
  msgid "Customize"
2725
  msgstr "تصویر دلخواه"
2726
 
2727
- #: includes/classes/class-auxin-welcome.php:1652
2728
  #, fuzzy
2729
  msgid "Importing page content ..."
2730
  msgstr "تراز تصویر در محتوا."
2731
 
2732
- #: includes/classes/class-auxin-welcome.php:1676
2733
  msgid "Remove Watermarks?"
2734
  msgstr ""
2735
 
2736
- #: includes/classes/class-auxin-welcome.php:1677
2737
  msgid ""
2738
  "Some images in this demo are copyrighted and watermarked, you can remove "
2739
  "watermarks by authorizing your Envato Elements subscription."
2740
  msgstr ""
2741
 
2742
- #: includes/classes/class-auxin-welcome.php:1691
2743
  msgid "Remove Watermarks"
2744
  msgstr ""
2745
 
2746
- #: includes/classes/class-auxin-welcome.php:1706
2747
  msgid "Remove watermarks by authorizing your Envato Elements subscription"
2748
  msgstr ""
2749
 
2750
- #: includes/classes/class-auxin-welcome.php:1707
2751
  msgid ""
2752
  "By subscribing to Envato Elements you will have access to unlimited premium "
2753
  "stock images, icons, graphical assets, videos and more."
2754
  msgstr ""
2755
 
2756
- #: includes/classes/class-auxin-welcome.php:1709
2757
  msgid "Explore and Subscribe"
2758
  msgstr ""
2759
 
2760
- #: includes/classes/class-auxin-welcome.php:1717
2761
  msgid "Already an Envato Elements member?"
2762
  msgstr ""
2763
 
2764
- #: includes/classes/class-auxin-welcome.php:1717
2765
  msgid "Activate here"
2766
  msgstr ""
2767
 
2768
- #: includes/classes/class-auxin-welcome.php:1735
2769
- #: includes/classes/class-auxin-welcome.php:1765
2770
  msgid "Verify Your Envato Elements Subscription"
2771
  msgstr ""
2772
 
2773
- #: includes/classes/class-auxin-welcome.php:1736
2774
  msgid "Enter your email below and click continue button"
2775
  msgstr ""
2776
 
2777
- #: includes/classes/class-auxin-welcome.php:1738
2778
  #, fuzzy
2779
  msgid "Enter your email"
2780
  msgstr "برچسب آیتم زبانه را وارد کنید."
2781
 
2782
- #: includes/classes/class-auxin-welcome.php:1766
2783
  msgid "Enter your token below to verify your Subscription"
2784
  msgstr ""
2785
 
2786
- #: includes/classes/class-auxin-welcome.php:1768
2787
  #, fuzzy
2788
  msgid "Enter token here"
2789
  msgstr "برچسب دکمه را وارد کنید."
2790
 
2791
- #: includes/classes/class-auxin-welcome.php:1780
2792
  msgid "How to generate a token ?"
2793
  msgstr ""
2794
 
2795
- #: includes/classes/class-auxin-welcome.php:1781
2796
  msgid "Don't have subscription?"
2797
  msgstr ""
2798
 
2799
- #: includes/classes/class-auxin-welcome.php:1791
2800
  msgid "Verify Token"
2801
  msgstr ""
2802
 
2803
- #: includes/classes/class-auxin-welcome.php:1810
2804
  msgid "Succeed"
2805
  msgstr ""
2806
 
2807
- #: includes/classes/class-auxin-welcome.php:1811
2808
  msgid ""
2809
  "Congratulations! you have successfully authorized your Envato Elements "
2810
  "subscription."
@@ -3170,7 +3192,7 @@ msgstr ""
3170
  #: includes/elementor/widgets/heading-modern.php:660
3171
  #: includes/elementor/widgets/heading-modern.php:831
3172
  #: includes/elementor/widgets/heading-modern.php:1004
3173
- #: includes/elementor/widgets/image.php:429
3174
  #: includes/elementor/widgets/mailchimp.php:234
3175
  #: includes/elementor/widgets/mailchimp.php:481
3176
  #: includes/elementor/widgets/mailchimp.php:709
@@ -3184,7 +3206,7 @@ msgid "Max Width"
3184
  msgstr "عرض"
3185
 
3186
  #: includes/elementor/modules/common.php:884
3187
- #: includes/elementor/widgets/image.php:458
3188
  #: includes/elementor/widgets/svg.php:250
3189
  #, fuzzy
3190
  msgid "Max Height"
@@ -4368,7 +4390,7 @@ msgid ""
4368
  "container."
4369
  msgstr ""
4370
 
4371
- #: includes/elementor/modules/settings/base/manager.php:145
4372
  #, fuzzy
4373
  msgid "New Color"
4374
  msgstr "رنگ شکلک"
@@ -4607,7 +4629,7 @@ msgstr "کادربندی شده"
4607
  #: includes/elementor/widgets/heading-modern.php:544
4608
  #: includes/elementor/widgets/heading-modern.php:715
4609
  #: includes/elementor/widgets/icon.php:204
4610
- #: includes/elementor/widgets/image.php:502
4611
  #: includes/elementor/widgets/mailchimp.php:326
4612
  #: includes/elementor/widgets/mailchimp.php:571
4613
  #: includes/elementor/widgets/modern-button.php:294
@@ -4683,7 +4705,7 @@ msgstr "معمولی"
4683
  #: includes/elementor/widgets/accordion.php:420
4684
  #: includes/elementor/widgets/accordion.php:458
4685
  #: includes/elementor/widgets/accordion.php:496
4686
- #: includes/elementor/widgets/image.php:653
4687
  #: includes/elementor/widgets/recent-posts-land-style.php:568
4688
  #: includes/elementor/widgets/tabs.php:259
4689
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:280
@@ -5647,7 +5669,7 @@ msgstr ""
5647
  #: includes/elementor/widgets/heading-modern.php:601
5648
  #: includes/elementor/widgets/heading-modern.php:734
5649
  #: includes/elementor/widgets/heading-modern.php:772
5650
- #: includes/elementor/widgets/image.php:683
5651
  #: includes/elementor/widgets/modern-button.php:508
5652
  #: includes/elementor/widgets/modern-button.php:546
5653
  #: includes/elementor/widgets/modern-button.php:608
@@ -6026,7 +6048,7 @@ msgstr ""
6026
  #: includes/elementor/widgets/contact-form.php:1131
6027
  #: includes/elementor/widgets/contact-form.php:1381
6028
  #: includes/elementor/widgets/contact-form.php:1727
6029
- #: includes/elementor/widgets/image.php:573
6030
  #: includes/elementor/widgets/mailchimp.php:376
6031
  #: includes/elementor/widgets/mailchimp.php:644
6032
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:540
@@ -6091,7 +6113,7 @@ msgid "Icon Styles:"
6091
  msgstr ""
6092
 
6093
  #: includes/elementor/widgets/custom-list.php:190
6094
- #: includes/elementor/widgets/image.php:628
6095
  #: includes/elementor/widgets/theme-elements/search.php:201
6096
  #: includes/elementor/widgets/theme-elements/search.php:404
6097
  #: includes/elementor/widgets/touch-slider.php:303
@@ -6679,7 +6701,7 @@ msgstr ""
6679
  #: includes/elementor/widgets/heading-modern.php:462
6680
  #: includes/elementor/widgets/heading-modern.php:647
6681
  #: includes/elementor/widgets/heading-modern.php:818
6682
- #: includes/elementor/widgets/image.php:487
6683
  #: includes/elementor/widgets/svg.php:305
6684
  #: includes/elementor/widgets/testimonial.php:306
6685
  #: includes/elementor/widgets/testimonial.php:683
@@ -6795,7 +6817,7 @@ msgid "Display Hover Image"
6795
  msgstr "نمایش تصویر"
6796
 
6797
  #: includes/elementor/widgets/image.php:179
6798
- #: includes/elementor/widgets/image.php:617
6799
  msgid "Ribbon"
6800
  msgstr ""
6801
 
@@ -6925,12 +6947,12 @@ msgid ""
6925
  "image hover is active."
6926
  msgstr ""
6927
 
6928
- #: includes/elementor/widgets/image.php:591
6929
  #, fuzzy
6930
  msgid "Vertical Move"
6931
  msgstr "عمودی"
6932
 
6933
- #: includes/elementor/widgets/image.php:662
6934
  #: includes/elementor/widgets/quote.php:186
6935
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1600
6936
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1731
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
+ "POT-Creation-Date: 2021-09-06 12:27:57+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
58
  msgstr ""
59
 
60
  #: admin/includes/admin-ajax.php:262
61
+ #: includes/classes/class-auxin-welcome.php:1206
62
+ #: includes/classes/class-auxin-welcome.php:1211
63
+ #: includes/classes/class-auxin-welcome.php:1365
64
  msgid "Security Token Error!"
65
  msgstr ""
66
 
96
  #: includes/classes/class-auxin-demo-importer.php:114
97
  #: includes/classes/class-auxin-demo-importer.php:157
98
  #: includes/classes/class-auxin-demo-importer.php:192
99
+ #: includes/classes/class-auxin-welcome.php:1344
100
+ #: includes/classes/class-auxin-welcome.php:1379
101
+ #: includes/classes/class-auxin-welcome.php:1811
102
  msgid "Close"
103
  msgstr ""
104
 
360
  msgstr ""
361
 
362
  #: admin/includes/classes/class-auxin-notices.php:186
363
+ #: includes/classes/class-auxin-welcome.php:1863
364
+ #: includes/classes/class-auxin-welcome.php:1892
365
+ #: includes/classes/class-auxin-welcome.php:1967
366
  msgid "Skip"
367
  msgstr ""
368
 
1017
  msgstr ""
1018
 
1019
  #: admin/includes/metaboxes/metabox-fields-general-header.php:325
1020
+ #: includes/elementor/widgets/image.php:636
1021
  #: includes/elementor/widgets/theme-elements/modern-search.php:677
1022
  #, fuzzy
1023
  msgid "Border Color"
1414
  #: includes/elementor/widgets/heading-modern.php:582
1415
  #: includes/elementor/widgets/heading-modern.php:753
1416
  #: includes/elementor/widgets/icon.php:246
1417
+ #: includes/elementor/widgets/image.php:536
1418
  #: includes/elementor/widgets/mailchimp.php:352
1419
  #: includes/elementor/widgets/mailchimp.php:609
1420
  #: includes/elementor/widgets/modern-button.php:407
1800
  msgstr ""
1801
 
1802
  #: includes/classes/class-auxels-admin-assets.php:67
1803
+ #: includes/classes/class-auxin-welcome.php:1420
1804
+ #: includes/classes/class-auxin-welcome.php:1551
1805
+ #: includes/classes/class-auxin-welcome.php:1920
1806
+ #: includes/classes/class-auxin-welcome.php:1990
1807
  #, fuzzy
1808
  msgid "Continue"
1809
  msgstr "دربرگیرنده"
1810
 
1811
  #: includes/classes/class-auxels-admin-assets.php:68
1812
  #: includes/classes/class-auxin-welcome.php:526
1813
+ #: includes/classes/class-auxin-welcome.php:1631
1814
  #, fuzzy
1815
  msgid "Install Plugins"
1816
  msgstr "افزونه های فعال"
1817
 
1818
  #: includes/classes/class-auxels-admin-assets.php:69
1819
+ #: includes/classes/class-auxin-welcome.php:1777
1820
  #, fuzzy
1821
  msgid "Import Content"
1822
  msgstr "محتوای جعبه ای"
2014
  msgid "Preparing Site ..."
2015
  msgstr ""
2016
 
2017
+ #: includes/classes/class-auxin-demo-importer.php:1357
2018
  msgid "All steps are successful"
2019
  msgstr ""
2020
 
2270
  msgstr ""
2271
 
2272
  #: includes/classes/class-auxin-walker-nav-menu-back.php:384
2273
+ #: includes/classes/class-auxin-welcome.php:1423
2274
+ #: includes/classes/class-auxin-welcome.php:1451
2275
+ #: includes/classes/class-auxin-welcome.php:1554
2276
+ #: includes/classes/class-auxin-welcome.php:1633
2277
+ #: includes/classes/class-auxin-welcome.php:1681
2278
+ #: includes/classes/class-auxin-welcome.php:1779
2279
+ #: includes/classes/class-auxin-welcome.php:1922
2280
  msgid "Cancel"
2281
  msgstr ""
2282
 
2492
  msgstr ""
2493
 
2494
  #: includes/classes/class-auxin-welcome.php:749
2495
+ #: includes/classes/class-auxin-welcome.php:938
2496
  msgid "Search Templates"
2497
  msgstr ""
2498
 
2508
  msgstr ""
2509
 
2510
  #: includes/classes/class-auxin-welcome.php:821
2511
+ #: includes/classes/class-auxin-welcome.php:998
2512
  msgid "Unlock"
2513
  msgstr ""
2514
 
2515
  #: includes/classes/class-auxin-welcome.php:833
2516
+ #: includes/classes/class-auxin-welcome.php:1009
2517
+ #: includes/classes/class-auxin-welcome.php:1341
2518
+ #: includes/classes/class-auxin-welcome.php:1808
2519
  msgid "Preview"
2520
  msgstr ""
2521
 
2528
  msgid "Create new page"
2529
  msgstr "صفحه جاری"
2530
 
2531
+ #: includes/classes/class-auxin-welcome.php:921
2532
+ msgid "All Templates"
2533
+ msgstr ""
2534
+
2535
+ #: includes/classes/class-auxin-welcome.php:944
2536
  #, fuzzy
2537
  msgid ""
2538
  "An error occurred while downloading the list of demo sites. Please try again "
2539
  "later."
2540
  msgstr "خطایی رخ داده است. بازخورد قابل تحویل نیست، لطفا دوباره تلاش کنید."
2541
 
2542
+ #: includes/classes/class-auxin-welcome.php:993
2543
+ #: includes/classes/class-auxin-welcome.php:1448
2544
  msgid "Uninstall"
2545
  msgstr ""
2546
 
2547
+ #: includes/classes/class-auxin-welcome.php:993
2548
+ #: includes/classes/class-auxin-welcome.php:1352
2549
  msgid "Import"
2550
  msgstr ""
2551
 
2552
+ #: includes/classes/class-auxin-welcome.php:1096
2553
  msgid "You have already the latest version."
2554
  msgstr ""
2555
 
2556
+ #: includes/classes/class-auxin-welcome.php:1100
2557
  msgid "New updates are available."
2558
  msgstr ""
2559
 
2560
+ #: includes/classes/class-auxin-welcome.php:1101
2561
  msgid ""
2562
  "The following items require update, click update button to update them to "
2563
  "the latest version."
2564
  msgstr ""
2565
 
2566
+ #: includes/classes/class-auxin-welcome.php:1110
2567
  msgid "Last checked "
2568
  msgstr ""
2569
 
2570
+ #: includes/classes/class-auxin-welcome.php:1112
2571
  msgid "ago"
2572
  msgstr ""
2573
 
2574
+ #: includes/classes/class-auxin-welcome.php:1132
2575
+ #: includes/classes/class-auxin-welcome.php:1162
2576
+ #: includes/classes/class-auxin-welcome.php:1607
2577
  msgid "Ready to update"
2578
  msgstr ""
2579
 
2580
+ #: includes/classes/class-auxin-welcome.php:1182
2581
  msgid "Update Now"
2582
  msgstr ""
2583
 
2584
+ #: includes/classes/class-auxin-welcome.php:1185
2585
  msgid "Check Again"
2586
  msgstr ""
2587
 
2588
+ #: includes/classes/class-auxin-welcome.php:1219
2589
  msgid "You can't remove this demo."
2590
  msgstr ""
2591
 
2592
+ #: includes/classes/class-auxin-welcome.php:1335
2593
  msgid "Done!"
2594
  msgstr ""
2595
 
2596
+ #: includes/classes/class-auxin-welcome.php:1336
2597
  msgid "Demo has been successfully uninstalled."
2598
  msgstr ""
2599
 
2600
+ #: includes/classes/class-auxin-welcome.php:1398
2601
  #: public/includes/frontend-ajax.php:180 public/includes/frontend-ajax.php:243
2602
  msgid "An Error Occurred!"
2603
  msgstr ""
2604
 
2605
+ #: includes/classes/class-auxin-welcome.php:1412
2606
  #, fuzzy
2607
  msgid "Notice"
2608
  msgstr "نکته"
2609
 
2610
+ #: includes/classes/class-auxin-welcome.php:1414
2611
  msgid ""
2612
  "For better and faster result, it's recommended to install the demo on a "
2613
  "clean WordPress website."
2614
  msgstr ""
2615
 
2616
+ #: includes/classes/class-auxin-welcome.php:1440
2617
  msgid "Warning!"
2618
  msgstr ""
2619
 
2620
+ #: includes/classes/class-auxin-welcome.php:1442
2621
  msgid "This process will erase all images, posts and settings of this demo..."
2622
  msgstr ""
2623
 
2624
+ #: includes/classes/class-auxin-welcome.php:1447
2625
  msgid "Are you sure you want to uninstall this demo?"
2626
  msgstr ""
2627
 
2628
+ #: includes/classes/class-auxin-welcome.php:1457
2629
+ #: includes/classes/class-auxin-welcome.php:1687
2630
+ #: includes/classes/class-auxin-welcome.php:1785
2631
  msgid "Please wait, this may take several minutes .."
2632
  msgstr ""
2633
 
2634
+ #: includes/classes/class-auxin-welcome.php:1527
2635
  msgid "An error occurred!"
2636
  msgstr ""
2637
 
2638
+ #: includes/classes/class-auxin-welcome.php:1529
2639
  msgid "Method not exist!"
2640
  msgstr ""
2641
 
2642
+ #: includes/classes/class-auxin-welcome.php:1543
2643
+ #: includes/classes/class-auxin-welcome.php:1584
2644
  msgid "Required Plugins for this demo."
2645
  msgstr ""
2646
 
2647
+ #: includes/classes/class-auxin-welcome.php:1545
2648
  msgid ""
2649
  "For better and faster install process it's recommended to install demo on a "
2650
  "clean WordPress website."
2651
  msgstr ""
2652
 
2653
+ #: includes/classes/class-auxin-welcome.php:1585
2654
  msgid "The following plugins are required to be installed for this demo."
2655
  msgstr ""
2656
 
2657
+ #: includes/classes/class-auxin-welcome.php:1599
2658
  #, fuzzy
2659
  msgid "Ready to install"
2660
  msgstr "تکرار افقی"
2661
 
2662
+ #: includes/classes/class-auxin-welcome.php:1603
2663
  #, fuzzy
2664
  msgid "Not activated"
2665
  msgstr "اصلا"
2666
 
2667
+ #: includes/classes/class-auxin-welcome.php:1664
2668
+ msgid "You already have installed template!"
2669
+ msgstr ""
2670
+
2671
+ #: includes/classes/class-auxin-welcome.php:1666
2672
+ msgid ""
2673
+ "For better and faster install proccess it's recommanded to install demo on a "
2674
+ "clean wordpress website."
2675
+ msgstr ""
2676
+
2677
+ #: includes/classes/class-auxin-welcome.php:1678
2678
+ msgid "Unistall Template"
2679
+ msgstr ""
2680
+
2681
+ #: includes/classes/class-auxin-welcome.php:1704
2682
  msgid "Import Demo Content of Phlox Theme."
2683
  msgstr ""
2684
 
2685
+ #: includes/classes/class-auxin-welcome.php:1709
2686
  msgid "Complete pre-build Website"
2687
  msgstr ""
2688
 
2689
+ #: includes/classes/class-auxin-welcome.php:1714
2690
  #, fuzzy
2691
  msgid "Import media (images, videos, etc.)"
2692
  msgstr "نمایش رسانه های نوشته (تصویر، ویدیو، غیره)"
2693
 
2694
+ #: includes/classes/class-auxin-welcome.php:1721
2695
  msgid "Selected Data Only"
2696
  msgstr ""
2697
 
2698
+ #: includes/classes/class-auxin-welcome.php:1727
2699
  #, fuzzy
2700
  msgid "Posts/Pages"
2701
  msgstr "نوشته ها"
2702
 
2703
+ #: includes/classes/class-auxin-welcome.php:1732
2704
  #, fuzzy
2705
  msgid "Media"
2706
  msgstr "متوسط"
2707
 
2708
+ #: includes/classes/class-auxin-welcome.php:1737
2709
  #, fuzzy
2710
  msgid "Widgets"
2711
  msgstr "عنوان ابزارک"
2712
 
2713
+ #: includes/classes/class-auxin-welcome.php:1744
2714
  msgid "Menus"
2715
  msgstr ""
2716
 
2717
+ #: includes/classes/class-auxin-welcome.php:1749
2718
  #, fuzzy
2719
  msgid "Theme Options"
2720
  msgstr "تنظیمات طراحی"
2721
 
2722
+ #: includes/classes/class-auxin-welcome.php:1754
2723
  msgid "MasterSlider (If Available)"
2724
  msgstr ""
2725
 
2726
+ #: includes/classes/class-auxin-welcome.php:1764
2727
  msgid "Importing Demo Content is in Progress..."
2728
  msgstr ""
2729
 
2730
+ #: includes/classes/class-auxin-welcome.php:1765
2731
  msgid ""
2732
  "This process may take 5 to 10 minutes to complete, please do not close or "
2733
  "refresh this page."
2734
  msgstr ""
2735
 
2736
+ #: includes/classes/class-auxin-welcome.php:1799
2737
  msgid "Congratulations!"
2738
  msgstr ""
2739
 
2740
+ #: includes/classes/class-auxin-welcome.php:1800
2741
  msgid "Demo has been successfully imported."
2742
  msgstr ""
2743
 
2744
+ #: includes/classes/class-auxin-welcome.php:1805
2745
  #, fuzzy
2746
  msgid "Customize"
2747
  msgstr "تصویر دلخواه"
2748
 
2749
+ #: includes/classes/class-auxin-welcome.php:1822
2750
  #, fuzzy
2751
  msgid "Importing page content ..."
2752
  msgstr "تراز تصویر در محتوا."
2753
 
2754
+ #: includes/classes/class-auxin-welcome.php:1846
2755
  msgid "Remove Watermarks?"
2756
  msgstr ""
2757
 
2758
+ #: includes/classes/class-auxin-welcome.php:1847
2759
  msgid ""
2760
  "Some images in this demo are copyrighted and watermarked, you can remove "
2761
  "watermarks by authorizing your Envato Elements subscription."
2762
  msgstr ""
2763
 
2764
+ #: includes/classes/class-auxin-welcome.php:1861
2765
  msgid "Remove Watermarks"
2766
  msgstr ""
2767
 
2768
+ #: includes/classes/class-auxin-welcome.php:1876
2769
  msgid "Remove watermarks by authorizing your Envato Elements subscription"
2770
  msgstr ""
2771
 
2772
+ #: includes/classes/class-auxin-welcome.php:1877
2773
  msgid ""
2774
  "By subscribing to Envato Elements you will have access to unlimited premium "
2775
  "stock images, icons, graphical assets, videos and more."
2776
  msgstr ""
2777
 
2778
+ #: includes/classes/class-auxin-welcome.php:1879
2779
  msgid "Explore and Subscribe"
2780
  msgstr ""
2781
 
2782
+ #: includes/classes/class-auxin-welcome.php:1887
2783
  msgid "Already an Envato Elements member?"
2784
  msgstr ""
2785
 
2786
+ #: includes/classes/class-auxin-welcome.php:1887
2787
  msgid "Activate here"
2788
  msgstr ""
2789
 
2790
+ #: includes/classes/class-auxin-welcome.php:1905
2791
+ #: includes/classes/class-auxin-welcome.php:1935
2792
  msgid "Verify Your Envato Elements Subscription"
2793
  msgstr ""
2794
 
2795
+ #: includes/classes/class-auxin-welcome.php:1906
2796
  msgid "Enter your email below and click continue button"
2797
  msgstr ""
2798
 
2799
+ #: includes/classes/class-auxin-welcome.php:1908
2800
  #, fuzzy
2801
  msgid "Enter your email"
2802
  msgstr "برچسب آیتم زبانه را وارد کنید."
2803
 
2804
+ #: includes/classes/class-auxin-welcome.php:1936
2805
  msgid "Enter your token below to verify your Subscription"
2806
  msgstr ""
2807
 
2808
+ #: includes/classes/class-auxin-welcome.php:1938
2809
  #, fuzzy
2810
  msgid "Enter token here"
2811
  msgstr "برچسب دکمه را وارد کنید."
2812
 
2813
+ #: includes/classes/class-auxin-welcome.php:1950
2814
  msgid "How to generate a token ?"
2815
  msgstr ""
2816
 
2817
+ #: includes/classes/class-auxin-welcome.php:1951
2818
  msgid "Don't have subscription?"
2819
  msgstr ""
2820
 
2821
+ #: includes/classes/class-auxin-welcome.php:1961
2822
  msgid "Verify Token"
2823
  msgstr ""
2824
 
2825
+ #: includes/classes/class-auxin-welcome.php:1980
2826
  msgid "Succeed"
2827
  msgstr ""
2828
 
2829
+ #: includes/classes/class-auxin-welcome.php:1981
2830
  msgid ""
2831
  "Congratulations! you have successfully authorized your Envato Elements "
2832
  "subscription."
3192
  #: includes/elementor/widgets/heading-modern.php:660
3193
  #: includes/elementor/widgets/heading-modern.php:831
3194
  #: includes/elementor/widgets/heading-modern.php:1004
3195
+ #: includes/elementor/widgets/image.php:426
3196
  #: includes/elementor/widgets/mailchimp.php:234
3197
  #: includes/elementor/widgets/mailchimp.php:481
3198
  #: includes/elementor/widgets/mailchimp.php:709
3206
  msgstr "عرض"
3207
 
3208
  #: includes/elementor/modules/common.php:884
3209
+ #: includes/elementor/widgets/image.php:455
3210
  #: includes/elementor/widgets/svg.php:250
3211
  #, fuzzy
3212
  msgid "Max Height"
4390
  "container."
4391
  msgstr ""
4392
 
4393
+ #: includes/elementor/modules/settings/base/manager.php:160
4394
  #, fuzzy
4395
  msgid "New Color"
4396
  msgstr "رنگ شکلک"
4629
  #: includes/elementor/widgets/heading-modern.php:544
4630
  #: includes/elementor/widgets/heading-modern.php:715
4631
  #: includes/elementor/widgets/icon.php:204
4632
+ #: includes/elementor/widgets/image.php:499
4633
  #: includes/elementor/widgets/mailchimp.php:326
4634
  #: includes/elementor/widgets/mailchimp.php:571
4635
  #: includes/elementor/widgets/modern-button.php:294
4705
  #: includes/elementor/widgets/accordion.php:420
4706
  #: includes/elementor/widgets/accordion.php:458
4707
  #: includes/elementor/widgets/accordion.php:496
4708
+ #: includes/elementor/widgets/image.php:650
4709
  #: includes/elementor/widgets/recent-posts-land-style.php:568
4710
  #: includes/elementor/widgets/tabs.php:259
4711
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:280
5669
  #: includes/elementor/widgets/heading-modern.php:601
5670
  #: includes/elementor/widgets/heading-modern.php:734
5671
  #: includes/elementor/widgets/heading-modern.php:772
5672
+ #: includes/elementor/widgets/image.php:680
5673
  #: includes/elementor/widgets/modern-button.php:508
5674
  #: includes/elementor/widgets/modern-button.php:546
5675
  #: includes/elementor/widgets/modern-button.php:608
6048
  #: includes/elementor/widgets/contact-form.php:1131
6049
  #: includes/elementor/widgets/contact-form.php:1381
6050
  #: includes/elementor/widgets/contact-form.php:1727
6051
+ #: includes/elementor/widgets/image.php:570
6052
  #: includes/elementor/widgets/mailchimp.php:376
6053
  #: includes/elementor/widgets/mailchimp.php:644
6054
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:540
6113
  msgstr ""
6114
 
6115
  #: includes/elementor/widgets/custom-list.php:190
6116
+ #: includes/elementor/widgets/image.php:625
6117
  #: includes/elementor/widgets/theme-elements/search.php:201
6118
  #: includes/elementor/widgets/theme-elements/search.php:404
6119
  #: includes/elementor/widgets/touch-slider.php:303
6701
  #: includes/elementor/widgets/heading-modern.php:462
6702
  #: includes/elementor/widgets/heading-modern.php:647
6703
  #: includes/elementor/widgets/heading-modern.php:818
6704
+ #: includes/elementor/widgets/image.php:484
6705
  #: includes/elementor/widgets/svg.php:305
6706
  #: includes/elementor/widgets/testimonial.php:306
6707
  #: includes/elementor/widgets/testimonial.php:683
6817
  msgstr "نمایش تصویر"
6818
 
6819
  #: includes/elementor/widgets/image.php:179
6820
+ #: includes/elementor/widgets/image.php:614
6821
  msgid "Ribbon"
6822
  msgstr ""
6823
 
6947
  "image hover is active."
6948
  msgstr ""
6949
 
6950
+ #: includes/elementor/widgets/image.php:588
6951
  #, fuzzy
6952
  msgid "Vertical Move"
6953
  msgstr "عمودی"
6954
 
6955
+ #: includes/elementor/widgets/image.php:659
6956
  #: includes/elementor/widgets/quote.php:186
6957
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1600
6958
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1731
languages/auxin-elements.pot CHANGED
@@ -1,9 +1,9 @@
1
  # Averta Copyright (c) {2021}
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Phlox Core Elements 2.8.6\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2021-08-14 06:13:07+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
@@ -61,8 +61,9 @@ msgid "It's OK."
61
  msgstr ""
62
 
63
  #: admin/includes/admin-ajax.php:262
64
- #: includes/classes/class-auxin-welcome.php:1143
65
- #: includes/classes/class-auxin-welcome.php:1259
 
66
  msgid "Security Token Error!"
67
  msgstr ""
68
 
@@ -97,9 +98,9 @@ msgstr ""
97
  #: includes/classes/class-auxin-demo-importer.php:114
98
  #: includes/classes/class-auxin-demo-importer.php:157
99
  #: includes/classes/class-auxin-demo-importer.php:192
100
- #: includes/classes/class-auxin-welcome.php:1238
101
- #: includes/classes/class-auxin-welcome.php:1273
102
- #: includes/classes/class-auxin-welcome.php:1641
103
  msgid "Close"
104
  msgstr ""
105
 
@@ -341,9 +342,9 @@ msgid "You need to enter a unique id for notice."
341
  msgstr ""
342
 
343
  #: admin/includes/classes/class-auxin-notices.php:186
344
- #: includes/classes/class-auxin-welcome.php:1693
345
- #: includes/classes/class-auxin-welcome.php:1722
346
- #: includes/classes/class-auxin-welcome.php:1797
347
  msgid "Skip"
348
  msgstr ""
349
 
@@ -946,7 +947,7 @@ msgid "Whether to add border below the header on this page."
946
  msgstr ""
947
 
948
  #: admin/includes/metaboxes/metabox-fields-general-header.php:325
949
- #: includes/elementor/widgets/image.php:639
950
  #: includes/elementor/widgets/theme-elements/modern-search.php:677
951
  msgid "Border Color"
952
  msgstr ""
@@ -1325,7 +1326,7 @@ msgstr ""
1325
  #: includes/elementor/widgets/heading-modern.php:582
1326
  #: includes/elementor/widgets/heading-modern.php:753
1327
  #: includes/elementor/widgets/icon.php:246
1328
- #: includes/elementor/widgets/image.php:539
1329
  #: includes/elementor/widgets/mailchimp.php:352
1330
  #: includes/elementor/widgets/mailchimp.php:609
1331
  #: includes/elementor/widgets/modern-button.php:407
@@ -1689,21 +1690,21 @@ msgid "Processing: Download"
1689
  msgstr ""
1690
 
1691
  #: includes/classes/class-auxels-admin-assets.php:67
1692
- #: includes/classes/class-auxin-welcome.php:1314
1693
- #: includes/classes/class-auxin-welcome.php:1441
1694
- #: includes/classes/class-auxin-welcome.php:1750
1695
- #: includes/classes/class-auxin-welcome.php:1820
1696
  msgid "Continue"
1697
  msgstr ""
1698
 
1699
  #: includes/classes/class-auxels-admin-assets.php:68
1700
  #: includes/classes/class-auxin-welcome.php:526
1701
- #: includes/classes/class-auxin-welcome.php:1516
1702
  msgid "Install Plugins"
1703
  msgstr ""
1704
 
1705
  #: includes/classes/class-auxels-admin-assets.php:69
1706
- #: includes/classes/class-auxin-welcome.php:1607
1707
  msgid "Import Content"
1708
  msgstr ""
1709
 
@@ -1888,7 +1889,7 @@ msgstr ""
1888
  msgid "Preparing Site ..."
1889
  msgstr ""
1890
 
1891
- #: includes/classes/class-auxin-demo-importer.php:1354
1892
  msgid "All steps are successful"
1893
  msgstr ""
1894
 
@@ -2130,12 +2131,13 @@ msgid "Remove"
2130
  msgstr ""
2131
 
2132
  #: includes/classes/class-auxin-walker-nav-menu-back.php:384
2133
- #: includes/classes/class-auxin-welcome.php:1317
2134
- #: includes/classes/class-auxin-welcome.php:1345
2135
- #: includes/classes/class-auxin-welcome.php:1444
2136
- #: includes/classes/class-auxin-welcome.php:1518
2137
- #: includes/classes/class-auxin-welcome.php:1609
2138
- #: includes/classes/class-auxin-welcome.php:1752
 
2139
  msgid "Cancel"
2140
  msgstr ""
2141
 
@@ -2341,6 +2343,7 @@ msgid "Activated"
2341
  msgstr ""
2342
 
2343
  #: includes/classes/class-auxin-welcome.php:749
 
2344
  msgid "Search Templates"
2345
  msgstr ""
2346
 
@@ -2355,14 +2358,14 @@ msgid "Download"
2355
  msgstr ""
2356
 
2357
  #: includes/classes/class-auxin-welcome.php:821
2358
- #: includes/classes/class-auxin-welcome.php:936
2359
  msgid "Unlock"
2360
  msgstr ""
2361
 
2362
  #: includes/classes/class-auxin-welcome.php:833
2363
- #: includes/classes/class-auxin-welcome.php:947
2364
- #: includes/classes/class-auxin-welcome.php:1235
2365
- #: includes/classes/class-auxin-welcome.php:1638
2366
  msgid "Preview"
2367
  msgstr ""
2368
 
@@ -2374,273 +2377,292 @@ msgstr ""
2374
  msgid "Create new page"
2375
  msgstr ""
2376
 
2377
- #: includes/classes/class-auxin-welcome.php:907
 
 
 
 
2378
  msgid ""
2379
  "An error occurred while downloading the list of demo sites. Please try "
2380
  "again later."
2381
  msgstr ""
2382
 
2383
- #: includes/classes/class-auxin-welcome.php:931
2384
- #: includes/classes/class-auxin-welcome.php:1342
2385
  msgid "Uninstall"
2386
  msgstr ""
2387
 
2388
- #: includes/classes/class-auxin-welcome.php:931
2389
- #: includes/classes/class-auxin-welcome.php:1246
2390
  msgid "Import"
2391
  msgstr ""
2392
 
2393
- #: includes/classes/class-auxin-welcome.php:1034
2394
  msgid "You have already the latest version."
2395
  msgstr ""
2396
 
2397
- #: includes/classes/class-auxin-welcome.php:1038
2398
  msgid "New updates are available."
2399
  msgstr ""
2400
 
2401
- #: includes/classes/class-auxin-welcome.php:1039
2402
  msgid ""
2403
  "The following items require update, click update button to update them to "
2404
  "the latest version."
2405
  msgstr ""
2406
 
2407
- #: includes/classes/class-auxin-welcome.php:1048
2408
  msgid "Last checked "
2409
  msgstr ""
2410
 
2411
- #: includes/classes/class-auxin-welcome.php:1050
2412
  msgid "ago"
2413
  msgstr ""
2414
 
2415
- #: includes/classes/class-auxin-welcome.php:1070
2416
- #: includes/classes/class-auxin-welcome.php:1100
2417
- #: includes/classes/class-auxin-welcome.php:1492
2418
  msgid "Ready to update"
2419
  msgstr ""
2420
 
2421
- #: includes/classes/class-auxin-welcome.php:1120
2422
  msgid "Update Now"
2423
  msgstr ""
2424
 
2425
- #: includes/classes/class-auxin-welcome.php:1123
2426
  msgid "Check Again"
2427
  msgstr ""
2428
 
2429
- #: includes/classes/class-auxin-welcome.php:1150
2430
  msgid "You can't remove this demo."
2431
  msgstr ""
2432
 
2433
- #: includes/classes/class-auxin-welcome.php:1229
2434
  msgid "Done!"
2435
  msgstr ""
2436
 
2437
- #: includes/classes/class-auxin-welcome.php:1230
2438
  msgid "Demo has been successfully uninstalled."
2439
  msgstr ""
2440
 
2441
- #: includes/classes/class-auxin-welcome.php:1292
2442
  #: public/includes/frontend-ajax.php:180 public/includes/frontend-ajax.php:243
2443
  msgid "An Error Occurred!"
2444
  msgstr ""
2445
 
2446
- #: includes/classes/class-auxin-welcome.php:1306
2447
  msgid "Notice"
2448
  msgstr ""
2449
 
2450
- #: includes/classes/class-auxin-welcome.php:1308
2451
  msgid ""
2452
  "For better and faster result, it's recommended to install the demo on a "
2453
  "clean WordPress website."
2454
  msgstr ""
2455
 
2456
- #: includes/classes/class-auxin-welcome.php:1334
2457
  msgid "Warning!"
2458
  msgstr ""
2459
 
2460
- #: includes/classes/class-auxin-welcome.php:1336
2461
  msgid "This process will erase all images, posts and settings of this demo..."
2462
  msgstr ""
2463
 
2464
- #: includes/classes/class-auxin-welcome.php:1341
2465
  msgid "Are you sure you want to uninstall this demo?"
2466
  msgstr ""
2467
 
2468
- #: includes/classes/class-auxin-welcome.php:1351
2469
- #: includes/classes/class-auxin-welcome.php:1615
 
2470
  msgid "Please wait, this may take several minutes .."
2471
  msgstr ""
2472
 
2473
- #: includes/classes/class-auxin-welcome.php:1417
2474
  msgid "An error occurred!"
2475
  msgstr ""
2476
 
2477
- #: includes/classes/class-auxin-welcome.php:1419
2478
  msgid "Method not exist!"
2479
  msgstr ""
2480
 
2481
- #: includes/classes/class-auxin-welcome.php:1433
2482
- #: includes/classes/class-auxin-welcome.php:1469
2483
  msgid "Required Plugins for this demo."
2484
  msgstr ""
2485
 
2486
- #: includes/classes/class-auxin-welcome.php:1435
2487
  msgid ""
2488
  "For better and faster install process it's recommended to install demo on a "
2489
  "clean WordPress website."
2490
  msgstr ""
2491
 
2492
- #: includes/classes/class-auxin-welcome.php:1470
2493
  msgid "The following plugins are required to be installed for this demo."
2494
  msgstr ""
2495
 
2496
- #: includes/classes/class-auxin-welcome.php:1484
2497
  msgid "Ready to install"
2498
  msgstr ""
2499
 
2500
- #: includes/classes/class-auxin-welcome.php:1488
2501
  msgid "Not activated"
2502
  msgstr ""
2503
 
2504
- #: includes/classes/class-auxin-welcome.php:1534
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2505
  msgid "Import Demo Content of Phlox Theme."
2506
  msgstr ""
2507
 
2508
- #: includes/classes/class-auxin-welcome.php:1539
2509
  msgid "Complete pre-build Website"
2510
  msgstr ""
2511
 
2512
- #: includes/classes/class-auxin-welcome.php:1544
2513
  msgid "Import media (images, videos, etc.)"
2514
  msgstr ""
2515
 
2516
- #: includes/classes/class-auxin-welcome.php:1551
2517
  msgid "Selected Data Only"
2518
  msgstr ""
2519
 
2520
- #: includes/classes/class-auxin-welcome.php:1557
2521
  msgid "Posts/Pages"
2522
  msgstr ""
2523
 
2524
- #: includes/classes/class-auxin-welcome.php:1562
2525
  msgid "Media"
2526
  msgstr ""
2527
 
2528
- #: includes/classes/class-auxin-welcome.php:1567
2529
  msgid "Widgets"
2530
  msgstr ""
2531
 
2532
- #: includes/classes/class-auxin-welcome.php:1574
2533
  msgid "Menus"
2534
  msgstr ""
2535
 
2536
- #: includes/classes/class-auxin-welcome.php:1579
2537
  msgid "Theme Options"
2538
  msgstr ""
2539
 
2540
- #: includes/classes/class-auxin-welcome.php:1584
2541
  msgid "MasterSlider (If Available)"
2542
  msgstr ""
2543
 
2544
- #: includes/classes/class-auxin-welcome.php:1594
2545
  msgid "Importing Demo Content is in Progress..."
2546
  msgstr ""
2547
 
2548
- #: includes/classes/class-auxin-welcome.php:1595
2549
  msgid ""
2550
  "This process may take 5 to 10 minutes to complete, please do not close or "
2551
  "refresh this page."
2552
  msgstr ""
2553
 
2554
- #: includes/classes/class-auxin-welcome.php:1629
2555
  msgid "Congratulations!"
2556
  msgstr ""
2557
 
2558
- #: includes/classes/class-auxin-welcome.php:1630
2559
  msgid "Demo has been successfully imported."
2560
  msgstr ""
2561
 
2562
- #: includes/classes/class-auxin-welcome.php:1635
2563
  msgid "Customize"
2564
  msgstr ""
2565
 
2566
- #: includes/classes/class-auxin-welcome.php:1652
2567
  msgid "Importing page content ..."
2568
  msgstr ""
2569
 
2570
- #: includes/classes/class-auxin-welcome.php:1676
2571
  msgid "Remove Watermarks?"
2572
  msgstr ""
2573
 
2574
- #: includes/classes/class-auxin-welcome.php:1677
2575
  msgid ""
2576
  "Some images in this demo are copyrighted and watermarked, you can remove "
2577
  "watermarks by authorizing your Envato Elements subscription."
2578
  msgstr ""
2579
 
2580
- #: includes/classes/class-auxin-welcome.php:1691
2581
  msgid "Remove Watermarks"
2582
  msgstr ""
2583
 
2584
- #: includes/classes/class-auxin-welcome.php:1706
2585
  msgid "Remove watermarks by authorizing your Envato Elements subscription"
2586
  msgstr ""
2587
 
2588
- #: includes/classes/class-auxin-welcome.php:1707
2589
  msgid ""
2590
  "By subscribing to Envato Elements you will have access to unlimited premium "
2591
  "stock images, icons, graphical assets, videos and more."
2592
  msgstr ""
2593
 
2594
- #: includes/classes/class-auxin-welcome.php:1709
2595
  msgid "Explore and Subscribe"
2596
  msgstr ""
2597
 
2598
- #: includes/classes/class-auxin-welcome.php:1717
2599
  msgid "Already an Envato Elements member?"
2600
  msgstr ""
2601
 
2602
- #: includes/classes/class-auxin-welcome.php:1717
2603
  msgid "Activate here"
2604
  msgstr ""
2605
 
2606
- #: includes/classes/class-auxin-welcome.php:1735
2607
- #: includes/classes/class-auxin-welcome.php:1765
2608
  msgid "Verify Your Envato Elements Subscription"
2609
  msgstr ""
2610
 
2611
- #: includes/classes/class-auxin-welcome.php:1736
2612
  msgid "Enter your email below and click continue button"
2613
  msgstr ""
2614
 
2615
- #: includes/classes/class-auxin-welcome.php:1738
2616
  msgid "Enter your email"
2617
  msgstr ""
2618
 
2619
- #: includes/classes/class-auxin-welcome.php:1766
2620
  msgid "Enter your token below to verify your Subscription"
2621
  msgstr ""
2622
 
2623
- #: includes/classes/class-auxin-welcome.php:1768
2624
  msgid "Enter token here"
2625
  msgstr ""
2626
 
2627
- #: includes/classes/class-auxin-welcome.php:1780
2628
  msgid "How to generate a token ?"
2629
  msgstr ""
2630
 
2631
- #: includes/classes/class-auxin-welcome.php:1781
2632
  msgid "Don't have subscription?"
2633
  msgstr ""
2634
 
2635
- #: includes/classes/class-auxin-welcome.php:1791
2636
  msgid "Verify Token"
2637
  msgstr ""
2638
 
2639
- #: includes/classes/class-auxin-welcome.php:1810
2640
  msgid "Succeed"
2641
  msgstr ""
2642
 
2643
- #: includes/classes/class-auxin-welcome.php:1811
2644
  msgid ""
2645
  "Congratulations! you have successfully authorized your Envato Elements "
2646
  "subscription."
@@ -2982,7 +3004,7 @@ msgstr ""
2982
  #: includes/elementor/widgets/heading-modern.php:660
2983
  #: includes/elementor/widgets/heading-modern.php:831
2984
  #: includes/elementor/widgets/heading-modern.php:1004
2985
- #: includes/elementor/widgets/image.php:429
2986
  #: includes/elementor/widgets/mailchimp.php:234
2987
  #: includes/elementor/widgets/mailchimp.php:481
2988
  #: includes/elementor/widgets/mailchimp.php:709
@@ -2995,7 +3017,7 @@ msgid "Max Width"
2995
  msgstr ""
2996
 
2997
  #: includes/elementor/modules/common.php:884
2998
- #: includes/elementor/widgets/image.php:458
2999
  #: includes/elementor/widgets/svg.php:250
3000
  msgid "Max Height"
3001
  msgstr ""
@@ -4088,7 +4110,7 @@ msgid ""
4088
  "container."
4089
  msgstr ""
4090
 
4091
- #: includes/elementor/modules/settings/base/manager.php:145
4092
  msgid "New Color"
4093
  msgstr ""
4094
 
@@ -4314,7 +4336,7 @@ msgstr ""
4314
  #: includes/elementor/widgets/heading-modern.php:544
4315
  #: includes/elementor/widgets/heading-modern.php:715
4316
  #: includes/elementor/widgets/icon.php:204
4317
- #: includes/elementor/widgets/image.php:502
4318
  #: includes/elementor/widgets/mailchimp.php:326
4319
  #: includes/elementor/widgets/mailchimp.php:571
4320
  #: includes/elementor/widgets/modern-button.php:294
@@ -4390,7 +4412,7 @@ msgstr ""
4390
  #: includes/elementor/widgets/accordion.php:420
4391
  #: includes/elementor/widgets/accordion.php:458
4392
  #: includes/elementor/widgets/accordion.php:496
4393
- #: includes/elementor/widgets/image.php:653
4394
  #: includes/elementor/widgets/recent-posts-land-style.php:568
4395
  #: includes/elementor/widgets/tabs.php:259
4396
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:280
@@ -5339,7 +5361,7 @@ msgstr ""
5339
  #: includes/elementor/widgets/heading-modern.php:601
5340
  #: includes/elementor/widgets/heading-modern.php:734
5341
  #: includes/elementor/widgets/heading-modern.php:772
5342
- #: includes/elementor/widgets/image.php:683
5343
  #: includes/elementor/widgets/modern-button.php:508
5344
  #: includes/elementor/widgets/modern-button.php:546
5345
  #: includes/elementor/widgets/modern-button.php:608
@@ -5694,7 +5716,7 @@ msgstr ""
5694
  #: includes/elementor/widgets/contact-form.php:1131
5695
  #: includes/elementor/widgets/contact-form.php:1381
5696
  #: includes/elementor/widgets/contact-form.php:1727
5697
- #: includes/elementor/widgets/image.php:573
5698
  #: includes/elementor/widgets/mailchimp.php:376
5699
  #: includes/elementor/widgets/mailchimp.php:644
5700
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:540
@@ -5758,7 +5780,7 @@ msgid "Icon Styles:"
5758
  msgstr ""
5759
 
5760
  #: includes/elementor/widgets/custom-list.php:190
5761
- #: includes/elementor/widgets/image.php:628
5762
  #: includes/elementor/widgets/theme-elements/search.php:201
5763
  #: includes/elementor/widgets/theme-elements/search.php:404
5764
  #: includes/elementor/widgets/touch-slider.php:303
@@ -6303,7 +6325,7 @@ msgstr ""
6303
  #: includes/elementor/widgets/heading-modern.php:462
6304
  #: includes/elementor/widgets/heading-modern.php:647
6305
  #: includes/elementor/widgets/heading-modern.php:818
6306
- #: includes/elementor/widgets/image.php:487
6307
  #: includes/elementor/widgets/svg.php:305
6308
  #: includes/elementor/widgets/testimonial.php:306
6309
  #: includes/elementor/widgets/testimonial.php:683
@@ -6410,7 +6432,7 @@ msgid "Display Hover Image"
6410
  msgstr ""
6411
 
6412
  #: includes/elementor/widgets/image.php:179
6413
- #: includes/elementor/widgets/image.php:617
6414
  msgid "Ribbon"
6415
  msgstr ""
6416
 
@@ -6532,11 +6554,11 @@ msgid ""
6532
  "when image hover is active."
6533
  msgstr ""
6534
 
6535
- #: includes/elementor/widgets/image.php:591
6536
  msgid "Vertical Move"
6537
  msgstr ""
6538
 
6539
- #: includes/elementor/widgets/image.php:662
6540
  #: includes/elementor/widgets/quote.php:186
6541
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1600
6542
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1731
1
  # Averta Copyright (c) {2021}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Core Elements 2.8.7\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2021-09-06 12:27:57+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
61
  msgstr ""
62
 
63
  #: admin/includes/admin-ajax.php:262
64
+ #: includes/classes/class-auxin-welcome.php:1206
65
+ #: includes/classes/class-auxin-welcome.php:1211
66
+ #: includes/classes/class-auxin-welcome.php:1365
67
  msgid "Security Token Error!"
68
  msgstr ""
69
 
98
  #: includes/classes/class-auxin-demo-importer.php:114
99
  #: includes/classes/class-auxin-demo-importer.php:157
100
  #: includes/classes/class-auxin-demo-importer.php:192
101
+ #: includes/classes/class-auxin-welcome.php:1344
102
+ #: includes/classes/class-auxin-welcome.php:1379
103
+ #: includes/classes/class-auxin-welcome.php:1811
104
  msgid "Close"
105
  msgstr ""
106
 
342
  msgstr ""
343
 
344
  #: admin/includes/classes/class-auxin-notices.php:186
345
+ #: includes/classes/class-auxin-welcome.php:1863
346
+ #: includes/classes/class-auxin-welcome.php:1892
347
+ #: includes/classes/class-auxin-welcome.php:1967
348
  msgid "Skip"
349
  msgstr ""
350
 
947
  msgstr ""
948
 
949
  #: admin/includes/metaboxes/metabox-fields-general-header.php:325
950
+ #: includes/elementor/widgets/image.php:636
951
  #: includes/elementor/widgets/theme-elements/modern-search.php:677
952
  msgid "Border Color"
953
  msgstr ""
1326
  #: includes/elementor/widgets/heading-modern.php:582
1327
  #: includes/elementor/widgets/heading-modern.php:753
1328
  #: includes/elementor/widgets/icon.php:246
1329
+ #: includes/elementor/widgets/image.php:536
1330
  #: includes/elementor/widgets/mailchimp.php:352
1331
  #: includes/elementor/widgets/mailchimp.php:609
1332
  #: includes/elementor/widgets/modern-button.php:407
1690
  msgstr ""
1691
 
1692
  #: includes/classes/class-auxels-admin-assets.php:67
1693
+ #: includes/classes/class-auxin-welcome.php:1420
1694
+ #: includes/classes/class-auxin-welcome.php:1551
1695
+ #: includes/classes/class-auxin-welcome.php:1920
1696
+ #: includes/classes/class-auxin-welcome.php:1990
1697
  msgid "Continue"
1698
  msgstr ""
1699
 
1700
  #: includes/classes/class-auxels-admin-assets.php:68
1701
  #: includes/classes/class-auxin-welcome.php:526
1702
+ #: includes/classes/class-auxin-welcome.php:1631
1703
  msgid "Install Plugins"
1704
  msgstr ""
1705
 
1706
  #: includes/classes/class-auxels-admin-assets.php:69
1707
+ #: includes/classes/class-auxin-welcome.php:1777
1708
  msgid "Import Content"
1709
  msgstr ""
1710
 
1889
  msgid "Preparing Site ..."
1890
  msgstr ""
1891
 
1892
+ #: includes/classes/class-auxin-demo-importer.php:1357
1893
  msgid "All steps are successful"
1894
  msgstr ""
1895
 
2131
  msgstr ""
2132
 
2133
  #: includes/classes/class-auxin-walker-nav-menu-back.php:384
2134
+ #: includes/classes/class-auxin-welcome.php:1423
2135
+ #: includes/classes/class-auxin-welcome.php:1451
2136
+ #: includes/classes/class-auxin-welcome.php:1554
2137
+ #: includes/classes/class-auxin-welcome.php:1633
2138
+ #: includes/classes/class-auxin-welcome.php:1681
2139
+ #: includes/classes/class-auxin-welcome.php:1779
2140
+ #: includes/classes/class-auxin-welcome.php:1922
2141
  msgid "Cancel"
2142
  msgstr ""
2143
 
2343
  msgstr ""
2344
 
2345
  #: includes/classes/class-auxin-welcome.php:749
2346
+ #: includes/classes/class-auxin-welcome.php:938
2347
  msgid "Search Templates"
2348
  msgstr ""
2349
 
2358
  msgstr ""
2359
 
2360
  #: includes/classes/class-auxin-welcome.php:821
2361
+ #: includes/classes/class-auxin-welcome.php:998
2362
  msgid "Unlock"
2363
  msgstr ""
2364
 
2365
  #: includes/classes/class-auxin-welcome.php:833
2366
+ #: includes/classes/class-auxin-welcome.php:1009
2367
+ #: includes/classes/class-auxin-welcome.php:1341
2368
+ #: includes/classes/class-auxin-welcome.php:1808
2369
  msgid "Preview"
2370
  msgstr ""
2371
 
2377
  msgid "Create new page"
2378
  msgstr ""
2379
 
2380
+ #: includes/classes/class-auxin-welcome.php:921
2381
+ msgid "All Templates"
2382
+ msgstr ""
2383
+
2384
+ #: includes/classes/class-auxin-welcome.php:944
2385
  msgid ""
2386
  "An error occurred while downloading the list of demo sites. Please try "
2387
  "again later."
2388
  msgstr ""
2389
 
2390
+ #: includes/classes/class-auxin-welcome.php:993
2391
+ #: includes/classes/class-auxin-welcome.php:1448
2392
  msgid "Uninstall"
2393
  msgstr ""
2394
 
2395
+ #: includes/classes/class-auxin-welcome.php:993
2396
+ #: includes/classes/class-auxin-welcome.php:1352
2397
  msgid "Import"
2398
  msgstr ""
2399
 
2400
+ #: includes/classes/class-auxin-welcome.php:1096
2401
  msgid "You have already the latest version."
2402
  msgstr ""
2403
 
2404
+ #: includes/classes/class-auxin-welcome.php:1100
2405
  msgid "New updates are available."
2406
  msgstr ""
2407
 
2408
+ #: includes/classes/class-auxin-welcome.php:1101
2409
  msgid ""
2410
  "The following items require update, click update button to update them to "
2411
  "the latest version."
2412
  msgstr ""
2413
 
2414
+ #: includes/classes/class-auxin-welcome.php:1110
2415
  msgid "Last checked "
2416
  msgstr ""
2417
 
2418
+ #: includes/classes/class-auxin-welcome.php:1112
2419
  msgid "ago"
2420
  msgstr ""
2421
 
2422
+ #: includes/classes/class-auxin-welcome.php:1132
2423
+ #: includes/classes/class-auxin-welcome.php:1162
2424
+ #: includes/classes/class-auxin-welcome.php:1607
2425
  msgid "Ready to update"
2426
  msgstr ""
2427
 
2428
+ #: includes/classes/class-auxin-welcome.php:1182
2429
  msgid "Update Now"
2430
  msgstr ""
2431
 
2432
+ #: includes/classes/class-auxin-welcome.php:1185
2433
  msgid "Check Again"
2434
  msgstr ""
2435
 
2436
+ #: includes/classes/class-auxin-welcome.php:1219
2437
  msgid "You can't remove this demo."
2438
  msgstr ""
2439
 
2440
+ #: includes/classes/class-auxin-welcome.php:1335
2441
  msgid "Done!"
2442
  msgstr ""
2443
 
2444
+ #: includes/classes/class-auxin-welcome.php:1336
2445
  msgid "Demo has been successfully uninstalled."
2446
  msgstr ""
2447
 
2448
+ #: includes/classes/class-auxin-welcome.php:1398
2449
  #: public/includes/frontend-ajax.php:180 public/includes/frontend-ajax.php:243
2450
  msgid "An Error Occurred!"
2451
  msgstr ""
2452
 
2453
+ #: includes/classes/class-auxin-welcome.php:1412
2454
  msgid "Notice"
2455
  msgstr ""
2456
 
2457
+ #: includes/classes/class-auxin-welcome.php:1414
2458
  msgid ""
2459
  "For better and faster result, it's recommended to install the demo on a "
2460
  "clean WordPress website."
2461
  msgstr ""
2462
 
2463
+ #: includes/classes/class-auxin-welcome.php:1440
2464
  msgid "Warning!"
2465
  msgstr ""
2466
 
2467
+ #: includes/classes/class-auxin-welcome.php:1442
2468
  msgid "This process will erase all images, posts and settings of this demo..."
2469
  msgstr ""
2470
 
2471
+ #: includes/classes/class-auxin-welcome.php:1447
2472
  msgid "Are you sure you want to uninstall this demo?"
2473
  msgstr ""
2474
 
2475
+ #: includes/classes/class-auxin-welcome.php:1457
2476
+ #: includes/classes/class-auxin-welcome.php:1687
2477
+ #: includes/classes/class-auxin-welcome.php:1785
2478
  msgid "Please wait, this may take several minutes .."
2479
  msgstr ""
2480
 
2481
+ #: includes/classes/class-auxin-welcome.php:1527
2482
  msgid "An error occurred!"
2483
  msgstr ""
2484
 
2485
+ #: includes/classes/class-auxin-welcome.php:1529
2486
  msgid "Method not exist!"
2487
  msgstr ""
2488
 
2489
+ #: includes/classes/class-auxin-welcome.php:1543
2490
+ #: includes/classes/class-auxin-welcome.php:1584
2491
  msgid "Required Plugins for this demo."
2492
  msgstr ""
2493
 
2494
+ #: includes/classes/class-auxin-welcome.php:1545
2495
  msgid ""
2496
  "For better and faster install process it's recommended to install demo on a "
2497
  "clean WordPress website."
2498
  msgstr ""
2499
 
2500
+ #: includes/classes/class-auxin-welcome.php:1585
2501
  msgid "The following plugins are required to be installed for this demo."
2502
  msgstr ""
2503
 
2504
+ #: includes/classes/class-auxin-welcome.php:1599
2505
  msgid "Ready to install"
2506
  msgstr ""
2507
 
2508
+ #: includes/classes/class-auxin-welcome.php:1603
2509
  msgid "Not activated"
2510
  msgstr ""
2511
 
2512
+ #: includes/classes/class-auxin-welcome.php:1664
2513
+ msgid "You already have installed template!"
2514
+ msgstr ""
2515
+
2516
+ #: includes/classes/class-auxin-welcome.php:1666
2517
+ msgid ""
2518
+ "For better and faster install proccess it's recommanded to install demo on "
2519
+ "a clean wordpress website."
2520
+ msgstr ""
2521
+
2522
+ #: includes/classes/class-auxin-welcome.php:1678
2523
+ msgid "Unistall Template"
2524
+ msgstr ""
2525
+
2526
+ #: includes/classes/class-auxin-welcome.php:1704
2527
  msgid "Import Demo Content of Phlox Theme."
2528
  msgstr ""
2529
 
2530
+ #: includes/classes/class-auxin-welcome.php:1709
2531
  msgid "Complete pre-build Website"
2532
  msgstr ""
2533
 
2534
+ #: includes/classes/class-auxin-welcome.php:1714
2535
  msgid "Import media (images, videos, etc.)"
2536
  msgstr ""
2537
 
2538
+ #: includes/classes/class-auxin-welcome.php:1721
2539
  msgid "Selected Data Only"
2540
  msgstr ""
2541
 
2542
+ #: includes/classes/class-auxin-welcome.php:1727
2543
  msgid "Posts/Pages"
2544
  msgstr ""
2545
 
2546
+ #: includes/classes/class-auxin-welcome.php:1732
2547
  msgid "Media"
2548
  msgstr ""
2549
 
2550
+ #: includes/classes/class-auxin-welcome.php:1737
2551
  msgid "Widgets"
2552
  msgstr ""
2553
 
2554
+ #: includes/classes/class-auxin-welcome.php:1744
2555
  msgid "Menus"
2556
  msgstr ""
2557
 
2558
+ #: includes/classes/class-auxin-welcome.php:1749
2559
  msgid "Theme Options"
2560
  msgstr ""
2561
 
2562
+ #: includes/classes/class-auxin-welcome.php:1754
2563
  msgid "MasterSlider (If Available)"
2564
  msgstr ""
2565
 
2566
+ #: includes/classes/class-auxin-welcome.php:1764
2567
  msgid "Importing Demo Content is in Progress..."
2568
  msgstr ""
2569
 
2570
+ #: includes/classes/class-auxin-welcome.php:1765
2571
  msgid ""
2572
  "This process may take 5 to 10 minutes to complete, please do not close or "
2573
  "refresh this page."
2574
  msgstr ""
2575
 
2576
+ #: includes/classes/class-auxin-welcome.php:1799
2577
  msgid "Congratulations!"
2578
  msgstr ""
2579
 
2580
+ #: includes/classes/class-auxin-welcome.php:1800
2581
  msgid "Demo has been successfully imported."
2582
  msgstr ""
2583
 
2584
+ #: includes/classes/class-auxin-welcome.php:1805
2585
  msgid "Customize"
2586
  msgstr ""
2587
 
2588
+ #: includes/classes/class-auxin-welcome.php:1822
2589
  msgid "Importing page content ..."
2590
  msgstr ""
2591
 
2592
+ #: includes/classes/class-auxin-welcome.php:1846
2593
  msgid "Remove Watermarks?"
2594
  msgstr ""
2595
 
2596
+ #: includes/classes/class-auxin-welcome.php:1847
2597
  msgid ""
2598
  "Some images in this demo are copyrighted and watermarked, you can remove "
2599
  "watermarks by authorizing your Envato Elements subscription."
2600
  msgstr ""
2601
 
2602
+ #: includes/classes/class-auxin-welcome.php:1861
2603
  msgid "Remove Watermarks"
2604
  msgstr ""
2605
 
2606
+ #: includes/classes/class-auxin-welcome.php:1876
2607
  msgid "Remove watermarks by authorizing your Envato Elements subscription"
2608
  msgstr ""
2609
 
2610
+ #: includes/classes/class-auxin-welcome.php:1877
2611
  msgid ""
2612
  "By subscribing to Envato Elements you will have access to unlimited premium "
2613
  "stock images, icons, graphical assets, videos and more."
2614
  msgstr ""
2615
 
2616
+ #: includes/classes/class-auxin-welcome.php:1879
2617
  msgid "Explore and Subscribe"
2618
  msgstr ""
2619
 
2620
+ #: includes/classes/class-auxin-welcome.php:1887
2621
  msgid "Already an Envato Elements member?"
2622
  msgstr ""
2623
 
2624
+ #: includes/classes/class-auxin-welcome.php:1887
2625
  msgid "Activate here"
2626
  msgstr ""
2627
 
2628
+ #: includes/classes/class-auxin-welcome.php:1905
2629
+ #: includes/classes/class-auxin-welcome.php:1935
2630
  msgid "Verify Your Envato Elements Subscription"
2631
  msgstr ""
2632
 
2633
+ #: includes/classes/class-auxin-welcome.php:1906
2634
  msgid "Enter your email below and click continue button"
2635
  msgstr ""
2636
 
2637
+ #: includes/classes/class-auxin-welcome.php:1908
2638
  msgid "Enter your email"
2639
  msgstr ""
2640
 
2641
+ #: includes/classes/class-auxin-welcome.php:1936
2642
  msgid "Enter your token below to verify your Subscription"
2643
  msgstr ""
2644
 
2645
+ #: includes/classes/class-auxin-welcome.php:1938
2646
  msgid "Enter token here"
2647
  msgstr ""
2648
 
2649
+ #: includes/classes/class-auxin-welcome.php:1950
2650
  msgid "How to generate a token ?"
2651
  msgstr ""
2652
 
2653
+ #: includes/classes/class-auxin-welcome.php:1951
2654
  msgid "Don't have subscription?"
2655
  msgstr ""
2656
 
2657
+ #: includes/classes/class-auxin-welcome.php:1961
2658
  msgid "Verify Token"
2659
  msgstr ""
2660
 
2661
+ #: includes/classes/class-auxin-welcome.php:1980
2662
  msgid "Succeed"
2663
  msgstr ""
2664
 
2665
+ #: includes/classes/class-auxin-welcome.php:1981
2666
  msgid ""
2667
  "Congratulations! you have successfully authorized your Envato Elements "
2668
  "subscription."
3004
  #: includes/elementor/widgets/heading-modern.php:660
3005
  #: includes/elementor/widgets/heading-modern.php:831
3006
  #: includes/elementor/widgets/heading-modern.php:1004
3007
+ #: includes/elementor/widgets/image.php:426
3008
  #: includes/elementor/widgets/mailchimp.php:234
3009
  #: includes/elementor/widgets/mailchimp.php:481
3010
  #: includes/elementor/widgets/mailchimp.php:709
3017
  msgstr ""
3018
 
3019
  #: includes/elementor/modules/common.php:884
3020
+ #: includes/elementor/widgets/image.php:455
3021
  #: includes/elementor/widgets/svg.php:250
3022
  msgid "Max Height"
3023
  msgstr ""
4110
  "container."
4111
  msgstr ""
4112
 
4113
+ #: includes/elementor/modules/settings/base/manager.php:160
4114
  msgid "New Color"
4115
  msgstr ""
4116
 
4336
  #: includes/elementor/widgets/heading-modern.php:544
4337
  #: includes/elementor/widgets/heading-modern.php:715
4338
  #: includes/elementor/widgets/icon.php:204
4339
+ #: includes/elementor/widgets/image.php:499
4340
  #: includes/elementor/widgets/mailchimp.php:326
4341
  #: includes/elementor/widgets/mailchimp.php:571
4342
  #: includes/elementor/widgets/modern-button.php:294
4412
  #: includes/elementor/widgets/accordion.php:420
4413
  #: includes/elementor/widgets/accordion.php:458
4414
  #: includes/elementor/widgets/accordion.php:496
4415
+ #: includes/elementor/widgets/image.php:650
4416
  #: includes/elementor/widgets/recent-posts-land-style.php:568
4417
  #: includes/elementor/widgets/tabs.php:259
4418
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:280
5361
  #: includes/elementor/widgets/heading-modern.php:601
5362
  #: includes/elementor/widgets/heading-modern.php:734
5363
  #: includes/elementor/widgets/heading-modern.php:772
5364
+ #: includes/elementor/widgets/image.php:680
5365
  #: includes/elementor/widgets/modern-button.php:508
5366
  #: includes/elementor/widgets/modern-button.php:546
5367
  #: includes/elementor/widgets/modern-button.php:608
5716
  #: includes/elementor/widgets/contact-form.php:1131
5717
  #: includes/elementor/widgets/contact-form.php:1381
5718
  #: includes/elementor/widgets/contact-form.php:1727
5719
+ #: includes/elementor/widgets/image.php:570
5720
  #: includes/elementor/widgets/mailchimp.php:376
5721
  #: includes/elementor/widgets/mailchimp.php:644
5722
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:540
5780
  msgstr ""
5781
 
5782
  #: includes/elementor/widgets/custom-list.php:190
5783
+ #: includes/elementor/widgets/image.php:625
5784
  #: includes/elementor/widgets/theme-elements/search.php:201
5785
  #: includes/elementor/widgets/theme-elements/search.php:404
5786
  #: includes/elementor/widgets/touch-slider.php:303
6325
  #: includes/elementor/widgets/heading-modern.php:462
6326
  #: includes/elementor/widgets/heading-modern.php:647
6327
  #: includes/elementor/widgets/heading-modern.php:818
6328
+ #: includes/elementor/widgets/image.php:484
6329
  #: includes/elementor/widgets/svg.php:305
6330
  #: includes/elementor/widgets/testimonial.php:306
6331
  #: includes/elementor/widgets/testimonial.php:683
6432
  msgstr ""
6433
 
6434
  #: includes/elementor/widgets/image.php:179
6435
+ #: includes/elementor/widgets/image.php:614
6436
  msgid "Ribbon"
6437
  msgstr ""
6438
 
6554
  "when image hover is active."
6555
  msgstr ""
6556
 
6557
+ #: includes/elementor/widgets/image.php:588
6558
  msgid "Vertical Move"
6559
  msgstr ""
6560
 
6561
+ #: includes/elementor/widgets/image.php:659
6562
  #: includes/elementor/widgets/quote.php:186
6563
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1600
6564
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1731
public/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.8.6 (2021-08)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
1
+ /*! Phlox Core Plugin - v2.8.7 (2021-09)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */