LaurenLeader Posted February 26, 2020 Share Posted February 26, 2020 Hi, I'm hoping someone can help me. I've set up an events page using a summary block on an Index page. The client is happy with this but doesn't want it to click through to another page. Is there anyway to stop this from happening? Attached is a screenshot of the Index events page and another of what happens when you click on the title. I've added a See event info link to the summary excerpt to go straight to Eventbrite but I can't lose the link through on the title. I'd very much appreciate any help with this. Thanks, Lauren Link to comment
tuanphan Posted February 26, 2020 Share Posted February 26, 2020 You can use 1 line of code to do this. But can you share link to events page? 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
LaurenLeader Posted March 5, 2020 Author Share Posted March 5, 2020 On 2/26/2020 at 11:03 PM, tuanphan said: You can use 1 line of code to do this. But can you share link to events page? Apologies, I've only just seen your message. The site isn't live yet but here is the link and password: https://viola-paddlefish-phd3.squarespace.com/events HarknessKennett2020! Link to comment
tuanphan Posted March 5, 2020 Share Posted March 5, 2020 3 hours ago, LaurenLeader said: Apologies, I've only just seen your message. The site isn't live yet but here is the link and password: https://viola-paddlefish-phd3.squarespace.com/events HarknessKennett2020! Add to Home > Design > Custom CSS .summary-title-link { 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
LaurenLeader Posted March 16, 2020 Author Share Posted March 16, 2020 Thank you so much tuanphan! It works on the title link but not the image next to it, that still links through. Is there some code to stop that from happening? I really appreciate your help with this! Link to comment
tuanphan Posted March 16, 2020 Share Posted March 16, 2020 2 hours ago, LaurenLeader said: Thank you so much tuanphan! It works on the title link but not the image next to it, that still links through. Is there some code to stop that from happening? I really appreciate your help with this! .summary-item-list .sqs-gallery-image-container { 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
LaurenLeader Posted March 17, 2020 Author Share Posted March 17, 2020 Amazing, thank you so so much! 🙏 Link to comment
LaurenLeader Posted March 17, 2020 Author Share Posted March 17, 2020 Ah, it's disabled the click through on my blog summary and case study summary on the images and the excerpt copy... is there anything I can add to make it just work on the events summary page? Link to comment
tuanphan Posted March 17, 2020 Share Posted March 17, 2020 2 hours ago, LaurenLeader said: Ah, it's disabled the click through on my blog summary and case study summary on the images and the excerpt copy... is there anything I can add to make it just work on the events summary page? add to Page Settings > Advanced > Header <style> .summary-item-list .sqs-gallery-image-container { pointer-events: none; } </style> 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
LaurenLeader Posted March 17, 2020 Author Share Posted March 17, 2020 Wonder, huge help!!! Thank you 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.