/*! elementor-pro - v3.21.0 - 20-05-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}))})();{"id":25,"date":"2022-10-27T07:04:29","date_gmt":"2022-10-27T07:04:29","guid":{"rendered":"http:\/\/54.200.118.227\/?page_id=25"},"modified":"2024-01-30T08:39:53","modified_gmt":"2024-01-30T08:39:53","slug":"faq","status":"publish","type":"page","link":"https:\/\/ktjkrug.com\/faq\/","title":{"rendered":"FAQ"},"content":{"rendered":"

FAQ<\/h1>\n

How do I book a KTJ Krug LLC property?<\/a><\/p>\n

Our properties are listed on popular booking platforms such as Airbnb<\/a>, Booking.com<\/a> , VRBO<\/a>, and Expedia. You can search for availability and book directly through these platforms or contact us for assistance.<\/p>\n

Are your properties suitable for families?<\/a><\/p>\n

Yes, our properties cater to travelers of all ages, including families. We offer a range of family-friendly accommodations with various amenities to ensure a comfortable and enjoyable stay for everyone.<\/p>\n

Can I bring my pet to a KTJ Krug LLC property?<\/a><\/p>\n

Our properties have individual pet policies. Please check the property listing or contact us to inquire about pet-friendly accommodations.<\/p>\n

What is included in the rental price?<\/a><\/p>\n

Our rental prices include the cost of the accommodation, basic utilities, and access to property-specific amenities. Additional fees may apply for personalized experiences or extra services.<\/p>\n

How do I request personalized experiences?<\/a><\/p>\n

To request personalized experiences or add-ons, please contact our team directly after booking your accommodation. We will work with you to create a custom itinerary based on your preferences.<\/p>\n

What is your cancellation policy?<\/a><\/p>\n

Our cancellation policy varies depending on the booking platform used and the specific property. Please review the cancellation policy on the property listing or contact us for more information.<\/p>\n

Is there a minimum stay requirement?<\/a><\/p>\n

Some of our properties may have a minimum stay requirement, which will be specified in the property listing. If you have any questions or need assistance, please contact us.<\/p>\n

Do you offer airport transfers or transportation services?<\/a><\/p>\n

We can help arrange airport transfers and transportation services upon request. Please contact our team to discuss your needs and receive a quote.<\/p>\n

Are your properties wheelchair accessible?<\/a><\/p>\n

Some of our properties are wheelchair accessible or have features to accommodate guests with mobility concerns. Please check the property listing or contact us for more information.<\/p>\n

Can you accommodate special requests, such as dietary restrictions or event planning?<\/a><\/p>\n

We strive to accommodate special requests whenever possible. Please contact our team to discuss your specific needs, and we will do our best to assist you.<\/p>\n

Do your properties have Wi-Fi and other modern amenities?<\/a><\/p>\n

Yes, our properties are equipped with Wi-Fi and a range of modern amenities to ensure a comfortable and enjoyable stay.<\/p>\n

Are linens and towels provided?<\/a><\/p>\n

Our properties are fully furnished and include linens, towels, and other essentials for a comfortable stay.<\/p>\n

What is the check-in and check-out process with smart lock accessibility?<\/a><\/p>\n

Our properties are equipped with smart lock technology, allowing for a seamless check-in and check-out experience. You will receive detailed instructions, including a unique access code, prior to your arrival. Simply enter the code on the smart lock to gain access to the property.<\/p>\n

Are your properties non-smoking?<\/a><\/p>\n

Yes, all our properties are non-smoking. We kindly ask guests to respect this policy and only smoke in designated outdoor areas.<\/p>\n

What should I do if I encounter any issues during my stay?<\/a><\/p>\n

Our dedicated team is available 24\/7 to address any concerns or issues you may have during your stay. Please do not hesitate to reach out to us for assistance.<\/p>\n","protected":false},"excerpt":{"rendered":"

FAQ How do I book a KTJ Krug LLC property? Our properties are listed on popular booking platforms such as Airbnb, Booking.com , VRBO, and Expedia. You can search for availability and book directly through these platforms or contact us for assistance. Are your properties suitable for families? Yes, our properties cater to travelers of […]<\/p>\n","protected":false},"author":1,"featured_media":12245,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-25","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/ktjkrug.com\/wp-json\/wp\/v2\/pages\/25","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ktjkrug.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ktjkrug.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ktjkrug.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ktjkrug.com\/wp-json\/wp\/v2\/comments?post=25"}],"version-history":[{"count":0,"href":"https:\/\/ktjkrug.com\/wp-json\/wp\/v2\/pages\/25\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ktjkrug.com\/wp-json\/wp\/v2\/media\/12245"}],"wp:attachment":[{"href":"https:\/\/ktjkrug.com\/wp-json\/wp\/v2\/media?parent=25"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}