/*! 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":28533,"date":"2018-05-16T05:51:04","date_gmt":"2018-05-16T05:51:04","guid":{"rendered":"http:\/\/kidscoveltd.wordpress.zeald.com\/?page_id=28533"},"modified":"2019-01-11T12:59:17","modified_gmt":"2019-01-11T00:59:17","slug":"faq","status":"publish","type":"page","link":"https:\/\/www.kidscove.co.nz\/faq\/","title":{"rendered":"FAQ"},"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″ _builder_version=”3.9″ prev_background_color=”#000000″ next_background_color=”#f6f6f6″][et_pb_row _builder_version=”3.9″][et_pb_column type=”4_4″][et_pb_text _builder_version=”3.9″]<\/p>\n

\n
\n

Yes, there\u2019s a lot to know when preparing to enrol your child or even if your child is enrolled in a child care! This list of frequently asked questions is designed to help you with the important questions you may have. If your child has already started with Kids Cove and you have more queries, or would like to speak to us, please feel free to call us and book a visit to the Centre.<\/p>\n<\/div>\n<\/div>\n

\n
\n

At Kids Cove, we believe that each child in his\/ her uniqueness is a gift to the society and our learning programmes must be primarily led to nurture these unique and natural gifts the child holds.<\/p>\n<\/div>\n<\/div>\n

[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=”3.9″][et_pb_column type=”1_2″][et_pb_button button_url=”#importance-of-early-learning” button_text=”Importance of early learning” _builder_version=”3.9″ custom_css_main_element=”width: 100%;||text-align: center;”]
\n[\/et_pb_button][\/et_pb_column][et_pb_column type=”1_2″][et_pb_button button_url=”#children-already-enrolled-at-kids-cove” button_text=”Children already enrolled at kids cove” _builder_version=”3.9″ custom_button=”on” button_text_color=”#333333″ button_bg_color=”#ffd204″ button_border_color=”#ffd204″ button_font=”||||||||” button_text_color_hover=”#000000″ button_bg_color_hover=”rgba(255,210,4,0.91)” button_border_color_hover=”rgba(255,210,4,0.91)” custom_css_main_element=”width: 100%;||text-align: center;”]
\n[\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section bb_built=”1″ module_id=”importance-of-early-learning” _builder_version=”3.9″ background_color=”#f6f6f6″ prev_background_color=”#ffffff” next_background_color=”#ffffff”][et_pb_row _builder_version=”3.9″][et_pb_column type=”4_4″][et_pb_text _builder_version=”3.9″ text_font=”||||||||” text_orientation=”center”]<\/p>\n

Importance of Early Learning<\/h2>\n

[\/et_pb_text][et_pb_toggle title=” What is ‘early learning’?” _builder_version=”3.9″ title_font=”||||||||” title_font_size=”20px” background_color=”#ffffff”]<\/p>\n

Early learning happens everywhere \u2013 at home, in centres, parks and shops. Young children are developing at an extremely fast pace and everything they encounter offers a new learning experience.<\/p>\n

[\/et_pb_toggle][et_pb_toggle title=” Why is early learning important?” _builder_version=”3.9″ title_font=”||||||||” title_font_size=”20px” background_color=”#ffffff”]<\/p>\n

Ministry of Education;<\/strong>
\nResearch shows that children who are involved in quality early childhood education (ECE) benefit in many ways, and that these benefits also extend to their family\/wh\u0101nau and the wider community.<\/p>\n

Taking part in ECE builds a strong foundation for your child\u2019s ongoing education, learning and development. Children learn lots of new skills by participating in ECE, building on the skills they learn at home and from their families\/wh\u0101nau.<\/p>\n

[\/et_pb_toggle][et_pb_toggle title=” What is the difference between ‘day care’ or ‘childcare’ and ‘early learning’?” _builder_version=”3.9″ title_font=”||||||||” title_font_size=”20px” background_color=”#ffffff”]<\/p>\n

For those in the sector, the difference is more than just words \u2013 ‘day care’ or ‘childcare’ gives the impression that the service we provide is simply ‘care’. It’s much more than that: its care plus education. Early learning captures the essence of what Kids Cove is all about – nurturing and stimulating environments that inspire a love of learning.<\/p>\n

[\/et_pb_toggle][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=”3.9″][et_pb_column type=”4_4″][et_pb_text _builder_version=”3.9″ text_font=”||||||||” header_font=”||||||||” header_3_font=”||||||||” header_3_font_size=”26px” text_orientation=”center”]<\/p>\n

Facilities and Provisions<\/h3>\n

[\/et_pb_text][et_pb_divider divider_weight=”3px” _builder_version=”3.9″ max_width=”60px” module_alignment=”center”]
\n[\/et_pb_divider][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=”3.9″][et_pb_column type=”1_2″][et_pb_toggle title=”What ages does Kids Cove cater for?” _builder_version=”3.9″ title_font=”||||||||” title_font_size=”20px” background_color=”#ffffff”]<\/p>\n

Age groups can vary from centre to centre, but generally we cater for children aged from three months old up to six years.<\/p>\n

[\/et_pb_toggle][et_pb_toggle title=”What are the operating hours?” _builder_version=”3.9″ title_font=”||||||||” title_font_size=”20px” background_color=”#ffffff”]<\/p>\n

Operating hours vary between centres, however they are generally open from 7.00am to 6.00pm, Monday to Friday, 52 weeks a year. We’re not open on weekends or public holidays. Check with centre of your interest to make sure their operating hours suit your needs.<\/p>\n

[\/et_pb_toggle][\/et_pb_column][et_pb_column type=”1_2″][et_pb_toggle title=” Do the children receive meals?” _builder_version=”3.9″ title_font=”||||||||” title_font_size=”20px” background_color=”#ffffff”]<\/p>\n

We provide morning tea, lunch, afternoon tea and some centres also provide breakfast and a late snack where required. Kids Cove follows the guidelines of the healthy heart foundation and our centres have their own cook creating fresh, healthy meals for the children. A nutritious diet is vital for children\u2019s development, so we make sure to provide meals that give children all the nutrients and energy they need. Children love to eat together, so the meal times at a centre are always fun!<\/p>\n

[\/et_pb_toggle][et_pb_toggle title=” Are nappies provided for babies and toddlers?” _builder_version=”3.9″ title_font=”||||||||” title_font_size=”20px” background_color=”#ffffff”]<\/p>\n

No, parents provide nappies for their babies and toddlers.<\/p>\n

[\/et_pb_toggle][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=”3.9″][et_pb_column type=”4_4″][et_pb_text _builder_version=”3.9″ text_font=”||||||||” header_font=”||||||||” header_3_font=”||||||||” header_3_font_size=”26px” text_orientation=”center”]<\/p>\n

Inquiry Process<\/h3>\n

[\/et_pb_text][et_pb_divider color=”#ffd204″ divider_weight=”3px” _builder_version=”3.9″ max_width=”60px” module_alignment=”center”]
\n[\/et_pb_divider][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=”3.9″][et_pb_column type=”1_2″][et_pb_toggle title=”How do I find out more about the centre of my choice?” _builder_version=”3.9″ title_font=”||||||||” title_font_size=”20px” background_color=”#ffffff”]<\/p>\n

You can find out more by visiting that centre \u2013 we welcome inquiries at any time.<\/p>\n

[\/et_pb_toggle][\/et_pb_column][et_pb_column type=”1_2″][et_pb_toggle title=”What happens after I submit an inquiry form online?” _builder_version=”3.9″ title_font=”||||||||” title_font_size=”20px” background_color=”#ffffff”]<\/p>\n

After you have submitted your inquiry form, we will:<\/p>\n