KylieDesigns Posted December 28, 2022 Posted December 28, 2022 I'm looking to disable the title & image in the events so it does not lead to the landing page. I have put 'learn more' in the excerpt where I want them to be guided instead. Ideally this will work when the events show as a summary on pages. Thanks for the help!! site is still private.. https://orange-horse-hwyf.squarespace.com/upcoming-offerings (code: 108108)
creedon Posted December 28, 2022 Posted December 28, 2022 Add the following to Page Settings > Advanced > Page Header Code Injection for the page. Please see per-page code injection. <style> /* summary block thumbnail and title disable links */ .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item .summary-thumbnail-container, .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item .summary-title-link { pointer-events : none; } </style> 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.
KylieDesigns Posted December 28, 2022 Author Posted December 28, 2022 25 minutes ago, creedon said: Add the following to Page Settings > Advanced > Page Header Code Injection for the page. Please see per-page code injection. <style> /* summary block thumbnail and title disable links */ .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item .summary-thumbnail-container, .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item .summary-title-link { pointer-events : none; } </style> Let us know how it goes. Yes! this worked for the page I sent, thank you!!! I tried putting it on this page : https://orange-horse-hwyf.squarespace.com/weekend-immersions (PW : 108108) since i have some 'event summaries' listed there -- would this need another code? appreciate your help, this is a gamechanger. creedon 1
Solution creedon Posted December 28, 2022 Solution Posted December 28, 2022 Quote since i have some 'event summaries' listed there -- would this need another code? Yes. <style> /* summary block title link disable */ .sqs-block-summary-v2 .summary-title .summary-title-link { pointer-events : none; } </style> 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.
KylieDesigns Posted December 28, 2022 Author Posted December 28, 2022 12 hours ago, creedon said: Yes. <style> /* summary block title link disable */ .sqs-block-summary-v2 .summary-title .summary-title-link { pointer-events : none; } </style> thank you! very grateful! creedon 1
KylieDesigns Posted January 4, 2023 Author Posted January 4, 2023 On 12/27/2022 at 11:51 PM, creedon said: Yes. <style> /* summary block title link disable */ .sqs-block-summary-v2 .summary-title .summary-title-link { pointer-events : none; } </style> I have one more page that I need this code for.... can you please help? I'm so close to being done with this site and so appreciate it! https://orange-horse-hwyf.squarespace.com code 108108 (neither of the codes above were working for this page!) Thanks!!
creedon Posted January 5, 2023 Posted January 5, 2023 Quote neither of the codes above were working for this page! I checked. My code appears to be working on that page. 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.
KylieDesigns Posted January 5, 2023 Author Posted January 5, 2023 hmm where the events are listed under 'explore upcoming events' summary , i can still click the title & image... ?
Noahk Posted January 5, 2023 Posted January 5, 2023 In the start it was quite daunting task for me too! But after few try, its look easy!
creedon Posted January 5, 2023 Posted January 5, 2023 Quote 'explore upcoming events' I can not find this on the home page. Please include screenshots so I can find where the issue is. 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.
KylieDesigns Posted January 6, 2023 Author Posted January 6, 2023 21 hours ago, creedon said: I can not find this on the home page. Please include screenshots so I can find where the issue is. the events - to disable title & image here (so they can ONLY click 'learn more') Thanks !!! https://orange-horse-hwyf.squarespace.com/upcoming-offerings (code: 108108)
creedon Posted January 6, 2023 Posted January 6, 2023 Ah. Different layout settings for the summary block require different code. <style> /* summary block thumbnail and title disable links */ .sqs-block-summary-v2 .sqs-gallery-design-autogrid .summary-item .summary-thumbnail-container, .sqs-block-summary-v2 .sqs-gallery-design-autogrid .summary-item .summary-title-link { pointer-events : none; } </style> 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.
KylieDesigns Posted January 6, 2023 Author Posted January 6, 2023 25 minutes ago, creedon said: Ah. Different layout settings for the summary block require different code. <style> /* summary block thumbnail and title disable links */ .sqs-block-summary-v2 .sqs-gallery-design-autogrid .summary-item .summary-thumbnail-container, .sqs-block-summary-v2 .sqs-gallery-design-autogrid .summary-item .summary-title-link { pointer-events : none; } </style> Let us know how it goes. YAY , worked! THANK YOU 🙂 creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment