Jump to content

Alan-Squareflair

Circle Member
  • Posts

    544
  • Joined

  • Last visited

  • Days Won

    15

Reputation Activity

  1. Thanks
  2. Like
    Alan-Squareflair got a reaction from Susana_SQSP in The Squarespace site I built is nominated for a Webby!   
    I'm happy to announce that my client's site won the People's Voice "Community Site" Webby for the REVERSE THE RED website! Thanks to all who voted in support of Species Survival. 
    I designed the site on Figma, and built the site on Squarespace's Developer Platform. It wasn't a complex site, but with a large committee steering the design/development, it was great to use/bend almost every component to completion. The Scientific/Institutional communities have held onto the Drupal platform for years, and we're here to prove that there's no reason for such an old/tired platform when forward momentum is the goal for building and using a site focused on growth and sustainability. 
  3. Like
    Alan-Squareflair got a reaction from Jo_SQSP in The Squarespace site I built is nominated for a Webby!   
    I'm happy to announce that my client's site won the People's Voice "Community Site" Webby for the REVERSE THE RED website! Thanks to all who voted in support of Species Survival. 
    I designed the site on Figma, and built the site on Squarespace's Developer Platform. It wasn't a complex site, but with a large committee steering the design/development, it was great to use/bend almost every component to completion. The Scientific/Institutional communities have held onto the Drupal platform for years, and we're here to prove that there's no reason for such an old/tired platform when forward momentum is the goal for building and using a site focused on growth and sustainability. 
  4. Like
    Alan-Squareflair got a reaction from antny.smth in The Squarespace site I built is nominated for a Webby!   
    Site URL: https://vote.webbyawards.com/PublicVoting#/2021/websites-and-mobile-sites/general-websites-and-mobile-sites/community
    PLEASE VOTE!!! 
    A Squarespace site I designed & built is up for a webby award! 
    Please vote for “Reverse the Red” to help species survival
    👉  https://vote.webbyawards.com/PublicVoting#/2021/websites-and-mobile-sites/general-websites-and-mobile-sites/community
     

  5. Like
    Alan-Squareflair got a reaction from derricksrandomviews in The Squarespace site I built is nominated for a Webby!   
    I'm happy to announce that my client's site won the People's Voice "Community Site" Webby for the REVERSE THE RED website! Thanks to all who voted in support of Species Survival. 
    I designed the site on Figma, and built the site on Squarespace's Developer Platform. It wasn't a complex site, but with a large committee steering the design/development, it was great to use/bend almost every component to completion. The Scientific/Institutional communities have held onto the Drupal platform for years, and we're here to prove that there's no reason for such an old/tired platform when forward momentum is the goal for building and using a site focused on growth and sustainability. 
  6. Like
    Alan-Squareflair got a reaction from Spark_Plugin in The Squarespace site I built is nominated for a Webby!   
    Site URL: https://vote.webbyawards.com/PublicVoting#/2021/websites-and-mobile-sites/general-websites-and-mobile-sites/community
    PLEASE VOTE!!! 
    A Squarespace site I designed & built is up for a webby award! 
    Please vote for “Reverse the Red” to help species survival
    👉  https://vote.webbyawards.com/PublicVoting#/2021/websites-and-mobile-sites/general-websites-and-mobile-sites/community
     

  7. Like
    Alan-Squareflair got a reaction from Karissa in Setting timezones for individual events   
    * Based on my above suggestion, I'm providing code for you. 
    Just tell the client "Set every event Start/End time based on your own timezone". Then add that three-letter tag to the CSS.
    Live site: https://www.oliversacksdoc.com/events
    Using "MOJAVE", the 7.0 template (based on Brine).  
    You can see below (in my screenshot) where each of these elements will appear.
    .eventlist-datetag span.event-time-12hr::after {
      content: "EST";
      padding-left: 4px;
      font-size: 12px;
      font-weight: bold;
    }
    .event-time-12hr-end::after {
      content: "Timezone: EST";
      padding-left: 10px;
      font-size: 16px;
      font-weight: bold;
    }

  8. Like
    Alan-Squareflair got a reaction from Beyondspace in Setting timezones for individual events   
    I'm thinking that the only workaround will be to add a "Pseudo Element" via CSS that places the text "EST" (timezone) — and tell the client that all times added should be added IN YOUR OWN TIMEZONE. Then all listed times will appear with a trailing EST. 
    If you know CSS, and how to inspect the code, you should be able to identify what element to override. 

    More pseudo element information— applying content using "::after" can be found here: https://css-tricks.com/almanac/selectors/a/after-and-before/ 
  9. Like
    Alan-Squareflair got a reaction from Beyondspace in Setting timezones for individual events   
    * Based on my above suggestion, I'm providing code for you. 
    Just tell the client "Set every event Start/End time based on your own timezone". Then add that three-letter tag to the CSS.
    Live site: https://www.oliversacksdoc.com/events
    Using "MOJAVE", the 7.0 template (based on Brine).  
    You can see below (in my screenshot) where each of these elements will appear.
    .eventlist-datetag span.event-time-12hr::after {
      content: "EST";
      padding-left: 4px;
      font-size: 12px;
      font-weight: bold;
    }
    .event-time-12hr-end::after {
      content: "Timezone: EST";
      padding-left: 10px;
      font-size: 16px;
      font-weight: bold;
    }

  10. Like
    Alan-Squareflair reacted to Nondys in How to disable parallax scrolling on one page   
    OMG IT WORKED! I think I've been searching for this answer for over a year lol thank you guys sooooo much I am beyond ecstatic!
  11. Like
    Alan-Squareflair reacted to Dani_RitualMade in How to disable parallax scrolling on one page   
    Yes! I have been searching the web too and just found code to do this. First you need parallax enabled in the Site Design. This code will disable it on any standalone or index page you specify.
    You first need to look up the data-parallax-id that is specific to the background image. Then just replace it in the code below, and add to your custom CSS. 
    [data-parallax-id="PLACE ID HERE"] figure { transform: none !important; top: 0 !important; bottom: 0 !important; will-change: auto !important; }  
  12. Like
    Alan-Squareflair reacted to brandon in Slideshow - Swipe or flick through/Horizontal scrolling   
    Hi @VLabrie.
    I have implemented Flickity on multiple Squarespace websites, and it's a great library. However, it's really more of a developer's gallery tool/module than something you implement on top of a Squarespace gallery. In other words, it's its own gallery module in itself. It could be used without developer mode, but would likely be more cumbersome than would be reasonable to implement.
    For slideshow gallery blocks (and other blocks and contexts too), I created Swipeable Galleries for Squarespace. Now, to clarify, it does not alter the transition of images (as in, if your gallery fades, it will still fade...but gestures will trigger the transition) nor does it add touch/track-pad swiping (such as two-finger swipe for horizontal scroll). It focuses on touch devices (tablets, phones, most Windows-based laptops these days, etc.), and adds swipeability to those. So, it doesn't check all your boxes, but it may suffice.
    I hope that helps.
    -Brandon
×
×
  • 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.