Jump to content

ericka

Circle Member
  • Posts

    75
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ericka reacted to Osmaan in When the hell will we get the option to make recurring events???   
    Guys please... Recurring events is a basic feature, please add the feature/fix to your roadmap.
    You're more than happy to add more design features, why not first fix the features that customers care about so they don't leave a find another solution?
  2. Like
    ericka reacted to paul2009 in When the hell will we get the option to make recurring events???   
    Recurring events aren't on the roadmap so this isn't a feature that you should expect to see anytime soon. 
    As a workaround, Squarespace offers a duplication option so you can create an event and then duplicate it many times for different days/dates. There is an unwelcome admin overhead with this workaround, but it is the only built-in option available, and it's likely to remain this way.
    If you need recurring events, I recommend looking for an alternative way of displaying them. That said, there aren't any free alternatives that live up to the Squarespace design aesthetic. Here are some ideas:
    Google Calendar is free and can be embedded into the website but the design isn't great, and that's why we all chose Squarespace, right? Tockify syncs with Google Calendar (that supports recurring events) and can turn Google Calendar into an attractive events calendar but, like all third party options, it isn't cheap, unless you are willing to have their branding on it. EventCalendarApp provides a beautiful event calendar that can be embedded in your Squarespace website but it's part of a larger solution that offers registration and ticketing options, so is comparatively expensive - more than your Squarespace subscription! I'd love to hear from other users about their preferred solutions for recurring events.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  3. Like
    ericka reacted to Beyondspace in Blog collection page - move metadata to bottom + reformat date (7.1)   
    🌍 [16-May-2023] Update
    The scirpt has been updated to fix some known issues, the details can be found in the post below
    Live editor also available on Beyondspace.studio
    〰️ 〰️ 〰️ 〰️ 〰️ 〰️ 〰️ 〰️ 〰️ 〰️ 〰️ 〰️
    Update the placement using css
    .blog-basic-grid--text { display: flex; flex-wrap: wrap; } .blog-basic-grid--text .blog-more-link { width: 100%; } .blog-basic-grid--text .blog-meta-section { order: 9; } Update the dateformat using custom code
    Please add this snippet into Settings->Advanced->Code Injection to format the date the way you like it
    <!-- Fix inconsistent blog date format on Squarespace 7.1 template --> <!-- Squarespace Forum 03-08-2021 --> <script src="https://stevenlevithan.com/assets/misc/date.format.js"></script> <script> document.addEventListener('DOMContentLoaded', function() { var dateformat = "mm-dd-yyyy"; var pubdate = document.querySelectorAll("time[datetime], time[pubdate], time.blog-meta-item--date"); for (var i = 0; i < pubdate.length; i++) { var d = new Date(pubdate[i].getAttribute("datetime") || pubdate[i].innerText); if ( pubdate[i].classList.contains('blog-meta-item--date') ) { d = new Date(document.querySelector('[itemprop="datePublished"]').getAttribute("content").split("T")[0]); } pubdate[i].innerHTML = d.format(dateformat); } }); </script>  
    The variable dateformat currently set with "mm-dd-yyyy", but you can change to different format (reference here)
    These are some more format that supported:
    "mm-dd-yyyy" --> 02-25-2021
    "dd-mm-yyyy" --> 25-02-2021
    "mm/dd/yyyy" --> 02/25/2021
    "mmm dd yyyy" --> Feb/25/2021

  4. Like
    ericka got a reaction from GDesign in Remove padding inside code block   
    @tuanphanThank you for this your solution! The code below that you shared worked for me. I appreciate your constant willingness to help out fellow Squarespace users!
     
     
    .code-block { padding: 0 !important; }
  5. Like
    ericka got a reaction from nilsohman in Blog collection page - move metadata to bottom + reformat date (7.1)   
    Thank you so much, @bangank36!
    To show the date with Month Date, Year (e.g. April 15, 2021), you can edit the script as follows:
    var dateformat = "mm-dd-yyyy"; to
     
    var dateformat = "mmm dd, yyyy"; I did this on my blog and it worked perfectly. Thank you again!
  6. Like
    ericka got a reaction from Beyondspace in Blog collection page - move metadata to bottom + reformat date (7.1)   
    Thank you so much, @bangank36!
    To show the date with Month Date, Year (e.g. April 15, 2021), you can edit the script as follows:
    var dateformat = "mm-dd-yyyy"; to
     
    var dateformat = "mmm dd, yyyy"; I did this on my blog and it worked perfectly. Thank you again!
  7. Like
    ericka got a reaction from tuanphan in Remove padding inside code block   
    @tuanphanThank you for this your solution! The code below that you shared worked for me. I appreciate your constant willingness to help out fellow Squarespace users!
     
     
    .code-block { padding: 0 !important; }
  8. Like
    ericka reacted to tuanphan in Remove padding inside code block   
    Try this CSS, it it doesn't work, please share link to your site to check
    .code-block { padding: 0 !important; }  
×
×
  • 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.