Guest Posted August 12, 2020 Share Posted August 12, 2020 I'd like to add a photo credit line underneath the image I'm using in a card image block - is this possible? It seems like it's not, but I'm imagining there's a CSS or HTML hack that would make this possible. I'm using the Bedford template. Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 Yes. You can. If you share link to page where you use card image block. We can check 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
KellenMcG Posted January 24, 2021 Share Posted January 24, 2021 Hi @tuanphan I found this topic and have the same questions. Site is penderpr.com. Can you help please? Thanks! Link to comment
KellenMcG Posted January 27, 2021 Share Posted January 27, 2021 Hi, just wondering if there is a solution here. Thanks in advance. cc @tuanphan Link to comment
tuanphan Posted January 31, 2021 Share Posted January 31, 2021 On 1/27/2021 at 8:52 AM, KellenMcG said: Hi, just wondering if there is a solution here. Thanks in advance. cc @tuanphan Hi. Sorry for the delay. Do you still need help on this? If yes, can you share link to page where you use card image? 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
KellenMcG Posted February 2, 2021 Share Posted February 2, 2021 Hi @tuanphan Yes, I would still love some help here. Website is penderpr.com, and I am looking to add captions to the CARD image block. Thanks. Link to comment
KellenMcG Posted February 4, 2021 Share Posted February 4, 2021 @tuanphan I'd really appreciate your help here asap if possible. I'm stuck! Thanks in advance. Link to comment
tuanphan Posted February 7, 2021 Share Posted February 7, 2021 On 2/5/2021 at 3:20 AM, KellenMcG said: @tuanphan I'd really appreciate your help here asap if possible. I'm stuck! Thanks in advance. Add to Design > Custom CSS /* Image caption */ body.homepage .design-layout-card .image-inset:after { content: "Photo by tuan"; font-size: 16px; } body.homepage .design-layout-card .image-overlay { background: transparent; } 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
KellenMcG Posted February 9, 2021 Share Posted February 9, 2021 On 2/6/2021 at 4:10 PM, tuanphan said: /* Image caption */ body.homepage .design-layout-card .image-inset:after { content: "Photo by tuan"; font-size: 16px; } body.homepage .design-layout-card .image-overlay { background: transparent; } Hey @tuanphanthanks for the reply, but I want to be able to add different captions to ALL card images which appear in many different pages/places throughout the site (homepage, portfolio pages). This code only applies to the one image, and we definitely don't want to have to add code for every single image - there are dozens. Is this possible? Link to comment
tuanphan Posted February 9, 2021 Share Posted February 9, 2021 I think this will require JavaScript code. The script will find the alt of the image, then print out an html tag containing the alt, and insert it below the image. Do you use Personal or Business Plan? 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
KellenMcG Posted February 9, 2021 Share Posted February 9, 2021 @tuanphan we have a business plan, thanks. Link to comment
KellenMcG Posted February 13, 2021 Share Posted February 13, 2021 is there anything we can do here @tuanphan? Should I be asking someone else? Thanks. Link to comment
KellenMcG Posted February 18, 2021 Share Posted February 18, 2021 @tuanphansorry to keep bugging you here, but we're waiting on solution or might have to update the design entirely. Would really appreciate your update asap even if it's to say it's not possible, thanks. Link to comment
tuanphan Posted February 21, 2021 Share Posted February 21, 2021 Hi. Sorry. I'm overloaded. This is a quite complex so I can't check it right now You can also post this question on some FB groups + Squarespace Customization Resource Groups + Squarespace Community + Squarespace Entrepreneur + Squarespace Rockstars 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
creedon Posted February 22, 2021 Share Posted February 22, 2021 (edited) @KellenMcG Please see Image Block Image Caption Second Add. You will need to edit each image block IMAGE ALT TEXT to get the caption to read the way you want. Let us know how it goes. Edited September 25, 2022 by creedon tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
KellenMcG Posted March 2, 2021 Share Posted March 2, 2021 Hi @creedon thanks so much for the response, and apologies for my delay here! I turned off notifications for some reason. It works, but can you please let me know how to add the CSS now? Or where? I'd like this to match the other image captions throughout the site which = Futura-pt, 1.1 rem/17.6px, italic. Thanks again! Link to comment
creedon Posted March 2, 2021 Share Posted March 2, 2021 @KellenMcG Add the following to Design > Custom CSS. .image-card-secondary-caption { font-size : 1.1rem; font-style : italic; } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
spenn421 Posted September 23, 2022 Share Posted September 23, 2022 Hi @creedon, This is amazing! I was wondering if you could let me know how to make this work for 7.0 site with an image overlap? Thank you! Link to comment
creedon Posted September 23, 2022 Share Posted September 23, 2022 5 hours ago, spenn421 said: I was wondering if you could let me know how to make this work for 7.0 site with an image overlap? I don't know for sure it can be done but I can take a look. Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
spenn421 Posted September 23, 2022 Share Posted September 23, 2022 @creedon Thanks so much for taking a look. The website is live with no password, URL is: https://www.stocktonavenue.com/blog-posts/neutrals-that-are-anything-but-boring Link to comment
creedon Posted September 25, 2022 Share Posted September 25, 2022 On 9/23/2022 at 6:16 AM, spenn421 said: I was wondering if you could let me know how to make this work for 7.0 site with an image overlap? I have updated my February 21, 2021. Let us know how it goes. spenn421 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
spenn421 Posted September 26, 2022 Share Posted September 26, 2022 On 9/24/2022 at 11:55 PM, creedon said: I have updated my February 21, 2021. Let us know how it goes. This is amazing and works perfect! Thank you SO much! creedon 1 Link to comment
LauraBennettDesign024 Posted December 6, 2022 Share Posted December 6, 2022 Hi @creedon Im having trouble with this. Can you help? I'm working on 7.0 Brine - and following the page specific instructions for a Card Image Block. Added the line of code to the site header and the longer code to the page specific header. Then in the Alt Text I've added "Secondary Caption Test" etc to be the additional caption but this doesn't seem to show up at all. Any help appreciated! Thanks, Laura https://blenny-begonia-wg6x.squarespace.com/config/pages Link to comment
creedon Posted December 7, 2022 Share Posted December 7, 2022 2 hours ago, LauraBennettDesign024 said: Im having trouble with this. Can you help? Your site is Private. Please set up a site-wide password. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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