Jump to content

Search the Community

Showing results for tags 'events'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Forum
    • Welcome to the Forum
    • Customize with code
    • Commerce
    • Feedback on Your Site
    • Images & Videos
    • Pages & Content
    • SEO
    • Products
    • Resources
  • Colorado Designers's Topics
  • Austin, TX Designers's Club Discussion
  • New York City Designers's Club Discussion
  • Berlin Designers's Club Discussion
  • SEO Experts's Club Discussion
  • Artists and Photographers's Club Discussion
  • Graphic Designers's Topics
  • London Designers's Topics
  • Podcasters's Club Discussion
  • Custom Coding Help's Club Discussion
  • Atlanta, GA Designers's Topics
  • Seattle, WA Designers's Topics
  • San Diego, CA Designers's Topics
  • Dallas, TX Designers's Topics
  • Australia Designers's Club Discussion
  • Minnesota Designers's Topics
  • Minnesota Designers's Topics
  • Copywriters's Topics
  • France Designers 🇫🇷's Topics
  • France Designers 🇫🇷's Topics
  • Portland, OR Designers's Topics
  • Canadian Website Designers's Club Discussion
  • Los Angeles Designers & Devs's Club Discussion
  • South African Designers's Club Discussion
  • Brazil Designers's Club Discussion
  • Developers's Club Discussion
  • German Circle Members's Topics
  • SEO Global's Introduce Yourself
  • Online Sellers's Club Discussion
  • PNW Designers's Topics
  • Yoga Community Club's Topics

Blogs

  • Community Testing's Test blog

Calendars

  • Events Calendar
  • Squarespace webinars
  • Yoga Community Club's Events

Product Groups

There are no results to display.

Categories

  • Files
  • Yoga Community Club's Files

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Website


Location


