KylieDesigns Posted December 28, 2022 Share 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) Link to comment
creedon Posted December 28, 2022 Share 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 best , and see my profile. Thanks for your support! Link to comment
KylieDesigns Posted December 28, 2022 Author Share 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 Link to comment
Solution creedon Posted December 28, 2022 Solution Share 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 best , and see my profile. Thanks for your support! Link to comment
KylieDesigns Posted December 28, 2022 Author Share 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 Link to comment
KylieDesigns Posted January 4 Author Share Posted January 4 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!! Link to comment
creedon Posted January 5 Share Posted January 5 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 best , and see my profile. Thanks for your support! Link to comment
KylieDesigns Posted January 5 Author Share Posted January 5 hmm where the events are listed under 'explore upcoming events' summary , i can still click the title & image... ? Link to comment
Noahk Posted January 5 Share Posted January 5 In the start it was quite daunting task for me too! But after few try, its look easy! Link to comment
creedon Posted January 5 Share Posted January 5 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 best , and see my profile. Thanks for your support! Link to comment
KylieDesigns Posted January 6 Author Share Posted January 6 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) Link to comment
creedon Posted January 6 Share Posted January 6 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 best , and see my profile. Thanks for your support! Link to comment
KylieDesigns Posted January 6 Author Share Posted January 6 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 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