Step back in time with candlelit tours at Holy Trinity Goodramgate. Guided by their wonderful volunteers, you’ll explore the atmospheric 19th-century church and uncover stories of love, loss, tragedy and mischief. Discover why unusual box pews became fashionable in the 17th century, learn how they survived, and hear the secrets of parishioners for whom this is their final resting place. The site will be lit entirely by candlelight, with torchlit exploration outside adding to the atmosphere. Tours last around 50 minutes, run in small groups and cost £5 per person.
/**
* 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
*/