{
    "id": 1881,
    "date": "2025-07-09T14:08:25",
    "date_gmt": "2025-07-09T14:08:25",
    "guid": {
        "rendered": "https:\/\/quartiermeredith.ca\/?page_id=1881"
    },
    "modified": "2025-07-09T15:07:27",
    "modified_gmt": "2025-07-09T15:07:27",
    "slug": "68-chemin-du-relais",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/quartiermeredith.ca\/en\/68-chemin-du-relais\/",
    "title": {
        "rendered": "68 Chemin du Relais"
    },
    "content": {
        "rendered": "<div data-elementor-type=\"wp-page\" data-elementor-id=\"1881\" class=\"elementor elementor-1881\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23240eef e-flex e-con-boxed e-con e-parent\" data-id=\"23240eef\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-60059748 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-heading\" data-id=\"60059748\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Explore the floor plans and availability.<\/h1>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c17686b e-flex e-con-boxed e-con e-parent\" data-id=\"6c17686b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cd33bec elementor-widget elementor-widget-heading\" data-id=\"2cd33bec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">68 Chemin du Relais<\/h4>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3eae886 e-flex e-con-boxed e-con e-parent\" data-id=\"3eae886\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b6a5611 elementor-widget elementor-widget-html\" data-id=\"4b6a5611\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<div id='planpoint-container' style=\"position: relative; overflow: hidden; width: 100%; transition: all 0.2s ease\"> <iframe id='planpoint' frameborder='0' allowfullscreen style=\"position: relative; top: 0; left: 0; bottom: 0; right: 0; width: 100%;\" src='https:\/\/app.planpoint.io\/68-chemin-du-relais\/quartier-meredith?lang=English&style=undefined&colorBase=undefined&colorAccent=undefined&colorHover=rgba(161%2C 179%2C 160%2C 0.78)&colorButton=undefined&colorButtonText=undefined&colorText=undefined&colorFeatured=undefined&colorSold=undefined&colorAvailable=undefined&colorReserved=undefined'> <\/iframe> <\/div> <script> (() => { if(typeof window !== 'undefined' && document !== 'undefined'){ let iframe; let enableResize = true; var onFullscreen = false; function getURLParams() { const params = new URLSearchParams(window.location.search); const f = params.get('f'); const u = params.get('u'); const utm_source = params.get('utm_source'); const utm_medium = params.get('utm_medium'); const utm_campaign = params.get('utm_campaign'); return { f, u, utm_source, utm_medium, utm_campaign }; }; const { f, u, utm_source, utm_medium, utm_campaign } = getURLParams(); const projectUrl = 'https:\/\/app.planpoint.io\/68-chemin-du-relais\/quartier-meredith?lang=English&style=undefined&colorBase=undefined&colorAccent=undefined&colorHover=rgba(161%2C 179%2C 160%2C 0.78)&colorButton=undefined&colorButtonText=undefined&colorText=undefined&colorFeatured=undefined&colorSold=undefined&colorAvailable=undefined&colorReserved=undefined'; const iframeSrc = projectUrl + (f ? \u2060\u202f&f=${encodeURIComponent(f)}\u202f\u2060 : '') + (u ? \u2060\u202f&u=${encodeURIComponent(u)}\u202f\u2060 : '') + (utm_source ? \u2060\u202f&utm_source=${encodeURIComponent(utm_source)}\u202f\u2060 : '') + (utm_medium ? \u2060\u202f&utm_medium=${encodeURIComponent(utm_medium)}\u202f\u2060 : '') + (utm_campaign ? \u2060\u202f&utm_campaign=${encodeURIComponent(utm_campaign)}\u202f\u2060 : ''); const urlParams = new URLSearchParams(window.location.search); const utmParams = { utm_source: urlParams.get('utm_source'), utm_medium: urlParams.get('utm_medium'), utm_campaign: urlParams.get('utm_campaign'), parentURL: window.location.href || document.referrer, }; const interval = setInterval(() => { iframe = document.getElementById('planpoint'); if(iframe){ iframe.src = iframeSrc; clearInterval(interval); function adjustSizeToContent () { let iframeWindow = iframe.contentWindow; if(iframeWindow && enableResize){ iframeWindow.postMessage('get_size', ''); }; }; var intervalWindow = setInterval(() => { adjustSizeToContent(); iframe.contentWindow.postMessage({ type: 'utm', data: utmParams }, ''); }, 1000); function openFullscreen() { const element = document.querySelector('#planpoint-container'); if (element.requestFullscreen) { element.requestFullscreen(); } else if (element.mozRequestFullscreen) { element.mozRequestFullscreen(); } else if (element.webkitRequestFullscreen) { element.webkitRequestFullscreen(); } else if (element.msRequestFullscreen) { element.msRequestFullscreen(); } } function closeFullscreen() { if (document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement) { if (document.exitFullscreen) { document.exitFullscreen(); } else if (document.mozCancelFullscreen) { document.mozCancelFullscreen(); } else if (document.webkitExitFullscreen) { document.webkitExitFullscreen(); } else if (document.msExitFullscreen) { document.msExitFullscreen(); } } } function fullscreenHandler (e) { onFullscreen = !onFullscreen; if (!onFullscreen) { iframe.contentWindow.postMessage({ type: 'close-fs'}, ''); const iframeContainer = document.getElementById('planpoint-container'); setTimeout(() => { document.documentElement.style.overflow = 'auto'; iframeContainer.style.position ='relative'; iframeContainer.style.top = 'auto'; iframeContainer.style.left = 'auto'; iframeContainer.style.zIndex = 'auto'; iframeContainer.scrollIntoView(); enableResize = true; }, 500); } else { const iframeContainer = document.getElementById('planpoint-container'); document.documentElement.scrollTop = 0; document.documentElement.style.overflow = 'hidden'; iframeContainer.style.position ='fixed'; iframeContainer.style.top = '0'; iframeContainer.style.left = '0'; iframeContainer.style.height = '100vh'; iframeContainer.style.width = '100%'; iframeContainer.style.zIndex = '1000000000000000000000000'; iframe.style.height = '100vh'; iframe.style.width = '100%'; enableResize = false; } } window.addEventListener('message', (event) => { if(event.data.type === 'fullscreen'){ if(event.data.active){ openFullscreen(); }else{ closeFullscreen(); }; return; }else if (event.data.type === 'resize'){ const {h, w} = event.data; const iframeContainer = document.getElementById('planpoint-container'); iframe.style.height = String(Math.max(window.innerHeight, h)) + 'px'; iframeContainer.style.height = String(h) + 'px'; }else if (event.data?.type === 'scroll-to-top') { const iframeContainer = document.getElementById('planpoint-container'); iframeContainer.scrollIntoView({ behavior: 'smooth', block: 'start' }) else if (event.data?.type === 'agenda-status') { console.log('Agenda Status Update:', event.data.status, event.data.data); \/\/ You can add more elaborate handling here } else if (event.data?.type === 'agenda-test-result') { console.log('Agenda Test Result:', event.data.result); }else{ if(typeof event.data === 'string'){ const [intendedHeight, intendedWidth] = event.data.split('x'); const h = parseInt(intendedHeight); const w = parseInt(intendedWidth); const iframeContainer = document.getElementById('planpoint-container'); iframe.style.height = String(Math.max(window.innerHeight, h)) + 'px'; iframeContainer.style.height = String(h) + 'px'; }; }; }); document.addEventListener('click', function(event) { const eventData = { type: event.type, }; iframe.contentWindow.postMessage({ type: 'click', data: eventData }, ''); }); document.addEventListener('scroll', function(event) { const pageY = window.pageYOffset || document.documentElement.scrollTop; const iframeContainer = document.getElementById('planpoint-container'); const { top: iframeRelativeY } = iframeContainer.getBoundingClientRect(); const eventData = { type: event.type, pageY, iframeY: iframeContainer.offsetTop, iframeRelativeY, iframeHeight: iframe.scrollHeight }; iframe.contentWindow.postMessage(eventData , ''); }); document.addEventListener('fullscreenchange', fullscreenHandler); document.addEventListener('webkitfullscreenchange', fullscreenHandler); document.addEventListener('mozfullscreenchange', fullscreenHandler); document.addEventListener('MSFullscreenChange', fullscreenHandler); }; }, 1000); }; })(); \/\/ Agenda testing utilities window.testAgendaJob = function(jobName, jobData) { if(!iframe || !iframe.contentWindow) { console.error('iframe not available'); return; } iframe.contentWindow.postMessage({ type: 'agenda-test', jobName: jobName, jobData: jobData }, ''); };  window.getAgendaStatus = function() { console.log('Requesting Agenda status...'); iframe.contentWindow.postMessage({ type: 'agenda-status-request' }, '*'); }; <\/script>\n\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>",
        "protected": false
    },
    "excerpt": {
        "rendered": "<p>Explore the floor plans and availability. 68 Chemin du Relais<\/p>",
        "protected": false
    },
    "author": 1,
    "featured_media": 0,
    "parent": 0,
    "menu_order": 0,
    "comment_status": "closed",
    "ping_status": "closed",
    "template": "elementor_header_footer",
    "meta": {
        "_monsterinsights_skip_tracking": false,
        "_monsterinsights_sitenote_active": false,
        "_monsterinsights_sitenote_note": "",
        "_monsterinsights_sitenote_category": 0,
        "footnotes": ""
    },
    "class_list": [
        "post-1881",
        "page",
        "type-page",
        "status-publish",
        "hentry"
    ],
    "aioseo_notices": [],
    "_links": {
        "self": [
            {
                "href": "https:\/\/quartiermeredith.ca\/en\/wp-json\/wp\/v2\/pages\/1881",
                "targetHints": {
                    "allow": [
                        "GET"
                    ]
                }
            }
        ],
        "collection": [
            {
                "href": "https:\/\/quartiermeredith.ca\/en\/wp-json\/wp\/v2\/pages"
            }
        ],
        "about": [
            {
                "href": "https:\/\/quartiermeredith.ca\/en\/wp-json\/wp\/v2\/types\/page"
            }
        ],
        "author": [
            {
                "embeddable": true,
                "href": "https:\/\/quartiermeredith.ca\/en\/wp-json\/wp\/v2\/users\/1"
            }
        ],
        "replies": [
            {
                "embeddable": true,
                "href": "https:\/\/quartiermeredith.ca\/en\/wp-json\/wp\/v2\/comments?post=1881"
            }
        ],
        "version-history": [
            {
                "count": 26,
                "href": "https:\/\/quartiermeredith.ca\/en\/wp-json\/wp\/v2\/pages\/1881\/revisions"
            }
        ],
        "predecessor-version": [
            {
                "id": 1933,
                "href": "https:\/\/quartiermeredith.ca\/en\/wp-json\/wp\/v2\/pages\/1881\/revisions\/1933"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/quartiermeredith.ca\/en\/wp-json\/wp\/v2\/media?parent=1881"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}