/*! elementor-pro - v3.25.0 - 20-11-2024 */ (()=>{"use strict";class Screenshot extends elementorModules.ViewModule{getDefaultSettings(){return{empty_content_headline:"Empty Content.",crop:{width:1200,height:1500},excluded_external_css_urls:["https://kit-pro.fontawesome.com"],external_images_urls:["https://i.ytimg.com"],timeout:15e3,render_timeout:5e3,timerLabel:null,timer_label:`${ElementorScreenshotConfig.post_id} - timer`,image_placeholder:"data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=",isDebug:elementorCommonConfig.isElementorDebug,isDebugSvg:!1,...ElementorScreenshotConfig}}getDefaultElements(){const e=jQuery(ElementorScreenshotConfig.selector),t=e.find(".elementor-section-wrap > .elementor-section, .elementor > .elementor-section");return{$elementor:e,$sections:t,$firstSection:t.first(),$notElementorElements:elementorCommon.elements.$body.find("> *:not(style, link)").not(e),$head:jQuery("head")}}onInit(){return super.onInit(),this.log("Screenshot init","time"),this.timeoutTimer=setTimeout(this.screenshotFailed.bind(this),this.getSettings("timeout")),this.captureScreenshot()}captureScreenshot(){return this.elements.$elementor.length||(elementorCommon.helpers.consoleWarn("Screenshots: The content of this page is empty, the module will create a fake conent just for this screenshot."),this.createFakeContent()),this.removeUnnecessaryElements(),this.handleIFrames(),this.removeFirstSectionMargin(),this.handleLinks(),this.loadExternalCss(),this.loadExternalImages(),Promise.resolve().then(this.createImage.bind(this)).then(this.createImageElement.bind(this)).then(this.cropCanvas.bind(this)).then(this.save.bind(this)).then(this.screenshotSucceed.bind(this)).catch(this.screenshotFailed.bind(this))}createFakeContent(){this.elements.$elementor=jQuery("
").css({height:this.getSettings("crop.height"),width:this.getSettings("crop.width"),display:"flex",alignItems:"center",justifyContent:"center"}),this.elements.$elementor.append(jQuery("

").css({fontSize:"85px"}).html(this.getSettings("empty_content_headline"))),document.body.prepend(this.elements.$elementor)}loadExternalCss(){const e=[this.getSettings("home_url"),...this.getSettings("excluded_external_css_urls")].map((e=>`[href^="${e}"]`)).join(", ");jQuery("link").not(e).each(((e,t)=>{const s=jQuery(t),n=s.clone();n.attr("href",this.getScreenshotProxyUrl(s.attr("href"))),this.elements.$head.append(n),s.remove()}))}loadExternalImages(){const e=this.getSettings("external_images_urls").map((e=>`img[src^="${e}"]`)).join(", ");jQuery(e).each(((e,t)=>{const s=jQuery(t);s.attr("src",this.getScreenshotProxyUrl(s.attr("src")))}))}handleIFrames(){this.elements.$elementor.find("iframe").each(((e,t)=>{const s=jQuery(t),n=jQuery("
",{css:{background:"gray",width:s.width(),height:s.height()}});s.before(n),s.remove()}))}removeUnnecessaryElements(){let e=0;this.elements.$sections.filter(((t,s)=>{let n=!1;return e>=this.getSettings("crop.height")&&(n=!0),e+=jQuery(s).outerHeight(),n})).each(((e,t)=>{t.remove()})),this.elements.$notElementorElements.remove()}handleLinks(){elementorCommon.elements.$body.find("a").attr("href","/")}removeFirstSectionMargin(){this.elements.$firstSection.css({marginTop:0})}createImage(){const e=new Promise((e=>{window.addEventListener("load",(()=>{e()}))})),t=new Promise((e=>{setTimeout((()=>{e()}),this.getSettings("render_timeout"))}));return Promise.race([e,t]).then((()=>{if(this.log("Start creating screenshot."),this.getSettings("isDebugSvg"))return domtoimage.toSvg(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}).then((e=>this.download(e))),Promise.reject("Debug SVG.");return/^((?!chrome|android).)*safari/i.test(window.userAgent)?(this.log('Creating screenshot with "html2canvas"'),html2canvas(document.body).then((e=>e.toDataURL("image/png")))):(this.log('Creating screenshot with "dom-to-image"'),domtoimage.toPng(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}))}))}download(e){const t=jQuery("",{href:e,download:"debugSvg.svg",html:"Download SVG"});elementorCommon.elements.$body.append(t),t.trigger("click")}createImageElement(e){const t=new Image;return t.src=e,new Promise((e=>{t.onload=()=>e(t)}))}cropCanvas(e){const t=this.getSettings("crop.width"),s=this.getSettings("crop.height"),n=document.createElement("canvas"),i=n.getContext("2d"),o=t/e.width;return n.width=t,n.height=s>e.height?e.height:s,i.drawImage(e,0,0,e.width,e.height,0,0,e.width*o,e.height*o),Promise.resolve(n)}save(e){return new Promise(((t,s)=>{elementorCommon.ajax.addRequest("screenshot_save",{data:{post_id:this.getSettings("post_id"),screenshot:e.toDataURL("image/png")},success:e=>{this.log(`Screenshot created: ${encodeURI(e)}`),t(e)},error:()=>{this.log("Failed to create screenshot."),s()}})}))}markAsFailed(){return new Promise(((e,t)=>{elementorCommon.ajax.addRequest("screenshot_failed",{data:{post_id:this.getSettings("post_id")},success:()=>{this.log("Marked as failed."),e()},error:()=>{this.log("Failed to mark this screenshot as failed."),t()}})}))}getScreenshotProxyUrl(e){return`${this.getSettings("home_url")}?screenshot_proxy&nonce=${this.getSettings("nonce")}&href=${e}`}screenshotSucceed(e){this.screenshotDone(!0,e)}screenshotFailed(e){this.log(e,null),this.markAsFailed().then((()=>this.screenshotDone(!1)))}screenshotDone(e,t=null){clearTimeout(this.timeoutTimer),this.timeoutTimer=null,window.parent.postMessage({name:"capture-screenshot-done",success:e,id:this.getSettings("post_id"),imageUrl:t},"*"),this.log(`Screenshot ${e?"Succeed":"Failed"}.`,"timeEnd")}log(e,t="timeLog"){this.getSettings("isDebug")&&(console.log("string"==typeof e?`${this.getSettings("post_id")} - ${e}`:e),t&&console[t](this.getSettings("timer_label")))}}jQuery((()=>{new Screenshot}))})();div[data-type="tadv/classic-paragraph"].is-selected .block-library-classic__toolbar,div[data-type="tadv/classic-paragraph"].is-typing .block-library-classic__toolbar,div[data-type="tadv/classic-paragraph"] div.mce-toolbar-grp{border-color:rgba(66,88,99,.35)}div[data-type="tadv/classic-paragraph"] .block-library-classic__toolbar:empty{display:none}div[data-type="tadv/classic-paragraph"].is-selected .block-library-classic__toolbar,div[data-type="tadv/classic-paragraph"].is-typing .block-library-classic__toolbar{display:block;z-index:31}{"id":29029,"date":"2018-07-10T21:34:20","date_gmt":"2018-07-10T21:34:20","guid":{"rendered":"http:\/\/kidscoveltd.wordpress.zeald.com\/?page_id=29029"},"modified":"2019-01-11T13:13:52","modified_gmt":"2019-01-11T01:13:52","slug":"our-team","status":"publish","type":"page","link":"https:\/\/www.kidscove.co.nz\/our-team\/","title":{"rendered":"OUR TEAM"},"content":{"rendered":"

[et_pb_section bb_built=”1″ fullwidth=”off” specialty=”off” background_color=”#ffffff” parallax_method=”off” custom_padding=”||0px|” custom_padding_tablet=”0px||0px|” _builder_version=”3.0.105″ next_background_color=”#000000″ global_module=”213″][et_pb_row global_parent=”213″ make_fullwidth=”off” use_custom_width=”off” width_unit=”on” use_custom_gutter=”off” padding_mobile=”on” allow_player_pause=”off” parallax=”off” parallax_method=”off” make_equal=”off” parallax_1=”off” parallax_method_1=”off” column_padding_mobile=”off” custom_padding=”0px||0px|” custom_padding_last_edited=”on|desktop” custom_margin=”||0px|” custom_margin_last_edited=”on|phone” padding_bottom_1=”0px” padding_1_last_edited=”on|desktop” background_position=”top_left” background_repeat=”repeat” background_size=”initial”][et_pb_column type=”4_4″][et_pb_post_title admin_label=”Heading Page Title” global_parent=”213″ title=”on” meta=”off” author=”on” date=”on” categories=”on” comments=”on” featured_image=”off” featured_placement=”below” text_color=”dark” text_background=”off” use_border_color=”off” title_font_size=”42px” parallax=”on” background_color=”rgba(255,255,255,0)” _builder_version=”3.0.105″ title_font_size_tablet=”36px” title_font_size_last_edited=”on|desktop” \/][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section bb_built=”1″ prev_background_color=”#000000″][et_pb_row][et_pb_column type=”4_4″][et_pb_text _builder_version=”3.9″]<\/p>\n

The Kids Cove team is governed by our core values both culturally and practically in our day-to-day operations. Complete commitment to these values provides the platform of our high-quality childcare service.<\/p>\n

These values<\/strong> are inclusive of all our children, parents, staff and management.
\nSAFETY<\/strong> \u2013 physical and emotional well being
\nHAPPINESS<\/strong> \u2013 joy, fun and play for all
\nPROFESSIONALISM<\/strong> \u2013 striving for excellence in everyday actions and contact
\nHARMONY<\/strong> \u2013 throughout our environment
\nRESPECT<\/strong> \u2013 every person’s individuality and beliefs<\/p>\n

We are proud of and have confidence in our dedicated and professional teachers, who enable us to provide exceptional care and learning. Our staff is selected for their commitment to children and for their ability to provide a service that reflects love, respect and understanding of children.<\/p>\n

> Contact your nearest childcare centre today<\/a><\/p>\n

[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"

\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div> The Kids Cove team is governed by our core values both culturally and practically in our day-to-day operations. Complete commitment to these values provides the platform of our high-quality childcare service. These values are inclusive of all our children, parents, staff and management. SAFETY \u2013 physical and emotional well being HAPPINESS \u2013 joy, fun […]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-29029","page","type-page","status-publish","hentry"],"yoast_head":"\nMeet The Trusted Team In A Child Development Center Like Kids Cove<\/title>\n<meta name=\"description\" content=\"Meet our trusted and dedicated staff that makes up the success of building a conducive child development centre. Our team are governed by core values to stay committed to giving high-quality childcare service. Get in touch with us.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.kidscove.co.nz\/our-team\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Meet The Trusted Team In A Child Development Center Like Kids Cove\" \/>\n<meta property=\"og:description\" content=\"Meet our trusted and dedicated staff that makes up the success of building a conducive child development centre. Our team are governed by core values to stay committed to giving high-quality childcare service. Get in touch with us.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kidscove.co.nz\/our-team\/\" \/>\n<meta property=\"og:site_name\" content=\"Child Care Auckland Where Love, Learning & Development Flourish\" \/>\n<meta property=\"article:modified_time\" content=\"2019-01-11T01:13:52+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Meet The Trusted Team In A Child Development Center Like Kids Cove","description":"Meet our trusted and dedicated staff that makes up the success of building a conducive child development centre. Our team are governed by core values to stay committed to giving high-quality childcare service. Get in touch with us.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.kidscove.co.nz\/our-team\/","og_locale":"en_US","og_type":"article","og_title":"Meet The Trusted Team In A Child Development Center Like Kids Cove","og_description":"Meet our trusted and dedicated staff that makes up the success of building a conducive child development centre. Our team are governed by core values to stay committed to giving high-quality childcare service. Get in touch with us.","og_url":"https:\/\/www.kidscove.co.nz\/our-team\/","og_site_name":"Child Care Auckland Where Love, Learning & Development Flourish","article_modified_time":"2019-01-11T01:13:52+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.kidscove.co.nz\/our-team\/","url":"https:\/\/www.kidscove.co.nz\/our-team\/","name":"Meet The Trusted Team In A Child Development Center Like Kids Cove","isPartOf":{"@id":"https:\/\/www.kidscove.co.nz\/#website"},"datePublished":"2018-07-10T21:34:20+00:00","dateModified":"2019-01-11T01:13:52+00:00","description":"Meet our trusted and dedicated staff that makes up the success of building a conducive child development centre. Our team are governed by core values to stay committed to giving high-quality childcare service. Get in touch with us.","breadcrumb":{"@id":"https:\/\/www.kidscove.co.nz\/our-team\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kidscove.co.nz\/our-team\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.kidscove.co.nz\/our-team\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kidscove.co.nz\/"},{"@type":"ListItem","position":2,"name":"OUR TEAM"}]},{"@type":"WebSite","@id":"https:\/\/www.kidscove.co.nz\/#website","url":"https:\/\/www.kidscove.co.nz\/","name":"Child Care Auckland Where Love, Learning & Development Flourish","description":"Kids Cove Early Learning Centre NZ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kidscove.co.nz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/pages\/29029","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/comments?post=29029"}],"version-history":[{"count":2,"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/pages\/29029\/revisions"}],"predecessor-version":[{"id":29335,"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/pages\/29029\/revisions\/29335"}],"wp:attachment":[{"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/media?parent=29029"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}