{"id":415,"date":"2025-01-09T14:15:27","date_gmt":"2025-01-09T14:15:27","guid":{"rendered":"https:\/\/alhambramosaic.com\/?page_id=415"},"modified":"2026-01-28T13:03:55","modified_gmt":"2026-01-28T13:03:55","slug":"newsletter-sign-up","status":"publish","type":"page","link":"https:\/\/alhambramosaic.com\/es\/newsletter-sign-up\/","title":{"rendered":"Newsletter sign up"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"415\" class=\"elementor elementor-415\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07d7d5e e-flex e-con-boxed e-con e-parent\" data-id=\"07d7d5e\" 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-b47e07e elementor-widget elementor-widget-heading\" data-id=\"b47e07e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Join our newsletter!<\/h2>\t\t\t\t<\/div>\n\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-37614fc e-flex e-con-boxed e-con e-parent\" data-id=\"37614fc\" 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-c734cd7 elementor-widget elementor-widget-text-editor\" data-id=\"c734cd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Packed with\u00a0<strong>pattern tips, inspiration, exclusive offers and discounts<\/strong>, our newsletter is the essential companion to the world of geometric mosaics. By subscribing, you&#8217;ll get a <b>10% discount code<\/b>\u00a0to use with your first purchase.<\/p><p>Don&#8217;t miss out!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\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-5b4a7bb e-flex e-con-boxed e-con e-parent\" data-id=\"5b4a7bb\" 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-addec3c elementor-widget elementor-widget-shortcode\" data-id=\"addec3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n            <div id=\"mailerlite-form_1\" data-temp-id=\"69e8eecb193cb\">\n                <div class=\"mailerlite-form\">\n                    <form action=\"\" method=\"post\" novalidate>\n                                                    <div class=\"mailerlite-form-title\"><h3>Newsletter signup<\/h3><\/div>\n                                                <div class=\"mailerlite-form-description\"><\/div>\n                        <div class=\"mailerlite-form-inputs\">\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-email\">Email<\/label>\n                                    <input id=\"mailerlite-1-field-email\"\n                                           type=\"email\" required=\"required\"                                            name=\"form_fields[email]\"\n                                           placeholder=\"Email\"\/>\n                                <\/div>\n                                                        <div class=\"mailerlite-form-loader\">Please wait...<\/div>\n                            <div class=\"mailerlite-subscribe-button-container\">\n                                <button class=\"mailerlite-subscribe-submit\" type=\"submit\">\n                                    Subscribe                                <\/button>\n                            <\/div>\n                            <input type=\"hidden\" name=\"form_id\" value=\"1\"\/>\n                            <input type=\"hidden\" name=\"action\" value=\"mailerlite_subscribe_form\"\/>\n                            <input type=\"hidden\" name=\"ml_nonce\" value=\"da56270b7e\"\/>\n                        <\/div>\n                        <div class=\"mailerlite-form-response\">\n                                                            <h4><p><span style=\"color: #339966\">Thank you for sign up!<\/span><\/p>\n<\/h4>\n                                                    <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <script type=\"text\/javascript\" src='https:\/\/alhambramosaic.com\/wp-content\/plugins\/official-mailerlite-sign-up-forms\/assets\/js\/localization\/validation-messages.js'><\/script>\n         <script type=\"text\/javascript\"> var selectedLanguage = \"\"; var validationMessages = messages[\"en\"]; if(selectedLanguage) { validationMessages = messages[selectedLanguage]; } window.addEventListener(\"load\", function () { var form_container = document.querySelector(`#mailerlite-form_1[data-temp-id=\"69e8eecb193cb\"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https:\/\/alhambramosaic.com\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: new URLSearchParams({ \"action\" : \"ml_create_nonce\", \"ml_nonce\" : form_container.querySelector(\"input[name='ml_nonce']\").value }) }) .then((response) => response.json()) .then((json) => { if(json.success) { form_container.querySelector(\"input[name='ml_nonce']\").value = json.data.ml_nonce; submitButton.disabled = false; } }) .catch((error) => { console.error('Error:', error); }); form_container.addEventListener('submit', (e) => { e.preventDefault(); let data = new URLSearchParams(new FormData(form_container)).toString(); let validationError = false; document.querySelectorAll('.mailerlite-form-error').forEach(el => el.remove()); Array.from(form_container.elements).forEach((input) => { if(input.type !== 'hidden') { if(input.required) { if(input.value == '') { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.required; input.after(error); return false; } } if((input.type == \"email\") && (!validateEmail(input.value))) { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.email; input.after(error); return false; } } }); if(validationError) { return false; } fade.out(form_container.querySelector('.mailerlite-subscribe-button-container'), () => { fade.in(form_container.querySelector('.mailerlite-form-loader')); }); fetch('https:\/\/alhambramosaic.com\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: data }) .then((response) => { fade.out(form_container.querySelector('.mailerlite-form-inputs'), () => { fade.in(form_container.querySelector('.mailerlite-form-response')); }); }) .catch((error) => { console.error('Error:', error); }); }); }, false); var fade = { out: function(el, fn = false) { var fadeOutEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 1; } if (el.style.opacity > 0) { el.style.opacity -= 0.1; } else { el.style.display = 'none'; clearInterval(fadeOutEffect); } }, 50); if( typeof (fn) == 'function') { fn(); } }, in: function(el) { var fadeInEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 0; } if (el.style.opacity < 1) { el.style.opacity = Number(el.style.opacity) + 0.1; } else { el.style.display = 'block'; clearInterval(fadeInEffect); } }, 50); } }; function validateEmail(email){ if(email.match( \/^(([^<>()[\\]\\\\.,;:\\s@\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\"]+)*)|(\\\".+\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/ )) { return true; } return false; } <\/script> <\/div>\n\t\t\t\t\t\t<\/div>\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Join our newsletter! Packed with\u00a0pattern tips, inspiration, exclusive offers and discounts, our newsletter is the essential companion to the world of geometric mosaics. By subscribing, you&#8217;ll get a 10% discount code\u00a0to use with your first purchase. Don&#8217;t miss out!<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"nf_dc_page":"","ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-415","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Newsletter sign up - Alhambra Mosaic Studio<\/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:\/\/alhambramosaic.com\/es\/newsletter-sign-up\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Newsletter sign up - Alhambra Mosaic Studio\" \/>\n<meta property=\"og:description\" content=\"Join our newsletter! Packed with\u00a0pattern tips, inspiration, exclusive offers and discounts, our newsletter is the essential companion to the world of geometric mosaics. By subscribing, you&#8217;ll get a 10% discount code\u00a0to use with your first purchase. Don&#8217;t miss out!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/alhambramosaic.com\/es\/newsletter-sign-up\/\" \/>\n<meta property=\"og:site_name\" content=\"Alhambra Mosaic Studio\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-28T13:03:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/alhambramosaic.com\\\/newsletter-sign-up\\\/\",\"url\":\"https:\\\/\\\/alhambramosaic.com\\\/newsletter-sign-up\\\/\",\"name\":\"Newsletter sign up - Alhambra Mosaic Studio\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/alhambramosaic.com\\\/#website\"},\"datePublished\":\"2025-01-09T14:15:27+00:00\",\"dateModified\":\"2026-01-28T13:03:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/alhambramosaic.com\\\/newsletter-sign-up\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/alhambramosaic.com\\\/newsletter-sign-up\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/alhambramosaic.com\\\/newsletter-sign-up\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/alhambramosaic.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Newsletter sign up\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/alhambramosaic.com\\\/#website\",\"url\":\"https:\\\/\\\/alhambramosaic.com\\\/\",\"name\":\"Alhambra Mosaic Studio\",\"description\":\"Make your masterpiece\",\"publisher\":{\"@id\":\"https:\\\/\\\/alhambramosaic.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/alhambramosaic.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/alhambramosaic.com\\\/#organization\",\"name\":\"Alhambra Mosaic Studio\",\"url\":\"https:\\\/\\\/alhambramosaic.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/alhambramosaic.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/alhambramosaic.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/alhambramosaicstudio.png\",\"contentUrl\":\"https:\\\/\\\/alhambramosaic.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/alhambramosaicstudio.png\",\"width\":1000,\"height\":652,\"caption\":\"Alhambra Mosaic Studio\"},\"image\":{\"@id\":\"https:\\\/\\\/alhambramosaic.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Newsletter sign up - Alhambra Mosaic Studio","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:\/\/alhambramosaic.com\/es\/newsletter-sign-up\/","og_locale":"es_ES","og_type":"article","og_title":"Newsletter sign up - Alhambra Mosaic Studio","og_description":"Join our newsletter! Packed with\u00a0pattern tips, inspiration, exclusive offers and discounts, our newsletter is the essential companion to the world of geometric mosaics. By subscribing, you&#8217;ll get a 10% discount code\u00a0to use with your first purchase. Don&#8217;t miss out!","og_url":"https:\/\/alhambramosaic.com\/es\/newsletter-sign-up\/","og_site_name":"Alhambra Mosaic Studio","article_modified_time":"2026-01-28T13:03:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/alhambramosaic.com\/newsletter-sign-up\/","url":"https:\/\/alhambramosaic.com\/newsletter-sign-up\/","name":"Newsletter sign up - Alhambra Mosaic Studio","isPartOf":{"@id":"https:\/\/alhambramosaic.com\/#website"},"datePublished":"2025-01-09T14:15:27+00:00","dateModified":"2026-01-28T13:03:55+00:00","breadcrumb":{"@id":"https:\/\/alhambramosaic.com\/newsletter-sign-up\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/alhambramosaic.com\/newsletter-sign-up\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/alhambramosaic.com\/newsletter-sign-up\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/alhambramosaic.com\/"},{"@type":"ListItem","position":2,"name":"Newsletter sign up"}]},{"@type":"WebSite","@id":"https:\/\/alhambramosaic.com\/#website","url":"https:\/\/alhambramosaic.com\/","name":"Alhambra Mosaic Studio","description":"Make your masterpiece","publisher":{"@id":"https:\/\/alhambramosaic.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/alhambramosaic.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/alhambramosaic.com\/#organization","name":"Alhambra Mosaic Studio","url":"https:\/\/alhambramosaic.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/alhambramosaic.com\/#\/schema\/logo\/image\/","url":"https:\/\/alhambramosaic.com\/wp-content\/uploads\/2025\/01\/alhambramosaicstudio.png","contentUrl":"https:\/\/alhambramosaic.com\/wp-content\/uploads\/2025\/01\/alhambramosaicstudio.png","width":1000,"height":652,"caption":"Alhambra Mosaic Studio"},"image":{"@id":"https:\/\/alhambramosaic.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/alhambramosaic.com\/es\/wp-json\/wp\/v2\/pages\/415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alhambramosaic.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alhambramosaic.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alhambramosaic.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alhambramosaic.com\/es\/wp-json\/wp\/v2\/comments?post=415"}],"version-history":[{"count":4,"href":"https:\/\/alhambramosaic.com\/es\/wp-json\/wp\/v2\/pages\/415\/revisions"}],"predecessor-version":[{"id":2795,"href":"https:\/\/alhambramosaic.com\/es\/wp-json\/wp\/v2\/pages\/415\/revisions\/2795"}],"wp:attachment":[{"href":"https:\/\/alhambramosaic.com\/es\/wp-json\/wp\/v2\/media?parent=415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}