erinsydd Posted February 2, 2021 Posted February 2, 2021 Site URL: http://www.swoopanalytics.com Hi @tuanphan, I'm trying to hide the 'Google Calendar' and 'ICS' links from all Events and was wondering if there's any custom code that would do the trick? Thanks in advance! Beyondspace 1
Jackie123 Posted February 3, 2021 Posted February 3, 2021 Try going to Design -> Site Styles, search for Events. deselect the 'show export links' option. That did it for me. Beyondspace, creedon and erinsydd 3
erinsydd Posted February 4, 2021 Author Posted February 4, 2021 Thanks @Jackie123 - Is your site built in 7.1? I don't seem to have that option 😞
tuanphan Posted February 5, 2021 Posted February 5, 2021 Add to Design > Custom CSS li.eventlist-meta-export { display: none; } erinsydd 1 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!)
erinsydd Posted February 8, 2021 Author Posted February 8, 2021 Thanks so much @tuanphan! Is it possible to remove the metadata from the actual event page too? See screenshot below...
creedon Posted February 8, 2021 Posted February 8, 2021 Add the following to Design > Custom CSS. .event-meta-addtocalendar-container { display : none; } Let us know how it goes. erinsydd and tuanphan 1 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
erinsydd Posted February 8, 2021 Author Posted February 8, 2021 Thanks @creedon - that did the trick! creedon 1
Bedtime Posted April 23, 2021 Posted April 23, 2021 Hi @creedon, it worked for me too, thanks! I was wondering if you know how to hide the time from the event description also. I tried the .event-meta-time-container, also -date-container, but it doesn't seem to work. Thanks!
creedon Posted April 23, 2021 Posted April 23, 2021 @Bedtime Please post the URL to a page for your site where you want to hide the time. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Bedtime Posted April 26, 2021 Posted April 26, 2021 @creedon Hi! Here is the URL of an "event description". https://springtail-heron-b6xz.squarespace.com/lineup/supergiant The password is "pineapple". I would like to remove the time and date from the detail page as well as the date at the bottom, where it navigates the viewer to the next detail page. Thank you!
tuanphan Posted April 26, 2021 Posted April 26, 2021 6 hours ago, Bedtime said: @creedon Hi! Here is the URL of an "event description". https://springtail-heron-b6xz.squarespace.com/lineup/supergiant The password is "pineapple". I would like to remove the time and date from the detail page as well as the date at the bottom, where it navigates the viewer to the next detail page. Thank you! Add to Design > Custom CSS /* remove event detail time date */ body.view-item ul.eventitem-meta.event-meta.event-meta-date-time-container { display: none; } creedon 1 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!)
Helder Posted February 18, 2022 Posted February 18, 2022 Hi there. Thank you all for this, really helpful. Is there some code injection to hide the dash and the end date of the events? I want to list just the beginning date of events but don't know how to do that. Thank you!
creedon Posted February 18, 2022 Posted February 18, 2022 @Helder Please see the following. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Helder Posted February 18, 2022 Posted February 18, 2022 (edited) Thank you! It worked! Edited February 18, 2022 by Helder creedon 1
Helder Posted February 18, 2022 Posted February 18, 2022 Just one more think. When I associate Events to a Calendar, the end time still appears there. Any way to remove that? Thank you!
creedon Posted February 19, 2022 Posted February 19, 2022 5 hours ago, Helder said: Any way to remove that? It could be done but not with CSS. It would require the business plan or above and Javascript. Unlike the event page time which has classes for the start, divider, and end times, the calendar just puts all the info into one element. That means that it has to be parsed with Javascript to change it. I am unaware of any code that does this at this time. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
creedon Posted February 20, 2022 Posted February 20, 2022 Quote I am unaware of any code that does this at this time. I'm aware of some code now! 🙂 Please see Calendar Block End Time Remove. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Helder Posted February 20, 2022 Posted February 20, 2022 Hi. Thank you. I followed the instruction and still did not work. I have a business plan now, so any other way of accomplishing this. Also, is it possible in each individual event page to remove the link to go back to the event list? Thank you!
creedon Posted February 20, 2022 Posted February 20, 2022 @Helder My apologies there was a step missing from the Quick Install. Please try again and let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
creedon Posted February 22, 2022 Posted February 22, 2022 @Helder Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Helder Posted February 23, 2022 Posted February 23, 2022 I see now that's working, thank you! Also, is it possible in each individual event page to remove the link to go back to the event list?
tuanphan Posted February 27, 2022 Posted February 27, 2022 On 2/23/2022 at 11:59 PM, Helder said: I see now that's working, thank you! Also, is it possible in each individual event page to remove the link to go back to the event list? Add to Design > Custom CSS .eventitem-backlink {display: none !important;} 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment