Jump to content

alfonsoar

Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by alfonsoar

  1. A bit of a hack but you can programmatically click the month to "jump to" the month you need it. You can then attach this script to the page under the advanced section. <script> setTimeout(() => { const gotToNextMonthButtonEl = document.querySelector('a[role=button][aria-label="Go to next month"]'); for (let i = 0; i < 20; i++) { const headerLabelEl = document.querySelector('[class*="calendar-header-label"]'); if (headerLabelEl.textContent === 'April 2024') break; gotToNextMonthButtonEl.dispatchEvent(new MouseEvent('click')); } }, 500); </script>
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.