{"id":2377,"date":"2019-02-23T23:36:55","date_gmt":"2019-02-23T21:36:55","guid":{"rendered":"https:\/\/zoeseleuthera.com\/?page_id=2377"},"modified":"2019-07-25T21:47:20","modified_gmt":"2019-07-25T19:47:20","slug":"contact","status":"publish","type":"page","link":"https:\/\/zoeseleuthera.com\/en\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<figure class=\"wp-block-pullquote alignleft\"><blockquote><p><a href=\"mailto:info@zoeseleuthera.com\">info@zoeseleuthera.com<\/a><\/p><p>Call me: 0049- 176- 800 877 42<\/p><cite>Feel free to contact me<\/cite><\/blockquote><\/figure><div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019.jpg\" alt=\"\" class=\"wp-image-4184\" width=\"226\" height=\"226\" srcset=\"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019.jpg 960w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019-768x768.jpg 768w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019-700x700.jpg 700w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019-332x332.jpg 332w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019-432x432.jpg 432w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019-268x268.jpg 268w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019-100x100.jpg 100w\" sizes=\"auto, (max-width: 226px) 100vw, 226px\" \/><\/figure><\/div><p><\/p>\n\r\n<!-- START JS for Form ID: 3938 -->\r\n<script type=\"text\/javascript\">\r\njQuery(document).ready(function($) {\r\n\r\n    jQuery(\"#preloader-retesc\").fadeOut(500, function() {\r\n        jQuery(\"#ecf-form-retesc\").fadeIn(100);\r\n    });\r\n\r\n    Ladda.bind('.ladda-button');\r\n\r\n    $(function() {\r\n\r\n        \r\n        \/* Validation *\/\r\n        $(\"#form-retesc\").validate({\r\n            \/* Rules for form validation *\/\r\n            rules: {\r\n                name0:{required: true},email1:{required: true,email: true},message2:{required: true,minlength: 10},\r\n\r\n                            },\r\n            \/* Messages for form validation *\/\r\n            messages: {\r\n                name0:{required: \"This field is required\"},email1:{required: \"This field is required\"},message2:{required: \"This field is required\"}            },\r\n            \/* Do not change code below *\/\r\n            errorPlacement: function(error, element) {\r\n                error.insertAfter(element.parent());\r\n            },\r\n\r\n            submitHandler: function(form) {\r\n                                ecf_onsubmit(jQuery('.form-retesc'));\r\n\r\n                \r\n            },\r\n\r\n            invalidHandler: function(form) {\r\n                Ladda.stopAll();\r\n            },\r\n\r\n            onkeyup: false,\r\n            onfocusout: false,\r\n            onclick: false\r\n\r\n        });\r\n    });\r\n\r\n\r\n    \/* Form Submit ( Ajax ) *\/\r\n    function ecf_onsubmit(form) {\r\n\r\n        if (form.attr('action') == '#') {\r\n\r\n            data = {};\r\n            eldat = [];\r\n            data['action'] = 'ecf_deliver_mail';\r\n            data['formid'] = '3938';\r\n            data['security'] = '8e124483d9';\r\n\r\n\r\n            \r\n            jQuery('input, textarea', form).each(function(key) {\r\n\r\n                items = {};\r\n\r\n                if (typeof $(this).data('type') === 'undefined') {\r\n                    return true;\r\n                }\r\n\r\n\r\n                \r\n                items['type'] = $(this).data('type');\r\n                items['label'] = $(this).data('label');\r\n                items['value'] = this.value;\r\n                items['name'] = this.name;\r\n\r\n                eldat.push(items);\r\n\r\n            });\r\n\r\n\r\n                        data['allelmnt'] = eldat;\r\n\r\n            submitForm();\r\n\r\n            return false;\r\n\r\n        }\r\n\r\n    }\r\n\r\n    \/* Start submitForm\t *\/\r\n    function submitForm() {\r\n\r\n        jQuery.ajax({\r\n            url: 'https:\/\/zoeseleuthera.com\/wp-admin\/admin-ajax.php',\r\n            type: 'POST',\r\n            dataType: 'json',\r\n            data: data,\r\n            success: function(data) {\r\n\r\n                if (data.Ok == true) {\r\n\r\n                    $(\"#form-retesc\").get(0).reset();\r\n\r\n                    if (data.msg == 'redirect') {\r\n                        window.location = \"http:\/\/\";\r\n                    } else {\r\n                        notifyme('Your Message Submitted Successfully', 'n', 'success',\r\n                            'left middle');\r\n                    }\r\n\r\n                } else {\r\n                    notifyme(data.msg, 'n', 'error', 'left middle');\r\n                }\r\n\r\n                Ladda.stopAll();\r\n\r\n            }\r\n        });\r\n\r\n        \r\n    }\r\n\r\n\r\n    \/* Notify *\/\r\n    function notifyme(msg, b, typ, pos) {\r\n        if (b == 'n') {\r\n            b = 'cf-submittedretesc';\r\n        } else {\r\n            b = 'atcretesc';\r\n        }\r\n\r\n        $(\"#\" + b).gnotify(msg, {\r\n            style: \"nbootstrap\",\r\n            elementPosition: pos,\r\n            className: typ\r\n        });\r\n\r\n        msg = null;\r\n        typ = null;\r\n\r\n    }\r\n\r\n});\r\n<\/script>\r\n<!-- END JS for Form ID: 3938 -->\r\n\r\n<!-- START Form Markup for Form ID: 3938 -->\r\n<div id=\"preloader-retesc\" class=\"ecfpreloader\"><\/div>\r\n<div id=\"ecf-form-retesc\" class=\"ecf-body\">\r\n    <form method=\"post\" enctype=\"multipart\/form-data\" action=\"#\" id=\"form-retesc\" class=\"ecf-form form-retesc\">\r\n        <header>Contact<\/header>        <fieldset>\r\n            <section><label class=\"label\">Name<\/label><label class=\"input\"><input data-type=\"name\" data-label=\"Name\" id=\"name0\" type=\"text\" name=\"name0\" \/><\/label><\/section><section><label class=\"label\">Email<\/label><label class=\"input\"><input data-type=\"email\" data-label=\"Email\" id=\"email1\" type=\"text\" name=\"email1\" \/><\/label><\/section><section><label class=\"label\">I am looking forward for your message<\/label><label class=\"textarea\"><textarea data-type=\"message\" data-label=\"I am looking forward for your message\" id=\"message2\" name=\"message2\" rows=\"7\"><\/textarea><\/label><\/section>        <\/fieldset>\r\n        <footer>\r\n            <button data-style=\"slide-down\" id=\"cf-submittedretesc\" class=\"ecfbutton ladda-button\" type=\"submit\" name=\"cf-submittedretesc\"><span class=\"ladda-label\">SEND<\/span><\/button>\r\n        <\/footer>\r\n    <\/form>\r\n\r\n    \r\n<\/div>\r\n<!-- END Form Markup for Form ID: 3938 -->\r\n\r\n\r\n\t\t\t\t<p>Your data will never be passed on by me.<\/p><p>See also my privacy policy: <a href=\"https:\/\/zoeseleuthera.com\/en\/imprint-data-protection-declaration\/imprint\/\">https:\/\/zoeseleuthera.com\/en\/imprint-data-protection-declaration\/imprint\/<\/a><br> and my imprint: <a href=\"https:\/\/zoeseleuthera.com\/en\/imprint-data-protection-declaration\/data-protection-declaration\/\">https:\/\/zoeseleuthera.com\/en\/imprint-data-protection-declaration\/data-protection-declaration\/<\/a><\/p><p><\/p><figure class=\"wp-block-pullquote\"><blockquote><p><\/p><p><\/p><p><\/p><p><\/p><p><\/p><p>To keep you up to date with my new design ideas, I have developed my Zoegram: <\/p><p><a href=\"http:\/\/zoeseleuthera.com\/newsletter-zoegram\/\">zoeseleuthera.com\/<\/a><\/p><p><a href=\"http:\/\/zoeseleuthera.com\/newsletter-zoegram\/\">newsletter-zoegram\/<\/a>, <\/p><p>you get a 5% discount on your first order.<\/p><cite>Zoes Eleuthera<\/cite><\/blockquote><\/figure><p><\/p><figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/04\/andreawentorpPerle.jpg\" alt=\"\" class=\"wp-image-3844\" srcset=\"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/04\/andreawentorpPerle.jpg 900w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/04\/andreawentorpPerle-768x768.jpg 768w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/04\/andreawentorpPerle-700x700.jpg 700w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/04\/andreawentorpPerle-332x332.jpg 332w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/04\/andreawentorpPerle-432x432.jpg 432w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/04\/andreawentorpPerle-268x268.jpg 268w, https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/04\/andreawentorpPerle-100x100.jpg 100w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/figure>","protected":false},"excerpt":{"rendered":"<p>info@zoeseleuthera.com Call me: 0049- 176- 800 877 42 Feel free to contact me Your data will never be passed on by me. See also my privacy policy: https:\/\/zoeseleuthera.com\/en\/imprint-data-protection-declaration\/imprint\/ and my imprint: https:\/\/zoeseleuthera.com\/en\/imprint-data-protection-declaration\/data-protection-declaration\/ To keep you up to date with my new design ideas, I have developed my Zoegram: zoeseleuthera.com\/ newsletter-zoegram\/, you get a 5% discount &#8230; <a title=\"Contact\" class=\"read-more\" href=\"https:\/\/zoeseleuthera.com\/en\/easycontactform\/contact\/\" aria-label=\"Read more about Contact\">Read more<\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2377","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact &#8902; ZOESELEUTHERA.COM<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zoeseleuthera.com\/kontakt\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact &#8902; ZOESELEUTHERA.COM\" \/>\n<meta property=\"og:description\" content=\"info@zoeseleuthera.com Call me: 0049- 176- 800 877 42 Feel free to contact me Your data will never be passed on by me. See also my privacy policy: https:\/\/zoeseleuthera.com\/en\/imprint-data-protection-declaration\/imprint\/ and my imprint: https:\/\/zoeseleuthera.com\/en\/imprint-data-protection-declaration\/data-protection-declaration\/ To keep you up to date with my new design ideas, I have developed my Zoegram: zoeseleuthera.com\/ newsletter-zoegram\/, you get a 5% discount ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zoeseleuthera.com\/kontakt\/\" \/>\n<meta property=\"og:site_name\" content=\"ZOESELEUTHERA.COM\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ZoesEleuthera\/\" \/>\n<meta property=\"article:modified_time\" content=\"2019-07-25T19:47:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zoeseleuthera.com\/kontakt\/\",\"url\":\"https:\/\/zoeseleuthera.com\/kontakt\/\",\"name\":\"Contact &#8902; ZOESELEUTHERA.COM\",\"isPartOf\":{\"@id\":\"https:\/\/zoeseleuthera.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zoeseleuthera.com\/kontakt\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zoeseleuthera.com\/kontakt\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019.jpg\",\"datePublished\":\"2019-02-23T21:36:55+00:00\",\"dateModified\":\"2019-07-25T19:47:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/zoeseleuthera.com\/kontakt\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zoeseleuthera.com\/kontakt\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zoeseleuthera.com\/kontakt\/#primaryimage\",\"url\":\"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019.jpg\",\"contentUrl\":\"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zoeseleuthera.com\/kontakt\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/zoeseleuthera.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zoeseleuthera.com\/#website\",\"url\":\"https:\/\/zoeseleuthera.com\/\",\"name\":\"ZOESELEUTHERA.COM\",\"description\":\"Individual Silver Jewellery Customized and Produced with Love\",\"publisher\":{\"@id\":\"https:\/\/zoeseleuthera.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zoeseleuthera.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/zoeseleuthera.com\/#organization\",\"name\":\"Zoes Eleuthera\",\"url\":\"https:\/\/zoeseleuthera.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zoeseleuthera.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2015\/08\/Zoes-Logo1.png\",\"contentUrl\":\"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2015\/08\/Zoes-Logo1.png\",\"width\":160,\"height\":160,\"caption\":\"Zoes Eleuthera\"},\"image\":{\"@id\":\"https:\/\/zoeseleuthera.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ZoesEleuthera\/\",\"https:\/\/www.instagram.com\/zoeseleuthera\/\",\"https:\/\/www.pinterest.de\/ZoesEleuthera\/boards\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact &#8902; ZOESELEUTHERA.COM","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zoeseleuthera.com\/kontakt\/","og_locale":"en_US","og_type":"article","og_title":"Contact &#8902; ZOESELEUTHERA.COM","og_description":"info@zoeseleuthera.com Call me: 0049- 176- 800 877 42 Feel free to contact me Your data will never be passed on by me. See also my privacy policy: https:\/\/zoeseleuthera.com\/en\/imprint-data-protection-declaration\/imprint\/ and my imprint: https:\/\/zoeseleuthera.com\/en\/imprint-data-protection-declaration\/data-protection-declaration\/ To keep you up to date with my new design ideas, I have developed my Zoegram: zoeseleuthera.com\/ newsletter-zoegram\/, you get a 5% discount ... Read more","og_url":"https:\/\/zoeseleuthera.com\/kontakt\/","og_site_name":"ZOESELEUTHERA.COM","article_publisher":"https:\/\/www.facebook.com\/ZoesEleuthera\/","article_modified_time":"2019-07-25T19:47:20+00:00","og_image":[{"width":960,"height":960,"url":"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zoeseleuthera.com\/kontakt\/","url":"https:\/\/zoeseleuthera.com\/kontakt\/","name":"Contact &#8902; ZOESELEUTHERA.COM","isPartOf":{"@id":"https:\/\/zoeseleuthera.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zoeseleuthera.com\/kontakt\/#primaryimage"},"image":{"@id":"https:\/\/zoeseleuthera.com\/kontakt\/#primaryimage"},"thumbnailUrl":"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019.jpg","datePublished":"2019-02-23T21:36:55+00:00","dateModified":"2019-07-25T19:47:20+00:00","breadcrumb":{"@id":"https:\/\/zoeseleuthera.com\/kontakt\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zoeseleuthera.com\/kontakt\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zoeseleuthera.com\/kontakt\/#primaryimage","url":"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019.jpg","contentUrl":"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2019\/07\/Zoes-Andi-2019.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/zoeseleuthera.com\/kontakt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/zoeseleuthera.com\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/zoeseleuthera.com\/#website","url":"https:\/\/zoeseleuthera.com\/","name":"ZOESELEUTHERA.COM","description":"Individual Silver Jewellery Customized and Produced with Love","publisher":{"@id":"https:\/\/zoeseleuthera.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zoeseleuthera.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zoeseleuthera.com\/#organization","name":"Zoes Eleuthera","url":"https:\/\/zoeseleuthera.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zoeseleuthera.com\/#\/schema\/logo\/image\/","url":"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2015\/08\/Zoes-Logo1.png","contentUrl":"https:\/\/zoeseleuthera.com\/wp-content\/uploads\/2015\/08\/Zoes-Logo1.png","width":160,"height":160,"caption":"Zoes Eleuthera"},"image":{"@id":"https:\/\/zoeseleuthera.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ZoesEleuthera\/","https:\/\/www.instagram.com\/zoeseleuthera\/","https:\/\/www.pinterest.de\/ZoesEleuthera\/boards\/"]}]}},"_links":{"self":[{"href":"https:\/\/zoeseleuthera.com\/en\/wp-json\/wp\/v2\/pages\/2377","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zoeseleuthera.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zoeseleuthera.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zoeseleuthera.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/zoeseleuthera.com\/en\/wp-json\/wp\/v2\/comments?post=2377"}],"version-history":[{"count":17,"href":"https:\/\/zoeseleuthera.com\/en\/wp-json\/wp\/v2\/pages\/2377\/revisions"}],"predecessor-version":[{"id":4240,"href":"https:\/\/zoeseleuthera.com\/en\/wp-json\/wp\/v2\/pages\/2377\/revisions\/4240"}],"wp:attachment":[{"href":"https:\/\/zoeseleuthera.com\/en\/wp-json\/wp\/v2\/media?parent=2377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}