Guest Posted March 20, 2020 Share Posted March 20, 2020 (edited) Site URL: https://www.jupiter10.com I have a Summary block (grid) on a page and I want to disable the lightbox. I found on a forum the code below to disable the click on the thumbnail of summary blocks. .summary-thumbnail-container { pointer-events: none !important; } However, I have other summary blocks on the same page that should be clickable, so how can I disable the clicks on a specific block #block-yui_3_17_2_1_1584715631892_17063 Thanks a lot in advance Edited March 20, 2020 by Esquirebr Link to comment
Solution christyprice Posted March 20, 2020 Solution Share Posted March 20, 2020 Hi @Esquirebr, You would combine the two like this: #block-yui_3_17_2_1_1584715631892_17063 .summary-thumbnail-container { pointer-events: none !important; } This changes the summary thumbnail pointer class only for that particular block id. christyprice.com 🇺🇸 Austin, TX US ✅ For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist. Link to comment
Guest Posted March 20, 2020 Share Posted March 20, 2020 Thank you very much @christyprice 🙂 Link to comment
SimonJ Posted August 13, 2020 Share Posted August 13, 2020 hi, is it possible to disable the click in lightbox (in 'wall' summary block) on a normal / non-premium account? or is there another way to stop the image title / alt text appearing when you hover over the image ? thanks Link to comment
SimonJ Posted August 13, 2020 Share Posted August 13, 2020 As a related question, in Forte (version 7.0) is there any way to build a masonry style gallery without being limited to 30 images? The wall summary block seems to be the only efficient way to do it. I know it is possible to simply add another summary block but then customers will still only see 30 images when they click on the lightbox (which can't be disabled?). And the regular galleries aren't as attractive as the Masonry style wall summary layout. Thanks! 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