Ghosts In The Gardens are coming back… the unearthly monks, the noble knight, even a few spooky animals – all in beautiful settings.
Eerie sculptures which enthral and intrigue, 3-D figures - made from a see-through mesh - pop up across the city as part of an autumn trail for locals and visitors alike.
The 39 sculptures have been installed in 14 different locations across the city including Goodramgates, Merchant Taylor’s Hall and many more
Cementing York’s reputation as one of the most haunted cities in Europe, – and this year’s display promises to be the biggest yet with even more ghosts added across the city.
/**
* 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
*/