Alehstudio Posted October 25, 2019 Share Posted October 25, 2019 (edited) —Brine template I would like to know if it is possible to disable the Lightbox in a summary box (from a gallery) and, if possible, how to do it. I would like that for images that have no link indicated, there was no cursor mousehover nor Lightbox, while for images that have the link, there was the mouseover and the link working. Thanks for the help Edited October 25, 2019 by ale Link to comment
colin.irwin Posted October 25, 2019 Share Posted October 25, 2019 Do you have a link to a page with such a summary block? Alehstudio 1 If you're looking for a Squarespace Developer, drop me a line. Link to comment
Solution colin.irwin Posted October 25, 2019 Solution Share Posted October 25, 2019 As a test I created a gallery called test gallery. Then I gave some of the items in the gallery links I created a summary block on another page that uses the gallery as the source of its images. Then I created a css rule to kill pointer events for any summary items whose link is from the original gallery (begins with /test-gallery). It works as expected. Items with no clickthrough url have a standard cursor and are not clickable but those with a clickthrough work properly. Here is the code - insert it at the bottom of your custom css area after any other code that may already be there. You'll need to tweak href ^= "***" to reflect your gallery slug .summary-item a[href^="/test-gallery"] { pointer-events: none; } sarahsaturday, tuanphan, Melchior and 3 others 6 If you're looking for a Squarespace Developer, drop me a line. Link to comment
Alehstudio Posted October 25, 2019 Author Share Posted October 25, 2019 (edited) Thank you very much!!! It worked great! Alessandro Edited October 25, 2019 by ale colin.irwin 1 Link to comment
colin.irwin Posted October 25, 2019 Share Posted October 25, 2019 If it's the team member gallery you want to customise the code would be .summary-item a[href^="/en/teamphoto"] { pointer-events: none; } Alehstudio 1 If you're looking for a Squarespace Developer, drop me a line. Link to comment
Alehstudio Posted October 25, 2019 Author Share Posted October 25, 2019 Yes, thank you! That was exactly what I needed! Link to comment
colin.irwin Posted November 1, 2019 Share Posted November 1, 2019 Excellent! Alehstudio 1 If you're looking for a Squarespace Developer, drop me a line. Link to comment
sarahsaturday Posted August 13, 2021 Share Posted August 13, 2021 @colin.irwin yer a damn genius thank you 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