{"id":73,"date":"2022-12-19T23:36:40","date_gmt":"2022-12-19T23:36:40","guid":{"rendered":"https:\/\/schofields.insil.dev\/?p=73"},"modified":"2023-01-30T04:41:12","modified_gmt":"2023-01-30T04:41:12","slug":"adkins-andrew","status":"publish","type":"post","link":"https:\/\/schofields.insil.dev\/?p=73","title":{"rendered":"ADKINS Andrew"},"content":{"rendered":"\n<div class=\"wp-block-group has-global-padding\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group has-global-padding\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-bookly-form\"><!--\nPlugin Name: Bookly \u2013 Responsive WordPress Appointment Booking and Scheduling Plugin\nPlugin URI: https:\/\/www.booking-wp-plugin.com\/?utm_source=bookly_admin&utm_medium=plugins_page&utm_campaign=plugins_page\nVersion: 23.2-->\n    <style type=\"text\/css\">\n        :root {\n            --bookly-main-color: #1e73be !important;\n        }\n        \/* Color *\/\n        .bookly-form .bookly-form-group > label,\n        .bookly-form .bookly-label-error,\n        .bookly-form .bookly-progress-tracker > .active,\n        .bookly-form .picker__nav--next,\n        .bookly-form .pickadate__nav--prev,\n        .bookly-form .picker__day:hover,\n        .bookly-form .picker__day--selected:hover,\n        .bookly-form .picker--opened .picker__day--selected,\n        .bookly-form .picker__button--clear,\n        .bookly-form .picker__button--today,\n        .bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list {\n            color: #1e73be !important;\n        }\n\n        \/* Background *\/\n        .bookly-form .bookly-progress-tracker > .active .step,\n        .bookly-form .picker__frame,\n        .bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span,\n        .bookly-form .bookly-btn,\n        .bookly-form .bookly-btn:active,\n        .bookly-form .bookly-btn:focus,\n        .bookly-form .bookly-btn:hover,\n        .bookly-form .bookly-btn-submit,\n        .bookly-form .bookly-round,\n        .bookly-form .bookly-square,\n        .bookly-form .bookly-pagination > li.active {\n            background-color: #1e73be !important;\n        }\n\n        .bookly-form .bookly-triangle {\n            border-bottom-color: #1e73be !important;\n        }\n\n        \/* Border *\/\n        .bookly-form input[type=\"text\"].bookly-error,\n        .bookly-form input[type=\"password\"].bookly-error,\n        .bookly-form select.bookly-error,\n        .bookly-form textarea.bookly-error,\n        .bookly-form .bookly-week-days.bookly-error,\n        .bookly-extra-step div.bookly-extras-thumb.bookly-extras-selected {\n            border: 2px solid #1e73be !important;\n        }\n\n        \/* Other *\/\n        .bookly-form .picker__header {\n            border-bottom: 1px solid #1e73be !important;\n        }\n\n        .bookly-form .picker__nav--next:before {\n            border-left: 6px solid #1e73be !important;\n        }\n\n        .bookly-form .picker__nav--prev:before {\n            border-right: 6px solid #1e73be !important;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {\n            background: #1e73be !important;\n            border: 1px solid #1e73be !important;\n        }\n\n        .bookly-form .bookly-pagination > li.active a {\n            border: 1px solid #1e73be !important;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:active {\n            border: 2px solid #1e73be !important;\n            color: #1e73be !important;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon {\n            background: none;\n            border: 2px solid #1e73be !important;\n            color: #1e73be !important;\n            width: auto;\n            height: auto;\n            padding: 3px;\n            border-radius: 25px;\n            margin-right: 3px;\n        }\n\n        .bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span {\n            background-color: #1e73be !important;\n            width: 8px;\n            height: 8px;\n            border-radius: 10px;\n            display: block;\n        }\n\n        @media (hover) {\n            .bookly-form .bookly-columnizer .bookly-hour:hover {\n                border: 2px solid #1e73be !important;\n                color: #1e73be !important;\n            }\n\n            .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon {\n                background: none;\n                border: 2px solid #1e73be !important;\n                color: #1e73be !important;\n            }\n\n            .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {\n                background-color: #1e73be !important;\n            }\n        }\n    <\/style>\n\n<div id=\"bookly-form-69fec3c2d50e1\" class=\"bookly-form\" data-form_id=\"69fec3c2d50e1\" aria-live=\"polite\">\n    <div style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/schofields.insil.dev\/wp-includes\/js\/tinymce\/skins\/lightgray\/img\/loader.gif\" alt=\"Loading...\"\/><\/div>\n<\/div>\n<script type=\"text\/javascript\">\n    (function (win, fn) {\n        var done = false, top = true,\n            doc = win.document,\n            root = doc.documentElement,\n            modern = doc.addEventListener,\n            add = modern ? 'addEventListener' : 'attachEvent',\n            rem = modern ? 'removeEventListener' : 'detachEvent',\n            pre = modern ? '' : 'on',\n            init = function(e) {\n                if (e.type == 'readystatechange') if (doc.readyState != 'complete') return;\n                (e.type == 'load' ? win : doc)[rem](pre + e.type, init, false);\n                if (!done) { done = true; fn.call(win, e.type || e); }\n            },\n            poll = function() {\n                try { root.doScroll('left'); } catch(e) { setTimeout(poll, 50); return; }\n                init('poll');\n            };\n        if (doc.readyState == 'complete') fn.call(win, 'lazy');\n        else {\n            if (!modern) if (root.doScroll) {\n                try { top = !win.frameElement; } catch(e) { }\n                if (top) poll();\n            }\n            doc[add](pre + 'DOMContentLoaded', init, false);\n            doc[add](pre + 'readystatechange', init, false);\n            win[add](pre + 'load', init, false);\n        }\n    })(window, function() {\n        window.bookly( {\"form_id\":\"69fec3c2d50e1\",\"status\":{\"booking\":\"new\"},\"skip_steps\":{\"service_part1\":0,\"service_part2\":0,\"extras\":1,\"time\":0,\"repeat\":1,\"cart\":1},\"errors\":{\"session_error\":\"Session error.\",\"form_id_error\":\"Form ID error.\",\"cart_item_not_available\":\"The selected time is not available anymore. Please, choose another time slot.\",\"pay_locally_not_available\":\"Pay locally is not available.\",\"invalid_gateway\":\"Invalid gateway.\",\"payment_error\":\"Error.\",\"incorrect_username_password\":\"Incorrect username or password.\"},\"form_attributes\":{\"hide_categories\":false,\"hide_services\":false,\"hide_staff_members\":true,\"show_number_of_persons\":false,\"hide_service_duration\":true,\"hide_locations\":true,\"hide_quantity\":true,\"hide_date\":false,\"hide_week_days\":false,\"hide_time_range\":false},\"use_client_time_zone\":0,\"firstDay\":1,\"date_format\":\"mmmm d, yyyy\",\"defaults\":{\"service_id\":0,\"staff_id\":1,\"location_id\":0,\"category_id\":0}} );\n    });\n<\/script><\/div>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":45,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[21],"tags":[17],"nsw":[],"class_list":["post-73","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-jockey","tag-nsw"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ADKINS Andrew - Schofield<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ADKINS Andrew - Schofield\" \/>\n<meta property=\"og:url\" content=\"https:\/\/schofields.insil.dev\/?p=73\" \/>\n<meta property=\"og:site_name\" content=\"Schofield\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-19T23:36:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-30T04:41:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/schofields.insil.dev\/wp-content\/uploads\/2022\/12\/login-image-min.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1438\" \/>\n\t<meta property=\"og:image:height\" content=\"1370\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/schofields.insil.dev\/?p=73\",\"url\":\"https:\/\/schofields.insil.dev\/?p=73\",\"name\":\"ADKINS Andrew - Schofield\",\"isPartOf\":{\"@id\":\"https:\/\/schofields.insil.dev\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/schofields.insil.dev\/?p=73#primaryimage\"},\"image\":{\"@id\":\"https:\/\/schofields.insil.dev\/?p=73#primaryimage\"},\"thumbnailUrl\":\"https:\/\/schofields.insil.dev\/wp-content\/uploads\/2022\/12\/login-image-min.png\",\"datePublished\":\"2022-12-19T23:36:40+00:00\",\"dateModified\":\"2023-01-30T04:41:12+00:00\",\"author\":{\"@id\":\"https:\/\/schofields.insil.dev\/#\/schema\/person\/98a45b3fd9574c17ace3101f65111345\"},\"breadcrumb\":{\"@id\":\"https:\/\/schofields.insil.dev\/?p=73#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/schofields.insil.dev\/?p=73\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/schofields.insil.dev\/?p=73#primaryimage\",\"url\":\"https:\/\/schofields.insil.dev\/wp-content\/uploads\/2022\/12\/login-image-min.png\",\"contentUrl\":\"https:\/\/schofields.insil.dev\/wp-content\/uploads\/2022\/12\/login-image-min.png\",\"width\":1438,\"height\":1370},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/schofields.insil.dev\/?p=73#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/schofields.insil.dev\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ADKINS Andrew\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/schofields.insil.dev\/#website\",\"url\":\"https:\/\/schofields.insil.dev\/\",\"name\":\"Schofield\",\"description\":\"Schofield\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/schofields.insil.dev\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/schofields.insil.dev\/#\/schema\/person\/98a45b3fd9574c17ace3101f65111345\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/schofields.insil.dev\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9dd76259cf0cfd84b672ae4cc071733ff74b20d5c6404dd482f0daa6c64fda37?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9dd76259cf0cfd84b672ae4cc071733ff74b20d5c6404dd482f0daa6c64fda37?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/schofields.insil.dev\"],\"url\":\"https:\/\/schofields.insil.dev\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ADKINS Andrew - Schofield","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"ADKINS Andrew - Schofield","og_url":"https:\/\/schofields.insil.dev\/?p=73","og_site_name":"Schofield","article_published_time":"2022-12-19T23:36:40+00:00","article_modified_time":"2023-01-30T04:41:12+00:00","og_image":[{"width":1438,"height":1370,"url":"https:\/\/schofields.insil.dev\/wp-content\/uploads\/2022\/12\/login-image-min.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/schofields.insil.dev\/?p=73","url":"https:\/\/schofields.insil.dev\/?p=73","name":"ADKINS Andrew - Schofield","isPartOf":{"@id":"https:\/\/schofields.insil.dev\/#website"},"primaryImageOfPage":{"@id":"https:\/\/schofields.insil.dev\/?p=73#primaryimage"},"image":{"@id":"https:\/\/schofields.insil.dev\/?p=73#primaryimage"},"thumbnailUrl":"https:\/\/schofields.insil.dev\/wp-content\/uploads\/2022\/12\/login-image-min.png","datePublished":"2022-12-19T23:36:40+00:00","dateModified":"2023-01-30T04:41:12+00:00","author":{"@id":"https:\/\/schofields.insil.dev\/#\/schema\/person\/98a45b3fd9574c17ace3101f65111345"},"breadcrumb":{"@id":"https:\/\/schofields.insil.dev\/?p=73#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/schofields.insil.dev\/?p=73"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/schofields.insil.dev\/?p=73#primaryimage","url":"https:\/\/schofields.insil.dev\/wp-content\/uploads\/2022\/12\/login-image-min.png","contentUrl":"https:\/\/schofields.insil.dev\/wp-content\/uploads\/2022\/12\/login-image-min.png","width":1438,"height":1370},{"@type":"BreadcrumbList","@id":"https:\/\/schofields.insil.dev\/?p=73#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/schofields.insil.dev\/"},{"@type":"ListItem","position":2,"name":"ADKINS Andrew"}]},{"@type":"WebSite","@id":"https:\/\/schofields.insil.dev\/#website","url":"https:\/\/schofields.insil.dev\/","name":"Schofield","description":"Schofield","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/schofields.insil.dev\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/schofields.insil.dev\/#\/schema\/person\/98a45b3fd9574c17ace3101f65111345","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/schofields.insil.dev\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9dd76259cf0cfd84b672ae4cc071733ff74b20d5c6404dd482f0daa6c64fda37?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9dd76259cf0cfd84b672ae4cc071733ff74b20d5c6404dd482f0daa6c64fda37?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/schofields.insil.dev"],"url":"https:\/\/schofields.insil.dev\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=\/wp\/v2\/posts\/73","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=73"}],"version-history":[{"count":4,"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=\/wp\/v2\/posts\/73\/revisions"}],"predecessor-version":[{"id":137,"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=\/wp\/v2\/posts\/73\/revisions\/137"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=\/wp\/v2\/media\/45"}],"wp:attachment":[{"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=73"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=73"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=73"},{"taxonomy":"nsw","embeddable":true,"href":"https:\/\/schofields.insil.dev\/index.php?rest_route=%2Fwp%2Fv2%2Fnsw&post=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}