{"id":2559,"date":"2024-10-31T17:02:23","date_gmt":"2024-10-31T17:02:23","guid":{"rendered":"https:\/\/ditib-heidenheim.de\/cenazemiz-var-vefat-bildirimleri-todesanzeigen\/"},"modified":"2024-11-20T18:59:09","modified_gmt":"2024-11-20T18:59:09","slug":"cenazemiz-var-vefat-bildirimleri-todesanzeigen","status":"publish","type":"post","link":"https:\/\/ditib-heidenheim.de\/tr\/cenazemiz-var-vefat-bildirimleri-todesanzeigen\/","title":{"rendered":"Vefat bildirimi &#8211; Vefat bildirimleri || Todesanzeigen"},"content":{"rendered":"<div class=\"custom-post-content\">\n<div>\n<h2 class=\"entry-title ast-blog-single-element\" itemprop=\"headline\" style=\" color: var(--ast-global-color-3); font-weight: var(--ast-blog-title-font-weight,normal); font-size: 30px; margin-bottom: 0.2em\">Vefat bildirimi &#8211; Vefat bildirimleri || Todesanzeigen<\/h2>\n<div class=\"entry-meta\" style=\"margin-bottom: 1.2em; word-wrap: break-word;\"><span class=\"posted-on\"><span class=\"published\" itemprop=\"datePublished\">November 20, 2024<\/span><\/span> | <span class=\"ast-taxonomy-container cat-links default\"><a href=\"https:\/\/ditib-heidenheim.de\/category\/todesanzeigen\/\" rel=\"category tag\">Todesanzeigen<\/a><\/span><\/div>\n<\/div>\n<div class=\"post-media\">\n<div class=\"swiper-container\">\n<div class=\"swiper-wrapper\">\n<div class=\"swiper-slide elementor-lightbox-item\" data-e-action-hash=\"...\">\n<div class=\"swiper-zoom-container\"><a href=\"#\"\n\t\tonclick=\"openImageInContainer(this); return false;\"\n\t\tdata-image-url=\"https:\/\/ditib-heidenheim.de\/wp-content\/uploads\/2024\/10\/cenaze.jpeg\"\n\t\tdata-elementor-lightbox-title=\"Image 1\"\n\t\tclass=\"elementor-lightbox-item\"><br \/>\n\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ditib-heidenheim.de\/wp-content\/uploads\/2024\/10\/cenaze.jpeg\"\n\t\t\tclass=\"swiper-lazy elementor-lightbox-image\"\n\t\t\talt=\"Post Image 1\"><br \/>\n\t\t<\/a><\/div>\n<\/div>\n<\/div>\n<div class=\"swiper-pagination\"><\/div>\n<\/div>\n<\/div>\n<div>\n<p class=\"post-text\">[TR]<br \/>\nDe\u011ferli Ziyaret\u00e7iler,<br \/>\nSizlere, sayfam\u0131zda art\u0131k \u00f6l\u00fcm ilanlar\u0131n\u0131n yay\u0131nlanaca\u011f\u0131n\u0131 bildirmek isteriz. Burada cenaze namaz\u0131 bilgilerine ula\u015fabilirsiniz.<\/p>\n<p>[DE]<br \/>\nLiebe Besucher,<br \/>\nwir m\u00f6chten Sie dar\u00fcber informieren, dass auf unserer Seite nun Todesanzeigen ver\u00f6ffentlicht werden. Hier haben Sie die M\u00f6glichkeit, Informationen \u00fcber den Verstorbenen, sowie die Beerdigungsinformationen zu finden.<\/p>\n<\/div>\n<\/div>\n<p>    <script>\n    function openImageInContainer(element) {\n        \/\/ Retrieve the image URL and title from data attributes\n        var imageUrl = element.getAttribute(\"data-image-url\");\n        var imageTitle = element.getAttribute(\"data-elementor-lightbox-title\");\n        \/\/ Check if the overlay already exists\n        var existingOverlay = document.querySelector('.custom-lightbox-overlay');\n        if (existingOverlay) {\n            existingOverlay.remove(); \/\/ Remove if exists to reset\n        }\n        \/\/ Create the lightbox overlay\n        var overlay = document.createElement('div');\n        overlay.className = 'custom-lightbox-overlay';\n        overlay.style.position = 'fixed';\n        overlay.style.top = '0';\n        overlay.style.left = '0';\n        overlay.style.width = '100%';\n        overlay.style.height = '100%';\n        overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.8)';\n        overlay.style.display = 'flex';\n        overlay.style.alignItems = 'center';\n        overlay.style.justifyContent = 'center';\n        overlay.style.zIndex = '9999';\n        \/\/ Create the image element\n        var image = document.createElement('img');\n        image.src = imageUrl;\n        image.alt = imageTitle;\n        image.className = 'elementor-lightbox-image elementor-lightbox-prevent-close';\n        image.style.maxWidth = '90%';\n        image.style.maxHeight = '90%';\n        overlay.appendChild(image);\n        \/\/ Create the close button (X)\n        var closeButton = document.createElement('div');\n        closeButton.className = 'custom-lightbox-close';\n        closeButton.innerHTML = 'X';\n        closeButton.style.position = 'absolute';\n        closeButton.style.top = '10px';\n        closeButton.style.right = '10px';\n        closeButton.style.fontSize = '30px';\n        closeButton.style.color = '#fff';\n        closeButton.style.cursor = 'pointer';\n        closeButton.style.zIndex = '10000'; \/\/ Ensure it stays on top\n        closeButton.style.fontWeight = 'bold';\n        closeButton.style.backgroundColor = 'rgba(0, 0, 0, 0.6)';\n        closeButton.style.padding = '5px 10px';\n        closeButton.style.borderRadius = '50%';\n        \/\/ Add the click event to close the overlay when clicked\n        closeButton.addEventListener('click', function() {\n            overlay.remove();\n        });\n        \/\/ Append the close button to the overlay\n        overlay.appendChild(closeButton);\n        \/\/ Add a click event to close the overlay if clicked anywhere outside the image\n        overlay.addEventListener('click', function(e) {\n            \/\/ If the click is outside the image, remove the overlay\n            if (e.target === overlay) {\n                overlay.remove();\n            }\n        });\n        \/\/ Append the overlay to the document body\n        document.body.appendChild(overlay);\n    }\n    <\/script><\/p>\n<style>\n        \/* Optional styling for lightbox overlay *\/\n        .custom-lightbox-overlay img {\n            transition: transform 0.3s ease;\n        }\n        .custom-lightbox-overlay img:hover {\n            transform: scale(1.05);\n        }<\/p>\n<p>        \/* Styling for close button *\/\n        .custom-lightbox-close {\n            transition: all 0.2s ease;\n        }\n        .custom-lightbox-close:hover {\n            background-color: rgba(0, 0, 0, 0.8);\n        }\n    <\/style>\n","protected":false},"excerpt":{"rendered":"<div class=\"custom-post-content\">\n<div class=\"post-media\">\n<div class=\"swiper-container\">\n<div class=\"swiper-wrapper\">\n<div class=\"swiper-slide elementor-lightbox-item\" data-e-action-hash=\"...\">\n<div class=\"swiper-zoom-container\"><a href=\"#\"\n\t\tonclick=\"openImageInContainer(this); return false;\"\n\t\tdata-image-url=\"https:\/\/ditib-heidenheim.de\/wp-content\/uploads\/2024\/10\/cenaze.jpeg\"\n\t\tdata-elementor-lightbox-title=\"Image 1\"\n\t\tclass=\"elementor-lightbox-item\"><br \/>\n\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ditib-heidenheim.de\/wp-content\/uploads\/2024\/10\/cenaze.jpeg\"\n\t\t\tclass=\"swiper-lazy elementor-lightbox-image\"\n\t\t\talt=\"Post Image 1\"><br \/>\n\t\t<\/a><\/div>\n<\/div>\n<\/div>\n<div class=\"swiper-pagination\"><\/div>\n<\/div>\n<\/div>\n<div class=\"post-content-wrap\">\n<p class=\"post-text\">[TR]<br \/>\nDe\u011ferli Ziyaret\u00e7iler,<br \/>\nSizlere, sayfam\u0131zda art\u0131k \u00f6l\u00fcm&#8230;<\/p>\n<\/div>\n<\/div>\n<p>    <script>\n    function openImageInContainer(element) {\n        \/\/ Retrieve the image URL and title from data attributes\n        var imageUrl = element.getAttribute(\"data-image-url\");\n        var imageTitle = element.getAttribute(\"data-elementor-lightbox-title\");\n        \/\/ Check if the overlay already exists\n        var existingOverlay = document.querySelector('.custom-lightbox-overlay');\n        if (existingOverlay) {\n            existingOverlay.remove(); \/\/ Remove if exists to reset\n        }\n        \/\/ Create the lightbox overlay\n        var overlay = document.createElement('div');\n        overlay.className = 'custom-lightbox-overlay';\n        overlay.style.position = 'fixed';\n        overlay.style.top = '0';\n        overlay.style.left = '0';\n        overlay.style.width = '100%';\n        overlay.style.height = '100%';\n        overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.8)';\n        overlay.style.display = 'flex';\n        overlay.style.alignItems = 'center';\n        overlay.style.justifyContent = 'center';\n        overlay.style.zIndex = '9999';\n        \/\/ Create the image element\n        var image = document.createElement('img');\n        image.src = imageUrl;\n        image.alt = imageTitle;\n        image.className = 'elementor-lightbox-image elementor-lightbox-prevent-close';\n        image.style.maxWidth = '90%';\n        image.style.maxHeight = '90%';\n        overlay.appendChild(image);\n        \/\/ Create the close button (X)\n        var closeButton = document.createElement('div');\n        closeButton.className = 'custom-lightbox-close';\n        closeButton.innerHTML = 'X';\n        closeButton.style.position = 'absolute';\n        closeButton.style.top = '10px';\n        closeButton.style.right = '10px';\n        closeButton.style.fontSize = '30px';\n        closeButton.style.color = '#fff';\n        closeButton.style.cursor = 'pointer';\n        closeButton.style.zIndex = '10000'; \/\/ Ensure it stays on top\n        closeButton.style.fontWeight = 'bold';\n        closeButton.style.backgroundColor = 'rgba(0, 0, 0, 0.6)';\n        closeButton.style.padding = '5px 10px';\n        closeButton.style.borderRadius = '50%';\n        \/\/ Add the click event to close the overlay when clicked\n        closeButton.addEventListener('click', function() {\n            overlay.remove();\n        });\n        \/\/ Append the close button to the overlay\n        overlay.appendChild(closeButton);\n        \/\/ Add a click event to close the overlay if clicked anywhere outside the image\n        overlay.addEventListener('click', function(e) {\n            \/\/ If the click is outside the image, remove the overlay\n            if (e.target === overlay) {\n                overlay.remove();\n            }\n        });\n        \/\/ Append the overlay to the document body\n        document.body.appendChild(overlay);\n    }\n    <\/script><\/p>\n<style>\n        \/* Optional styling for lightbox overlay *\/\n        .custom-lightbox-overlay img {\n            transition: transform 0.3s ease;\n        }\n        .custom-lightbox-overlay img:hover {\n            transform: scale(1.05);\n        }<\/p>\n<p>        \/* Styling for close button *\/\n        .custom-lightbox-close {\n            transition: all 0.2s ease;\n        }\n        .custom-lightbox-close:hover {\n            background-color: rgba(0, 0, 0, 0.8);\n        }\n    <\/style>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[17],"tags":[],"class_list":["post-2559","post","type-post","status-publish","format-standard","hentry","category-todesanzeigen"],"_links":{"self":[{"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/posts\/2559","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/comments?post=2559"}],"version-history":[{"count":6,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/posts\/2559\/revisions"}],"predecessor-version":[{"id":2689,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/posts\/2559\/revisions\/2689"}],"wp:attachment":[{"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/media?parent=2559"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/categories?post=2559"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ditib-heidenheim.de\/tr\/wp-json\/wp\/v2\/tags?post=2559"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}