Bedern Hall welcomes families this festive season for a heartwarming storytelling session with local author, editor, and Cleggs of York shopkeeper, Mr Markes.
He’ll bring his children’s book Maisie’s Magical Christmas to life, telling the story of Maisie, a crafter who has hurt her arm just days before the Christmas market. With decorations still to make, who will come to her rescue?
This beautifully illustrated tale, complete with handmade character puppets, celebrates friendship, community, and the joy of helping others.
Perfect for children aged 3 and up, this interactive storytime promises festive fun for the whole family.
/**
* 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
*/