tuanphan Posted May 14, 2022 Share Posted May 14, 2022 On 4/28/2022 at 12:24 AM, otilia said: Yes, the site is https://mariahierro.squarespace.com and the password is allshallpass Thank you The url doesn't exist now. Can you check it again? 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
otilia Posted May 17, 2022 Share Posted May 17, 2022 Oh, yes, the client asked me to change the name, is https://mariajlhierro.squarespace.com. Thank you! Link to comment
tuanphan Posted May 20, 2022 Share Posted May 20, 2022 On 5/17/2022 at 10:23 PM, otilia said: Oh, yes, the client asked me to change the name, is https://mariajlhierro.squarespace.com. Thank you! This link doesn't exist 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
otilia Posted May 23, 2022 Share Posted May 23, 2022 Hello and thanks! The link is this one Sorry for the confusion. Link to comment
tuanphan Posted May 24, 2022 Share Posted May 24, 2022 16 hours ago, otilia said: Hello and thanks! The link is this one Sorry for the confusion. What is access password? 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
otilia Posted May 25, 2022 Share Posted May 25, 2022 Hello, the password is primagele, many thanks! Link to comment
alexplesner Posted May 29, 2022 Share Posted May 29, 2022 Hi guys, I am new to the feed but after searching here for 3 hours and trying my luck - it just did not work. What I want to do: caption visible only in lightbox when clicking on it. I did enable caption. I managed to use a code to make the caption disappear but it doesn't show in the lighbox now Thanks so much. So far my custom CSS: section.gallery-section [class*='-item']:not([class*='-item-']) { position: relative; } .gallery-caption-grid-simple, .gallery-caption-content, { display: none; } .gallery-grid-item { padding-bottom: 0; } .gallery-grid, { .gallery-item-description { text-align: center; font-style: italic; font-variant: small-caps; font-size: 28px; line-height: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } } a.gallery-masonry-image-link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 999; } Link to comment
alexplesner Posted May 29, 2022 Share Posted May 29, 2022 11 minutes ago, alexplesner said: Hi guys, I am new to the feed but after searching here for 3 hours and trying my luck - it just did not work. What I want to do: caption visible only in lightbox when clicking on it. I did enable caption. I managed to use a code to make the caption disappear but it doesn't show in the lighbox now Thanks so much. So far my custom CSS: section.gallery-section [class*='-item']:not([class*='-item-']) { position: relative; } .gallery-caption-grid-simple, .gallery-caption-content, { display: none; } .gallery-grid-item { padding-bottom: 0; } .gallery-grid, { .gallery-item-description { text-align: center; font-style: italic; font-variant: small-caps; font-size: 28px; line-height: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } } a.gallery-masonry-image-link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 999; } UPDATE: found this video super helpful and it actually works: https://www.rebeccagracedesigns.com/blog/grid-gallery-captions-on-hover Link to comment
alexplesner Posted May 29, 2022 Share Posted May 29, 2022 On 5/25/2022 at 7:34 AM, otilia said: Hello, the password is primagele, many thanks! https://www.rebeccagracedesigns.com/blog/grid-gallery-captions-on-hover this helped me so much Link to comment
alexplesner Posted May 29, 2022 Share Posted May 29, 2022 7 minutes ago, alexplesner said: UPDATE: found this video super helpful and it actually works: https://www.rebeccagracedesigns.com/blog/grid-gallery-captions-on-hover Naturally this is for a hover effect and I have just realised it is not helpful with lightbox _ working on it Link to comment
otilia Posted May 30, 2022 Share Posted May 30, 2022 Hello, yes, I tried and it is showing the hover over effect as awe wanted but then the image cannot be open in the lightbox, if you are working on it I will much appreciate if you share how to open the image in lightbox, many thanks!!!! Link to comment
otilia Posted June 1, 2022 Share Posted June 1, 2022 Another thing besides not being able to open the image in the lightbox is that in the gallery of the home I can see the overlay is displaced, see attached. Is this connected with the code I added for text showing when hovering over image? This displacement of the overlay doesn't happen when there is no caption. Thank you! Link to comment
otilia Posted June 9, 2022 Share Posted June 9, 2022 On 5/29/2022 at 12:47 PM, alexplesner said: Naturally this is for a hover effect and I have just realised it is not helpful with lightbox _ working on it Hello, did you have the chance to look at it? Besides the issue with images not opening in lightbox now, I see than whenever there is a caption on the images in home, the overlay is displaced, any ideas? Many thanks!! Link to comment
BadlandsDesignCo Posted August 15, 2022 Share Posted August 15, 2022 (edited) Can anybody confirm if there is a way to add captions/titles below images in a Gallery Carousel, with the new Fluid Engine? I've tried altering the code from this forum without any luck. Many Thanks! Edited August 15, 2022 by CBdesigns Link to comment
tuanphan Posted August 16, 2022 Share Posted August 16, 2022 21 hours ago, CBdesigns said: Can anybody confirm if there is a way to add captions/titles below images in a Gallery Carousel, with the new Fluid Engine? I've tried altering the code from this forum without any luck. Many Thanks! Can you share link to page where you use Carousel & which code did you use? 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
CooperWhite Posted October 4, 2022 Share Posted October 4, 2022 (edited) I have the code running fine for captions in all galleries. Now I'm trying to add section numbers into the code to allow for only certain galleries to have captions. Every time I try to add the section code as mentioned on the first page, all captions disappear. I'm obviously missing something. In the code injection area where addGalleryItemDescriptions function exists, I put: addGalleryItemDescriptions("section[data-section-id='6339a2a7e2eff31bdd154633']"); { This is for the PhotoIllustration area of my site which I'm using as a test gallery. I've tried the code leaving in the gs, and gdzs notation, but every variable ends with no captions. What am I missing? Site:https://garlic-hawk-pdp3.squarespace.com Password: openupnow *Update: I added the Pinchable Zoom plugin and it's now covering over the captions completely. I need to work that out somehow. Edited October 4, 2022 by CooperWhite Link to comment
tuanphan Posted October 4, 2022 Share Posted October 4, 2022 7 hours ago, CooperWhite said: I have the code running fine for captions in all galleries. Now I'm trying to add section numbers into the code to allow for only certain galleries to have captions. Every time I try to add the section code as mentioned on the first page, all captions disappear. I'm obviously missing something. In the code injection area where addGalleryItemDescriptions function exists, I put: addGalleryItemDescriptions("section[data-section-id='6339a2a7e2eff31bdd154633']"); { This is for the PhotoIllustration area of my site which I'm using as a test gallery. I've tried the code leaving in the gs, and gdzs notation, but every variable ends with no captions. What am I missing? Site:https://garlic-hawk-pdp3.squarespace.com Password: openupnow *Update: I added the Pinchable Zoom plugin and it's now covering over the captions completely. I need to work that out somehow. Password is incorrect 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
CooperWhite Posted October 4, 2022 Share Posted October 4, 2022 4 hours ago, tuanphan said: Password is incorrect Sorry. Password: opensesame Link to comment
CooperBlack Posted October 12, 2022 Share Posted October 12, 2022 Still can't seem to turn off Lightbox captions for certain galleries. Link to comment
tuanphan Posted October 12, 2022 Share Posted October 12, 2022 7 hours ago, CooperBlack said: Still can't seem to turn off Lightbox captions for certain galleries. Which page you want to turn off lightbox caption? 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
CooperBlack Posted October 12, 2022 Share Posted October 12, 2022 Abstracts and a couple of the sections on the Photos Portfolio page. Link to comment
tuanphan Posted October 15, 2022 Share Posted October 15, 2022 On 10/12/2022 at 7:19 PM, CooperBlack said: Abstracts and a couple of the sections on the Photos Portfolio page. Add this code to Abstracts Page Header <style> .gallery-item-description { display: none !important; } </style> 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
CooperWhite Posted October 15, 2022 Share Posted October 15, 2022 (edited) Excellent, thanks! So I take it individual galleries of a Portfolio page (in my case Photos +) can't be handle in this way since there's no place to add Header injections? I can see it's applicable to the main page which affects all galleries, but not on an individual gallery basis. Unless I'm missing something! Edited October 15, 2022 by CooperWhite Link to comment
tuanphan Posted October 17, 2022 Share Posted October 17, 2022 On 10/15/2022 at 9:05 PM, CooperWhite said: Excellent, thanks! So I take it individual galleries of a Portfolio page (in my case Photos +) can't be handle in this way since there's no place to add Header injections? I can see it's applicable to the main page which affects all galleries, but not on an individual gallery basis. Unless I'm missing something! Edit Individual page > Add a Code Block > Paste this code <style> .gallery-item-description { display: none !important; } </style> If you want to do this for all individual pages, add this to Portfolio Page Header <style> body.view-item .gallery-item-description { display: none !important; } </style> 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
CooperWhite Posted October 17, 2022 Share Posted October 17, 2022 (edited) Great. Thanks! Edited October 17, 2022 by CooperWhite 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