Jump to content

JesperZ

Member
  • Posts

    16
  • Joined

  • Last visited

Reputation Activity

  1. Like
    JesperZ got a reaction from Earvin in Tweaking the Squarewebsite Universal Filter - active filter on page load   
    To set the plugin up for default Alphabetical sorting, you need to add the following line directly after "Settings -> position.
     
    initState:{sort:['Alphabetical|asc']}, // Define what options need to be enabled on filter start  
  2. Like
    JesperZ got a reaction from Ziggy in Summary block customization CSS   
    Thanks @Ziggy
  3. Thanks
    JesperZ reacted to Ziggy in Summary block customization CSS   
    First can you share your website URL and this page?
    Second, you can use media querries to adjust CSS based on viewport size.
    Something like this may work:
    //Move excerpt up to match smaller logo @media only screen and (min-width:768px) { [data-section-id="64ba28c2818bb86d1650b942"] .sqs-block-summary-v2 .summary-excerpt { margin-top: -180px; } }
  4. Like
    JesperZ got a reaction from tuanphan in Remove previous and next arrows on individual events page   
    Great, that works for sure 😄
    I put the following in the Event Page Header Code Injection:
    <style> .item-pagination * { display: none !important; } </style>  
  5. Thanks
    JesperZ reacted to paul2009 in Customize Event Summary list and content   
    This may help to get you started. It's CSS so you'll need to add it to the Custom CSS panel.
    /* Hide event times */ .event-time-localized, .summary-metadata-item.summary-metadata-item--event-time {   display: none!important; } /* Date prefix on summary block */ .summary-metadata-item.summary-metadata-item--date::before {   content: "Applications close at 12pm on "; } /* Date prefix on individual events */ .eventitem-meta-date::before {   content: "Applications close at 12pm on"; } Did this help? Please give feedback by clicking an icon below  ⬇️
     
  6. Like
    JesperZ got a reaction from tuanphan in Customize Event Summary list and content   
    Awesome, huge thanks @paul2009
  7. Thanks
    JesperZ got a reaction from paul2009 in Customize Event Summary list and content   
    Awesome, huge thanks @paul2009
×
×
  • 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.