/*! 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":1684,"date":"2023-05-16T05:08:31","date_gmt":"2023-05-16T05:08:31","guid":{"rendered":"https:\/\/ktjkrug.com\/?p=1684"},"modified":"2023-09-28T08:13:28","modified_gmt":"2023-09-28T08:13:28","slug":"condado-vanderbilt-hotel-in-puerto-rico","status":"publish","type":"post","link":"https:\/\/ktjkrug.com\/condado-vanderbilt-hotel-in-puerto-rico\/","title":{"rendered":"Experience Luxury at the Condado Vanderbilt Hotel in Puerto Rico | KTJ Krug LLC"},"content":{"rendered":"

Searching for a luxurious vacay, but don’t want to spend too much? Come explore the Condado Vanderbilt Hotel in Puerto Rico<\/a>! This hotel offers upscale amenities and services, at unbeatable prices. Enjoy the next level of your holiday with an unforgettable stay here!<\/p>\n

Introduction<\/h2>\n

Immerse yourself in the exquisite luxury of the Condado Vanderbilt Hotel<\/strong> in Puerto Rico. Enjoy opulent accommodations, breathtaking ocean views, and impeccable service. Reap the benefits of a world-class spa, savor gourmet dining, and experience sophisticated entertainment options.<\/p>\n

The Condado Vanderbilt Hotel<\/strong> offers the perfect blend of modern amenities and classic elegance. Appointed rooms feature premium bedding, luxurious linens, and high-end finishes. Indulge in a variety of on-site dining options with locally-sourced ingredients and inventive menus.<\/p>\n

The hotel’s extraordinary spa is the ultimate relaxation destination. Treat yourself to a day of pampering with a range of personalized services such as massages, body treatments, and facials.<\/p>\n

One guest shared their story of never wanting to leave, after being amazed by the exceptional service from start to finish. They appreciated every detail, from the stunning d\u00e9cor to the delicious food. Their stay at the Condado Vanderbilt Hotel<\/strong> was an unforgettable experience.<\/p>\n

chitecture and Design<\/h2>\n

The Condado Vanderbilt Hotel<\/strong> has remarkable architecture and design that captures its historic and luxurious aura. Every detail was carefully thought out, from the grand marble staircase entrance to the stunning Victorian-style chandeliers in the lobby.<\/p>\n

Guests can indulge in a lavish experience. They can take in the luxuriously adorned marble walls, vaulted ceilings, and balconies with ocean views. Elegantly designed guest rooms, aesthetic bar area with copper counter-tops and modern lighting fixtures are also available.<\/p>\n

In addition, guests can admire the beautiful oil paintings on display in the public areas of the hotel. These add a sense of sophistication and style.<\/p>\n

Guests can make use of all these features and enjoy their stay. They can relax at the spa, have breakfast on their balcony, or even explore Old San Juan<\/a>, El Yunque rainforest or Bioluminescent Bay in Fajardo with the concierge service. Finally, they can take advantage of one-of-a-kind perks like butler service<\/strong> or dining at one of four award-winning restaurants<\/strong> on-site. All these services allow guests to bask in top-of-the-line amenities while staying at this luxurious Puerto Rican resort<\/a>. Enjoy a luxurious room and forget you’re in a different country!<\/strong><\/p>\n

Accommodations<\/h2>\n

Unlock a world of unparalleled luxury at the Condado Vanderbilt Hotel<\/strong> in Puerto Rico. Enjoy spacious rooms that boast stunning ocean views and contemporary decor. Spoil yourself with Frette linens<\/strong>, Bulgari bath products<\/strong>, and Nespresso machines<\/strong>. Pick from a range of categories – from King and Queen Deluxe to the grand Vanderbilt Suite.<\/p>\n

Head to the exclusive Club Floor<\/em> for personalized service and private lounge access. Plus, high-speed internet<\/strong>, flat-screen TVs<\/strong>, and twice-daily housekeeping for ultimate convenience.<\/p>\n

Discover vintage-inspired accents and hand-painted ceilings<\/strong> throughout the hotel’s<\/a> historic building.<\/p>\n

One guest shared their story, saying “The staff were really attentive – they exceeded our expectations. The room was great, with an incredible bathroom and view of the ocean.”<\/p>\n

Experience a truly luxurious stay in Puerto<\/a> Rico at the Condado Vanderbilt Hotel<\/strong>. Enjoy dining and entertainment fit for royalty.<\/p>\n

Dining and Entertainment<\/h2>\n

Delight in exquisite dining and upscale entertainment at the Condado Vanderbilt Hotel in Puerto Rico<\/strong>. Dine on flavorful local cuisine crafted by world-class chefs. Savour Latin-inspired cocktails, made by expert mixologists. Be serenaded by live music performances, creating a sophisticated atmosphere.<\/p>\n

Furthermore, admire the Caribbean Sea from the hotel’s<\/a> elegantly designed dining rooms. Experience the hotel’s historical past, as it served as a rest-and-rehabilitation facility during WWII<\/em>. Enjoy a luxurious vacation with activities for the adventurous or leisurely poolside relaxation. All this and more awaits you at the Condado Vanderbilt Hotel<\/strong>.<\/p>\n

Recreation and Activities<\/h2>\n

Unwind and take in the lavishness of the Condado Vanderbilt Hotel<\/strong> in Puerto Rico! There’s plenty to do: take a dip in one of the resort’s pools, try snorkeling, parasailing, or jet skiing<\/strong> for a thrilling adventure, or treat yourself to a luxurious spa experience at the Vanderbilt Spa<\/strong>. Guests can also enjoy private access to beaches and tennis courts with stunning ocean views<\/strong>.<\/p>\n

This hotel has a unique history. Built in 1919 by Frederick William Vanderbilt, it was initially a lavish residence for his family. Over time, it became a destination for prominent figures in politics, entertainment, and culture. Today, this elegant establishment continues its legacy as a symbol of luxury and elegance<\/strong> in Puerto Rico.<\/p>\n

\"Condado<\/p>\n

Events and Conferences<\/h2>\n

The Condado Vanderbilt Hotel offers an array of options for those who seek a stylish space to host corporate or social events. With the capacity to host up to 600 guests, this luxurious hotel<\/a> is ideal for grand conferences, business meetings, and intimate gatherings.<\/p>\n