ColeH_design Posted December 4, 2020 Share Posted December 4, 2020 Site URL: https://smoothjazzgetaway.squarespace.com/config/pages Hello! I need help disabling the links on a blog summary block (that I used to create a sliding image gallery with text possible in same section – 7.1 limited me!) I don't want the images on THIS PAGE summary blocks clickable. This page only.https://smoothjazzgetaway.squarespace.com/config/pages Password: Roland Any assistance very much appreciated! Link to comment
tuanphan Posted December 6, 2020 Share Posted December 6, 2020 Hi. Which section? Can you take a screenshot? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ColeH_design Posted December 7, 2020 Author Share Posted December 7, 2020 On 12/6/2020 at 12:14 AM, tuanphan said: Hi. Which section? Can you take a screenshot? We can check easier Yes, thank you! I find 7.1 to be so limited!! I need sliding image gallery (but I want it left/right of copy – in 7.1 sections it can only be above/below). My work around was to use a summary block as a sliding image gallery – It worked out pretty well EXCEPT for the click thru default. Please help disable the click through of this page only on summary blocks. Link to comment
tuanphan Posted December 8, 2020 Share Posted December 8, 2020 /config is admin url. See this to find page url. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ColeH_design Posted December 8, 2020 Author Share Posted December 8, 2020 On 12/4/2020 at 1:33 PM, ColeH_design said: Site URL: https://smoothjazzgetaway.squarespace.com/config/pages Hello! I need help disabling the links on a blog summary block (that I used to create a sliding image gallery with text possible in same section – 7.1 limited me!) I don't want the images on THIS PAGE summary blocks clickable. This page only.https://smoothjazzgetaway.squarespace.com/config/pages Password: Roland Any assistance very much appreciated! I solved it – click thru on summary was successfully disabled using code found on another question. .summary-thumbnail-container { pointer-events: none !important; } Link to comment
AnaDavisDesign Posted March 12, 2021 Share Posted March 12, 2021 @ColeH_designhow did you do it??? I need to do the same thing for a similar reason. TYIA Link to comment
creedon Posted March 13, 2021 Share Posted March 13, 2021 (edited) @AnaDavisDesign The key is the following parameter value pair shown in ColeH_design's code. pointer-events: none; Edited March 23, 2021 by creedon tuanphan and AnaDavisDesign 2 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
ColeH_design Posted March 23, 2021 Author Share Posted March 23, 2021 I used a code from another forum. Added this code to Design - Custom CSS: .summary-thumbnail-container { pointer-events: none !important; } Link to comment
tuanphan Posted March 25, 2021 Share Posted March 25, 2021 On 3/24/2021 at 2:24 AM, ColeH_design said: I used a code from another forum. Added this code to Design - Custom CSS: .summary-thumbnail-container { pointer-events: none !important; } This will disable all summary on your site. If you want to apply on one page, add this code to Page Header <style> .summary-thumbnail-container { pointer-events: none !important; } </style> melaniejaane and creedon 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
BrownKatUK Posted June 8, 2022 Share Posted June 8, 2022 On 3/25/2021 at 7:28 AM, tuanphan said: This will disable all summary on your site. If you want to apply on one page, add this code to Page Header <style> .summary-thumbnail-container { pointer-events: none !important; } </style> Hi - I've used this code on https://brightstarz.co.uk/preteen-workshops - it the workshops are still clicking through. I'd prefer to change it page level rather than using CSS and targeting the block. I'd welcome any suggestions. Thank you. Link to comment
BrownKatUK Posted June 8, 2022 Share Posted June 8, 2022 Hi - solved it by using <style> .summary-item { pointer-events: none !important; } </style> tuanphan 1 Link to comment
JoshA Posted February 14 Share Posted February 14 Hi people, I'm trying the above on https://www.urbanhealthcouncil.com/reports but having no luck. The images still have a clickthrough attached to them...but not the 'source url' that's listed within the blog post detail. For what it's worth I have 'universal filter' installed. Any advice is greatly appreciated!!! Thank you Link to comment
tuanphan Posted February 16 Share Posted February 16 On 2/14/2023 at 7:23 PM, JoshA said: Hi people, I'm trying the above on https://www.urbanhealthcouncil.com/reports but having no luck. The images still have a clickthrough attached to them...but not the 'source url' that's listed within the blog post detail. For what it's worth I have 'universal filter' installed. Any advice is greatly appreciated!!! Thank you I see the code worked on your site .blog-basic-grid .blog-basic-grid--container.is-loaded>div:first-child { pointer-events: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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