tuanphan Posted December 3, 2020 Share Posted December 3, 2020 On 11/26/2020 at 5:03 PM, tlghnkblt said: Is there any way to change the "View Event" text to something different? like renaming it? If you share site url, we can give the code to rename view event text Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
tlghnkblt Posted December 17, 2020 Share Posted December 17, 2020 https://www.istanbulmimarlikfestivali.com/ this is the link. Link to comment
PixelStoryStudio Posted January 26, 2021 Share Posted January 26, 2021 Hey, I found a workaround: add a calendar, and change the title from "upcoming events" to "past & upcoming events", so they can navigate back.. its intuitive and it took me 10 mins to set up. Link to comment
hey Posted March 17, 2021 Share Posted March 17, 2021 Hi, were you able to determine if you can change the "view event" text on the buttons? Link to comment
tuanphan Posted March 24, 2021 Share Posted March 24, 2021 On 3/18/2021 at 5:52 AM, hey said: Hi, were you able to determine if you can change the "view event" text on the buttons? Yes. this is possible. Can you share link to an event page? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
IvyN Posted October 29, 2021 Share Posted October 29, 2021 Hi, having the same issue, past events have a button while upcoming events don't. Any solutions yet? Link to comment
kimberlaiii Posted December 5, 2021 Share Posted December 5, 2021 Site URL: https://www.leahwrobel.com/workshops Hi everyone, I’m having trouble figuring out this issue on my events page. For some reason, the upcoming events don’t display the “view event” button, but the past events do. I would like for all events, upcoming and past, to display the “view event” button. I’m hoping there’s a quick setting that I’m missing - any help is appreciated. Thanks in advance! DCH 1 Link to comment
tuanphan Posted December 8, 2021 Share Posted December 8, 2021 Not sure why. But you can add a text link into Excerpt, we will give simple code to turn it to button. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
DCH Posted December 16, 2021 Share Posted December 16, 2021 Hi-Same issue! Hoping for a solution soon! Link to comment
DCH Posted December 16, 2021 Share Posted December 16, 2021 (edited) I have the same question. Wondering why a view event button is not included. Seems silly to have to make a link in each event excerpt. Hoping people are savvy enough to click through, but it is nice to have an "action" button. Edited December 16, 2021 by DCH Link to comment
Solution paul2009 Posted December 16, 2021 Solution Share Posted December 16, 2021 (edited) On 12/5/2021 at 7:50 PM, kimberlaiii said: For some reason, the upcoming events don’t display the “view event” button, but the past events do. I would like for all events, upcoming and past, to display the “view event” button. I can confirm this is a known issue with Squarespace 7.1 that Squarespace engineers are aware of. The View Event button should appear on both past and upcoming events but this is not currently working correctly. I described a workaround that you can use to add View Event buttons to upcoming events and published it here: Let me know if this helps you in the interim. Update July 2023: "View Event →" buttons are now appearing on Upcoming Events in Squarespace 7.1. If this post has helped you, please click a 'Like' or 'Thanks' icon below ⬇️ Edited July 19, 2023 by paul2009 Feature added July 2023 mjgave and mrippstein 2 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
kellijayne Posted February 27, 2022 Share Posted February 27, 2022 Site URL: https://starlightstageshows.squarespace.com The only thing I found searching endlessly on google and this forum was to enable "show expert" and place a button there... but when I do that the entire event page shows on the Event list page! I just cant believe the 7.1 would get rid of such a crucial element! I was hoping for a CSS solution or code inject... please tell me it's possible 😳https://starlightstageshows.squarespace.com PW: StarlightStage Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 Add to Design > Custom CSS .eventlist-title .eventlist-title-link:after { content: "View Event"; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #7fabff; color: white; font-size: 18px; padding-left: 10px; padding-right: 10px; } kellijayne, bycrawford and meganheath 3 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
paul2009 Posted February 27, 2022 Share Posted February 27, 2022 10 hours ago, kellijayne said: 7.1 Event Page - VIEW EVENT button missing! I just can't believe the 7.1 would get rid of such a crucial element! Hi @kellijayne Yes, this is one of those strange omissions from Squarespace 7.1. For some reason, Squarespace haven't added this option yet. There are a number of 'workarounds': You can add a link manually in the excerpt and style it with CSS (see my previous post. This is necessary when the button will link to an external page. It's a pain because you'll need to add it to each event excerpt manually. You can use a CSS pseudo class (like the one posted above). This isn't what I'd call a 'safe' or professional quality solution because the "button" positioning isn't predictable and may move around depending on the browser's width. You'll also need to style it separately. You can use a JavaScript solution. This will add the buttons and automatically style them to match the other buttons on the site. However, before offering a JS solution, I want to check if the site is on a Business Plan (or above) because as I'm sure you know, Personal Plans don't support JS. Example: Did this help? Please give feedback by clicking an icon below ⬇️ kellijayne and sayreambrosio 2 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
kellijayne Posted February 27, 2022 Share Posted February 27, 2022 10 hours ago, tuanphan said: Add to Design > Custom CSS .eventlist-title .eventlist-title-link:after { content: "View Event"; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #7fabff; color: white; font-size: 18px; padding-left: 10px; padding-right: 10px; } THANK YOU SO MUCH tuanphan!!! Works perfectly! Link to comment
kirkroberts Posted March 7, 2022 Share Posted March 7, 2022 Same problem on a 7.1 site. Just submitted an email request to Squarespace about it. Link to comment
kirkroberts Posted April 12, 2022 Share Posted April 12, 2022 (edited) On 3/7/2022 at 12:02 PM, kirkroberts said: Same problem on a 7.1 site. Just submitted an email request to Squarespace about it. It's rather rich that a month later I had to add Custom CSS to hide the View Event button for the past events, while the upcoming events can't have a View Event button. Edited April 12, 2022 by kirkroberts Link to comment
Lesley Posted April 15, 2022 Share Posted April 15, 2022 Site URL: https://www.slowmaterial.org/whats-happening Hello There! I see a thread on this issue from 2020, but the error is still occurring? You can' t get a VIEW EVENT button to link from your excerpt/calendar landing page to the longer description. Am I missing the solution? Or has SS still not fixed this, so many months later? I have to custom code a button every time I upload an event? Please help! Link to comment
paul2009 Posted April 15, 2022 Share Posted April 15, 2022 2 hours ago, Lesley said: Or has SS still not fixed this, so many months later? Correct. I proposed a temporary workaround but the issue has not been resolved by Squarespace yet. You can reach out to Customer Care here. Lesley 1 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Lesley Posted April 15, 2022 Share Posted April 15, 2022 Thank you Paul2009! I am using your workaround, and am grateful. Just wish they would fix it! Link to comment
TVJ Posted April 30, 2022 Share Posted April 30, 2022 Just adding my voice to this thread. I contacted SS support about the lack of a View Event button for upcoming events yesterday, and they got back to me to say: Quote Hi there, thanks for reaching out! I'd be happy to look into this for you today. I have checked in on this, and I do see what you're referring to, however we don't currently offer that feature at this time. I've sent this as a suggestion to our development team on your behalf, and while we can't guarantee implementation of every suggestion, customer feedback is an important part of how we continue to improve our platform, so we appreciate your input. I hope this helps! Please feel free to reach out again if you have any other questions or need further clarification. I wrote back: Quote This doesn't really help at all, sorry... To which they responded: Quote I definitely understand the frustration, but want to assure you we’ve reported this to our Engineering team, and they’re currently prioritizing the issue. For the time being, you may want to consider this workaround: Add a text or button block to the event description and link it to the event item page. We have a great guide here for adding text links to your page content: http://support.squarespace.com/hc/articles/206543827 These can be configured to link to either an external site, an email address, a new or existing file, or to another page on your own site. For more details on each link type, visit our basic guide to adding links here: https://support.squarespace.com/hc/articles/206232858 I want to set the expectation that this is an alternative solution you can use temporarily, rather than a permanent fix for the exact issue. Such clunky and annoying workarounds. They've known about this issue for ages - surely it can't be that difficult to fix? Kinda disappointing. Meanwhile, I've de-linked my own events page and replaced it with a Summary Block instead. They present better, I think. Thom Link to comment
tom1 Posted May 12, 2022 Share Posted May 12, 2022 I chatted with support today to see if I could get a timeline of the fix for the missing Events buttons. The rep told me the button is only supposed to appear for paste events. I explained that that makes absolutely no sense, why would users only want to see details for events that have already take place??? So incredibly frustrating!! Quote Chat Rep: I see what you are experiencing. It's actually expected for the "Learn More" button to only appear for past events. Upcoming events are not designed to show this button, but as a workaround, you are more than welcome to add information to the excerpt of upcoming events, using the steps here: https://support.squarespace.com/hc/en-us/articles/206543837-Events-pages#toc-edit-event-settings creedon 1 Link to comment
kirkroberts Posted May 18, 2022 Share Posted May 18, 2022 Here is a JavaScript solution for anyone who wants/needs it. As Paul mentioned, you must be on at least the Business plan to use this. https://kirkroberts.com/blog/automatically-add-view-event-buttons-to-a-squarespace-7-1-events-page-20220518 tuanphan 1 Link to comment
kirkroberts Posted May 18, 2022 Share Posted May 18, 2022 (edited) Here is a copy/paste JavaScript solution to add View Event buttons automatically, if you are on at least the Business plan: https://kirkroberts.com/blog/automatically-add-view-event-buttons-to-a-squarespace-7-1-events-page-20220518 Edited May 19, 2022 by kirkroberts creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment