An Annual free event in York for residents and visitors who enjoy architecture, design, heritage and urban landscape.
A chance to visit Goodramgate’s most historic buildings including The Merchant Taylor’s Hall with 15th Century stained glass windows, The Medieval dining hall -Bedern Hall built in 1399, Monkbar - the self - contained fortress with the cities only work Portcullis or even the tranquil and leafy church yard of Holy Trinity Church, hidden away from the busy streets.
Just some of the 80 sites open across the city this autumn.
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/