Guest Posted March 20, 2020 Share Posted March 20, 2020 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 Link to comment
christyprice Posted March 20, 2020 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 ✅ Get my Starter Template for Web Designers 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 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
Archived
This topic is now archived and is closed to further replies.