Yatis Posted October 24, 2019 Share Posted October 24, 2019 Hello, Is it possible to disable Lightbox on a block Summary / Gallery ? I used this element to show 8 images (icons) in one line + 8 titles... on homepage. The use of Galerie/Grid is ok but the titles are cut... Link to comment
colin.irwin Posted October 24, 2019 Share Posted October 24, 2019 Please share a link to your page. if it's not public you can add a password. I'm Colin Irwin aka silvabokis. I've been a Squarespace designer & developer since 2013. I remember when it was all wild prairies round these here parts. 🐃🤠 Advice I give on here is free, though I may sometimes post an affiliate link or promote something I've written. That reminds me.. ..you might want to check out my Squarespace template finder or have a look at my other Squarespace tips Speaking of tips, 💲I've got a tip jar that you're welcome to throw a few quid into if you think I've helped you. If you're looking for a Squarespace developer Book a chat or Drop me a line - first meeting is always free Link to comment
Yatis Posted October 24, 2019 Author Share Posted October 24, 2019 https://cheetah-koala-ytr8.squarespace.com 2 versions of 8 icons on homepage... hello is the password Thanks ! Link to comment
colin.irwin Posted October 24, 2019 Share Posted October 24, 2019 Add this to your custom css area after any other code that may be there #block-yui_3_17_2_1_1571913993663_5072 .summary-item a { pointer-events: none; } The code kills the pointer event on the summary items in that specific block. You can easily get the block ids using this Chrome extension - https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde I'm Colin Irwin aka silvabokis. I've been a Squarespace designer & developer since 2013. I remember when it was all wild prairies round these here parts. 🐃🤠 Advice I give on here is free, though I may sometimes post an affiliate link or promote something I've written. That reminds me.. ..you might want to check out my Squarespace template finder or have a look at my other Squarespace tips Speaking of tips, 💲I've got a tip jar that you're welcome to throw a few quid into if you think I've helped you. If you're looking for a Squarespace developer Book a chat or Drop me a line - first meeting is always free Link to comment
Yatis Posted October 24, 2019 Author Share Posted October 24, 2019 Thank you very much ! This is the first time I use Squarespace, this customization of css involves moving to the business version? Link to comment
colin.irwin Posted October 24, 2019 Share Posted October 24, 2019 You're fine on the personal plan. Custom css works on all plans. It is code blocks and injection points for JavaScript that require business version. I'm Colin Irwin aka silvabokis. I've been a Squarespace designer & developer since 2013. I remember when it was all wild prairies round these here parts. 🐃🤠 Advice I give on here is free, though I may sometimes post an affiliate link or promote something I've written. That reminds me.. ..you might want to check out my Squarespace template finder or have a look at my other Squarespace tips Speaking of tips, 💲I've got a tip jar that you're welcome to throw a few quid into if you think I've helped you. If you're looking for a Squarespace developer Book a chat or Drop me a line - first meeting is always free Link to comment
Yatis Posted October 24, 2019 Author Share Posted October 24, 2019 Perfect ! thanks again Link to comment
ColeH_design Posted January 19, 2021 Share Posted January 19, 2021 @colin.irwin how do I find the right block id? I have four showing on my view source page, but none of them will prevent the lightbox in the summary block I need for that page Link to comment
tuanphan Posted January 20, 2021 Share Posted January 20, 2021 21 hours ago, ColeH_design said: @colin.irwin how do I find the right block id? I have four showing on my view source page, but none of them will prevent the lightbox in the summary block I need for that page Can you share link to page where you use summary block? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
ColeH_design Posted January 20, 2021 Share Posted January 20, 2021 19 minutes ago, tuanphan said: Can you share link to page where you use summary block? We can help easier https://highyieldinsights.squarespace.com/reports-1 Link to comment
tuanphan Posted January 23, 2021 Share Posted January 23, 2021 On 1/20/2021 at 10:16 PM, ColeH_design said: https://highyieldinsights.squarespace.com/reports-1 Add to Design > Custom CSS body#collection-60021a29d2e620378ac42d5f .summary-thumbnail-outer-container { pointer-events: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
ColeH_design Posted January 25, 2021 Share Posted January 25, 2021 Thanks @tuanphan. The code is disabling the lightbox effect within both (2) summary blocks on the page. I'd like it to only disable the one shown in screenshot attached. Can we limit it to this block specifically?? Link to comment
ColeH_design Posted January 25, 2021 Share Posted January 25, 2021 This issue has been solved by eliminating the 2nd summary block on page. However – same page – is there 1) CSS code to modify font in summary block (body font in summary block to appear larger and left aligned)? 2) CSS code to modify font appearing with image grid gallery (screenshot attached). Would like control over making the title bold, alternate color and larger (to appear as a heading font) 3) CSS Code to add a button below an individual image within the multi-image grid image block?? If possible, I'd like an individual button option below each image. Link to comment
tuanphan Posted February 2, 2021 Share Posted February 2, 2021 On 1/25/2021 at 11:27 AM, ColeH_design said: This issue has been solved by eliminating the 2nd summary block on page. However – same page – is there 1) CSS code to modify font in summary block (body font in summary block to appear larger and left aligned)? 2) CSS code to modify font appearing with image grid gallery (screenshot attached). Would like control over making the title bold, alternate color and larger (to appear as a heading font) 3) CSS Code to add a button below an individual image within the multi-image grid image block?? If possible, I'd like an individual button option below each image. Hi. Sorry for the delay. I was off some days. Do you still need help on this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.