Expert ID

  1. WEBSITE PAGE: https://kinsmen.org/gatherings I have added buttons to the first Event Summary block on this page, but I'd like to exclude the buttons from the second Event Summary block on the page. The block ID is #block-yui_3_17_2_1_1710347334583_18027. I've tried adding .sqs-block-summary-v2:not(#block-yui_3_17_2_1_1710347334583_18027) to the following code without success. Can someone help, pretty please? /* Buttons on Event Summary Blocks */ .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item, .sqs-block-summary-v2 .summary-item.positioned { padding-bottom: 50px !important; } .summary-content { position:relative; } .summary-title .summary-title-link::after { content: 'REGISTER HERE'; background-color: black; border-radius: 0px; display: block; padding: 13px 26px; font-size: .75rem; font-weight: 500; font-style: normal; line-height: normal; text-transform: uppercase; letter-spacing: 1px; color: white; background-color: black; border-color: white; border: 1px solid #ffffff!important; position: absolute; bottom: -60px; } .summary-title .summary-title-link:hover::after { opacity: .8; }
  2. I would like to create a recurring event that happens once a day for three weeks, but does not happen on Mondays or Tuesdays. The tool in Squarespace has a beginning date and time and an end date and time. When you choose this, the event calendar includes events for the days of the week where the event does not take place. Is there any way to indicate the days and times for each time the event is repeated? This seems like a common need. Please help!
  3. Hi! Looking for some help customizing the margins and background image for event pages (all the individual event pages, as opposed to the Event page where all the events are listed). The default side margins are very thick in both the desktop and mobile views on these pages (which isn't happening anywhere else on the site). Ideally, I'd like the background image to fill the entire page (the same way it does on Home, About, FAQ, etc.). I also want my header style and background to carry over since they seem to be overridden here for some reason. Any help would be appreciated! [updated] Site URL: https://www.hastyfaun.com/upcoming-events [updated] Password: codinghelp1
  4. Hi there, I'm kind a looking for a complex system or integration for my esports website that needs the following features: - To register members, with unique User Names and Passwords, verification via email and/or SMS. - For the users to have their personal profile pages, with their user names and a list of competitions they have participated in - To register for gaming events (free and paid) with their user names and passwords. - To automise unique tickets with QR codes to be sent to their emails. - Scan QR codes at the venue to confirm attendance to the event. - To send marketing emails to members Currently I've managed to set up a system that can do all that but I'm using. Google Spreadsheets, automations with Zapier, and other system for QR code creation and Email Automations and SMS automations. If there's a way to combine everything and adding the component of member registrations, it would be the perfect solution for us. Any recommendation would be highly appreciated.
  5. Since updating to V7.1 and fluid engine, when my site contributors duplicate an event and hit save in the event settings dialog box a black rotating square appears where publish should be, (see screen capture). This also happens if you select BACK from the event settings and save on the main page. This never goes away and locks up the screen requiring them to exit the browser and log back in. The changes were saved but they must now publish as a separate edit step. Any additional edits requiring save repeat the problem. I do not have this problem as an admin but did create a contributor account for myself an have verified this happens.
  6. Hello! I am wondering if it's possible to provide my users with a link to subscribe to my calendar in some way using the Event feature / block calendar. I am not seeing a way to provide access to iCalendar or the link. Does anyone have any suggestions? I would prefer to use the Squarespace events since they look nicer, but could use Google Calendar if that is the better option. Appreciate any feedback!
  7. Hi, On normal event entries, it shows the event image: However, on days when there's more than one event, it just shows the text: Is there a way to rectify this so it shows an image instead? So when you hover over the image, it shows links to both the events? Thanks!
  8. Note: This requires a custom plugin #1. First, you add a Blank Page in Not Linked with Name/URL: Name: Event Top Section URL: /event-top-section Next, design the page layout to what you want, here is an example. You can use a Saved Section to add it here. #2. Install Section Loader Plugin (referral link) or this link (non-referral link) The plugin will give you some code to add to the Code Injection Header and footer, like this. #3. Add this code to the Event Page Header Code Injection <div data-wm-plugin="load" data-target="/event-top-section"></div> #4. Add this code to the Website > Website Tools > Custom CSS box div.wm-load-container { display: none; } body[class*="type-event"].view-item div.wm-load-container { display: flex !important; } #5. Add this code to Website > Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> document.addEventListener('wmSectionLoader:loaded', ({detail}) => { if (detail.target !== '/event-top-section') return; $('div.wm-load-container').insertBefore('body[class*="type-event"].view-item article>section:first-child'); }) </script> <style> .wm-load-container+section { padding-top: 0px !important; } </style> #6. Result
  9. Hi, We have a large scale education event that we want to have a full page dedicated to. I've found that event pages have significantly less customization options than standard pages, so I'm hoping to redirect an event URL to its own page. That way, the event still shows up in our Events tab, but has a more in depth page. I've tried going into Settings > Advanced > URL Mapping and entering this: /events/wild-fest -> /wild-fest 301 but it doesn't seem to be doing anything. How can I make this work? The main website is https://nocowildlife.org.
  10. Hi All, I am just starting out my squarespace journey after frustrations around our current website and slow replies from the guy who built it. We are a lawn bowls club in Sydney and offer a range of different events; live music, community, sporting, Food & Bev. I haven't developed all of the content but have all the imagery required. The default calendar view of events looks amazing, but while we build up our catalogue of events may make the club look a little light on content. Can anyone give me some guidance on creating a page and functionality similar to this another local club has for their events - https://balgowlahrsl.com.au/whats-on/. I am happy to buy a plug in but as I am new to all the lingo searching for something that I can't describe well is presenting challenges LOL Our site - https://apricots-tortoise-g6jy.squarespace.com/ Requirements 1. Needs to pull data from the native squarespace events engine 2. Work on mobile Thanks in advance Tony
  11. I've tried every solution I could find here on the Circle forum, but none are working! page: https://theveil.squarespace.com/nfk (scroll down to "Upcoming Events" section) template: Royce I've got a Summary Block displaying Events, filtered by Category. When nothing matches the filter criteria, there is just a big black space on the page. I'd prefer it to automatically display text when the summary block is empty, like "There are no upcoming events at this location." Note: The Upcoming Events section on the page is actually a page (/nfk-events) nestled within an Index Collection (/nfk), in case it matters. Anyone have ideas / updates to the old solutions for this? (https://forum.squarespace.com/search/?&q=empty summary block&search_and_or=and&sortby=relevancy)
  12. Hello, I am trying to build up an automated and easy way to have a page with upcoming events, where people can register for a specific event. First of all, is there any automated way for this registration or do I need to create a separate registration page for each event which I manually connect to my 'Register' button, and on this page I manually need to create a submission Form for people to enter their names and emails? Secondly, I want people who register for my events to receive automatically a confirmation email with all the information about the event, 'Add to Calendar' Button and a link 'Learn more about this event' which redirects them back to the webpage of the event. Is there a way to have different confirmation emails according to the different events that I have? Is there a way to add this 'Add to Calendar' button without a third-party plug-ins and code? Thank you.
  13. We are posting all of our events on our events page to provide visibility publicly. However, some of those events are for members only, so I want to put the RSVP link behind the member area firewall (and am looking for a tool/best practice for allowing them to RSVP). Are there suggestions for an easy way to do this that isn't a form (that doesn't work really well for us)?
  14. We are posting all of our events on our events page to provide visibility publicly. However, some of those events are for members only, so I want to put the RSVP link behind the member area firewall (and am looking for a tool/best practice for allowing them to RSVP). Are there suggestions for an easy way to do this that isn't a form (that doesn't work really well for us)? website: www.thejwcfoundation.org/events
  15. Event page example: https://www.singingwithnightingales.co.uk/event/11-april-2024-sussex-ywd83-fmsbr I would like to add a full-width video banner to all of my individual event pages: The banner will be the same for every event I would like the video to autoplay The video banner should be behind the logo and "MENU" @tuanphan are you able to sprinkle your magic here? Thank you in advance for taking a look!
  16. I sell workshops and want to set an automatic reminder email with the date/ venue location etc to my customers who are booked on the class. Some people book months in advance and some just a few days before the event, so it is impossible to schedule the emails as x days after the purchase date. This could be achieved if Squarespace offered filters for customers who bought specific products (currently it's just filtered by amount spend ..) Is there a workaround?
  17. It's really disappointing that we can't add events to our email campaigns. Anyone found a work around that doesn't require retyping or copying and pasting everything by hand before I give up?
  18. I recently designed a website for a boutique fitness studio that specializes in scheduled based classes. The studio was recently rebranded and part of the process was moving their scheduling system from Mariana Tek to Acuity. After setting everything up in Acuity, and designing their website, we've been getting several complaints from clients on how the booking system doesn't truly offer a full calendar view from the onset. You have to literally drill down to individual classes in order to see the month view. We have tried a few ways to remedy this on Acuity to better the customer journey, but still haven't landed on a great solution. One last idea I have is to create a dedicated page with a "Calendar Block" connected to an "Events" page. Ideally outside of Blogs & Events, if the Calendar Block could sync directly to Acuity it would be awesome! But it seems that is not an option. Is there a way to at least sync Acuity to the Events page, so that I may be able to synch the Events page to the Scheduling Block? I would hate to recreate the schedule for each class theoretically twice! Please advise if you have another solution 🙏
  19. I am selling one subscription for half hour and hour-long appointments. I want clients to be able to book both appointment types when purchasing this subscription and to see both appointment types on the same calendar. Is this possible or do they have to book the 30-minute appointments then another calendar to book the hour-long appointment? This is not ideal as they can't look at the whole week/month to see all the avaialility in one place. They are booking according to their scheudle rather than appointment typs in my case.
  20. Site URL: https://processworkuk.squarespace.com Hi there, I've got a calendar section on my website to display events - which usually shows the event image. However, when there's multiple events on the same day it just shows the title of the event and for some reason '12a' in front of the text... Why is this, and can I remove it? Is there a way to show the multiple event images instead? Thanks! Alex
  21. Is there any way to use a google calendar to create events is squarespace? My group has a google calendar that a few people can edit and I would like to use that as a basis for the events page on our website. I cannot keep track of every change to the google calendar and edit the squarespace page, so I gave up on having a squarespace calendar and embedded the google calendar. It works but it looks awful.
  22. This website has a lot of events on it. The events page is now loading very slowly to the point where the user experience is poor. Is there a way to improve page speed other than the usual things - I'm looking for solutions specific to the events list page. Is there a way to paginate and limit the number of items on the page for instance? Thanks.
  23. Is it possible to display more than 30 past events? I need to display all past events. Thank you!
  24. I am hoping to edit the title portion of a specific event collection. I say specific because I don't want to make the change to all event pages - only the events for 2024. This site is updated yearly and I don't want universal code that affects the look of the prior year events. My goal is to have the titles of all 2024 events set in the font Fraunces. Any guidance would be much appreciated.
  25. At the moment, all the PAST and UPCOMING events are on the same page. I would like to move PAST events to a separate section at the bottom of the page so that it is easier on the eye when viewing the Current Upcoming Events. link to the page: https://www.leavesinstitute.com/events
×
×
  • 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.