{"id":35,"date":"2025-03-25T04:08:58","date_gmt":"2025-03-25T04:08:58","guid":{"rendered":"https:\/\/www.ziopizza.no\/kringsja\/?page_id=35"},"modified":"2026-09-17T23:21:38","modified_gmt":"2026-09-17T21:21:38","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/www.ziopizza.no\/stortingsgata\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group alignwide has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-1fcf0b16 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Have a question, feedback, or special request?<\/strong><br>Feel free to contact us \u2014 we're here to help.<br>Just fill out the form below or give us a call.<br>We\u2019ll get back to you as soon as possible.<\/p>\n\n\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f65-o1\" lang=\"en-GB\" dir=\"ltr\" data-wpcf7-id=\"65\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/stortingsgata\/wp-json\/wp\/v2\/pages\/35#wpcf7-f65-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"65\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.7\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_GB\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f65-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<p><label> Full name:<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> E-mail address:<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> Phone: (optional)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel\" aria-invalid=\"false\" value=\"\" type=\"tel\" name=\"your-phone\" \/><\/span> <\/label>\n<\/p>\n<p><label> Message:<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/>\n<\/p><input type='hidden' class='wpcf7-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Call Us: <a href=\"tel:+4722422222\">+47 22 42 22 22<\/a><\/p>\n\n\n\n<button onclick=\"openMapKringsja()\" style=\"padding: 10px 20px; background-color: #993300; color: white; border: none; font-weight: bold; font-size: 16px; border-radius: 4px; cursor: pointer;\">\n  Get Directions to ZiOPizza Stortingsgata\n<\/button>\n\n<script>\n  function openMapKringsja() {\n    const destination = encodeURIComponent(\"ZiOPizza Stortingsgata, Stortingsgata 10, 0161 Oslo\");\n    const userAgent = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ iOS - Apple Maps\n    if (\/iPad|iPhone|iPod\/.test(userAgent) && !window.MSStream) {\n      window.open(`http:\/\/maps.apple.com\/?daddr=${destination}&dirflg=d`, '_blank');\n      return;\n    }\n\n    \/\/ Android - open Google Maps in browser\n    if (\/android\/i.test(userAgent)) {\n      const mapsUrl = `https:\/\/www.google.com\/maps\/dir\/?api=1&destination=${destination}&travelmode=driving&maptype=roadmap`;\n      window.open(mapsUrl, '_blank');\n      return;\n    }\n\n    \/\/ Desktop - use geolocation if available\n    if (navigator.geolocation) {\n      navigator.geolocation.getCurrentPosition(function(position) {\n        const lat = position.coords.latitude;\n        const lng = position.coords.longitude;\n        const origin = `${lat},${lng}`;\n        const mapsUrl = `https:\/\/www.google.com\/maps\/dir\/?api=1&origin=${origin}&destination=${destination}&travelmode=driving&maptype=roadmap`;\n        window.open(mapsUrl, '_blank');\n      }, function(error) {\n        alert(\"Unable to access your location. Map will open without starting point.\");\n        const fallbackUrl = `https:\/\/www.google.com\/maps\/dir\/?api=1&destination=${destination}&travelmode=driving&maptype=roadmap`;\n        window.open(fallbackUrl, '_blank');\n      });\n    } else {\n      \/\/ Geolocation not supported\n      const fallbackUrl = `https:\/\/www.google.com\/maps\/dir\/?api=1&destination=${destination}&travelmode=driving&maptype=roadmap`;\n      window.open(fallbackUrl, '_blank');\n    }\n  }\n<\/script>\n<br>\n<iframe \n  src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2000.1411793588118!2d10.734596477373193!3d59.91320427490225!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46416fe798622d93%3A0x76d06818304a7642!2sZiOPizza%20Stortingsgata!5e0!3m2!1sen!2sno!4v1789679313050!5m2!1sen!2sno\" \n  width=\"100%\" \n  height=\"400\" \n  style=\"border:0;\" \n  allowfullscreen=\"\" \n  loading=\"lazy\" \n  referrerpolicy=\"no-referrer-when-downgrade\">\n<\/iframe>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Have a question, feedback, or special request?Feel free to contact us \u2014 we're here to help.Just fill out the form below or give us a call.We\u2019ll get back to you as soon as possible. Call Us: +47 22 42 22 22 Get Directions to ZiOPizza Stortingsgata<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-35","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.ziopizza.no\/stortingsgata\/wp-json\/wp\/v2\/pages\/35","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ziopizza.no\/stortingsgata\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ziopizza.no\/stortingsgata\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ziopizza.no\/stortingsgata\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ziopizza.no\/stortingsgata\/wp-json\/wp\/v2\/comments?post=35"}],"version-history":[{"count":29,"href":"https:\/\/www.ziopizza.no\/stortingsgata\/wp-json\/wp\/v2\/pages\/35\/revisions"}],"predecessor-version":[{"id":177,"href":"https:\/\/www.ziopizza.no\/stortingsgata\/wp-json\/wp\/v2\/pages\/35\/revisions\/177"}],"wp:attachment":[{"href":"https:\/\/www.ziopizza.no\/stortingsgata\/wp-json\/wp\/v2\/media?parent=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}