Join Holy Trinity Church as part of the York Unlocked Festival
Discover the connections that link Holy Trinity to other historic sites around York.
Please book a place on the tour via the Eventbrite link. Maximum number per tour 15 people. Any spaces remaining will be made available to visitors on the day, but please book to avoid disappointment.
Timings
Tours will last approximately 1 hour.
Tours on 3rd & 4th October 2026 at 11.30am and 2pm
Free, but donations to help restore the Goodramgate gate are very welcome
/**
* 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
*/