noraboeke-art Posted October 14, 2020 Share Posted October 14, 2020 Site URL: https://heron-olive-sh9k.squarespace.com/config/pages/5f8761dcbbd869242a70b3be  Hi! I hope you can help me out 🙂 I'm trying to add a subtitle to the thumbnails in my portfolio grid.  I saw that you need to add <br/> subtitle to the title. But that doesnt work. Do I need to add something to Custom CSS?  Thank you in advance! Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 /config is url for site owner. You mean this page? https://heron-olive-sh9k.squarespace.com/beachlife I see sub title here. Do you still need help? 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
noraboeke-art Posted October 18, 2020 Author Share Posted October 18, 2020 Hi Tuanphan, Thanx for your reply. That is the page im showcasing my work right now. The problem there is that it is not clear for people that the images are clickable.  So that's why I started to showcase my work in a portfolio page (but this one is still hidden since it is not finished yet). I want the portfolio page to look the same as this page https://heron-olive-sh9k.squarespace.com/beachlife So im wondering how I can add a subtitle to the titles under the thumbnails. Hope you can help me out with this 🙂 Link to comment
tuanphan Posted October 19, 2020 Share Posted October 19, 2020 Can you share link to portfolio page? 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
noraboeke-art Posted October 20, 2020 Author Share Posted October 20, 2020 Hi Tuanphan, The link is https://www.noraboeke-art.com/series-2 and the password: thankyou 🙂  Link to comment
Solution tuanphan Posted October 21, 2020 Solution Share Posted October 21, 2020 Add this to Home > Design > Custom CSS h3.portfolio-title span { display: block; font-size: 12px; } then edit title to this format Quote Title <span>Subtitle</span>  vcampaner and Thormod_RK 2 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
noraboeke-art Posted October 21, 2020 Author Share Posted October 21, 2020 Hi Tuanphan, Thanx for your reply. Im wondering what im doing wrong since its not working yet. Attached 2 photo's with what I did. Also I would like to have the subtitle in normal weight as on the last image (that's from a normal page and not a portfolio grid). Link to comment
tuanphan Posted October 23, 2020 Share Posted October 23, 2020 Not sure why, but your code has invalid character. Try copy this code then enter title box  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
noraboeke-art Posted October 23, 2020 Author Share Posted October 23, 2020 I've copied  Seah <span>Fine art print</span> to the title box in project settings. Do I need to do this somewhere else?   Link to comment
tuanphan Posted October 25, 2020 Share Posted October 25, 2020 That strange. Just tested on my site & It worked here. -- Do you use Personal Plan or higher?  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
noraboeke-art Posted October 25, 2020 Author Share Posted October 25, 2020 I use a business account. Really strange..  Thanx for your help though 🙂 Link to comment
noraboeke-art Posted October 25, 2020 Author Share Posted October 25, 2020 Hi Tuanpan, I found out that this code is working for the portfolio layout: grid overlay. So that's great! The thing is... im using the 'grid simple' design. So maybe there is another code needed for that one?  On 10/23/2020 at 11:50 AM, tuanphan said: Not sure why, but your code has invalid character. Try copy this code then enter title box   Link to comment
Guest Posted December 9, 2020 Share Posted December 9, 2020 @noraboeke-art did you ever figure this out? I am trying to do the same thing using the grid simple option for may portfolio page.  Link to comment
tuanphan Posted December 11, 2020 Share Posted December 11, 2020 On 12/10/2020 at 3:06 AM, brianb123 said: @noraboeke-art did you ever figure this out? I am trying to do the same thing using the grid simple option for may portfolio page.  It still work on my client site. Try this code. It it doesn't work, can you share link to your site? 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
Guest Posted December 12, 2020 Share Posted December 12, 2020 7 hours ago, tuanphan said: It still work on my client site. Try this code. It it doesn't work, can you share link to your site? We can check easier.  Thanks for your reply. I tried this a had similar results to @noraboeke-art, it worked for the portfolio layout:grid overlay where the text overlays the image but not for the portfolio layout:simple grid where text is below image. Link to comment
tuanphan Posted December 12, 2020 Share Posted December 12, 2020 4 hours ago, brianb123 said: Thanks for your reply. I tried this a had similar results to @noraboeke-art, it worked for the portfolio layout:grid overlay where the text overlays the image but not for the portfolio layout:simple grid where text is below image. Do you use Personal Plan or higher? 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
Guest Posted December 12, 2020 Share Posted December 12, 2020 I use personal plan. Do I need a higher account to do this simple thing? Link to comment
vcampaner Posted December 14, 2020 Share Posted December 14, 2020 Hello, I have tried this code, which has worked wonderfully. Thank you Tuanphan (I have been following some of your answers over this forum, and I am so grateful for your generosity of this knowledge) h3.portfolio-title span { display: block; font-size: 12px; }   Quote Title <span>Subtitle</span> I have a quick question. following this code. with this code I was able to add a subtitle under the title of a project on the thumbnails - great. Now, Is it possible to have the option to add like 3-4 subtitles? one subtitle has its own line? I am not knowledgeable of custom CSS, so again, I am very grateful for this forum 🙂 Link to comment
tuanphan Posted December 15, 2020 Share Posted December 15, 2020 16 hours ago, vcampaner said: Hello,  I have tried this code, which has worked wonderfully. Thank you Tuanphan (I have been following some of your answers over this forum, and I am so grateful for your generosity of this knowledge) h3.portfolio-title span { display: block; font-size: 12px; }   Quote Title <span>Subtitle</span> I have a quick question. following this code. with this code I was able to add a subtitle under the title of a project on the thumbnails - great. Now, Is it possible to have the option to add like 3-4 subtitles? one subtitle has its own line? I am not knowledgeable of custom CSS, so again, I am very grateful for this forum 🙂 Add more span Title <span>sub1</span><span>sub2</span><span>sub3</span>  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
vcampaner Posted December 15, 2020 Share Posted December 15, 2020 12 minutes ago, tuanphan said: Add more span Title <span>sub1</span><span>sub2</span><span>sub3</span>  This works, thank you so much. What if I have longer text than what the title page settings can take ? Is there a way to add more text space. also is there a code that adjust line height of the subtitle on thumbnails. When I try changing the title height, it doesn't affect the subtitles correctly. this is so helpful. thank you so much. Link to comment
Guest Posted December 15, 2020 Share Posted December 15, 2020 On 12/12/2020 at 2:35 AM, tuanphan said: Do you use Personal Plan or higher? I use the personal plan now. Do I need a higher plan to do a subtitle for the simple portfolio grid? Link to comment
tuanphan Posted December 17, 2020 Share Posted December 17, 2020 On 12/15/2020 at 3:47 PM, vcampaner said: This works, thank you so much. What if I have longer text than what the title page settings can take ? Is there a way to add more text space. also is there a code that adjust line height of the subtitle on thumbnails. When I try changing the title height, it doesn't affect the subtitles correctly. this is so helpful. thank you so much. Hi. Have you solved this yet? 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
vcampaner Posted December 19, 2020 Share Posted December 19, 2020 On 12/17/2020 at 3:43 PM, tuanphan said: Hi. Have you solved this yet? Not yet! 😞 Link to comment
Thormod_RK Posted February 1, 2021 Share Posted February 1, 2021 Hi @tuanphan, First of all – thanks for your generosity and helpfulness across the forum. Regarding the Portfolio thumbnail subtitling using <span>, these subtitles also show as part of the portfolio item's title (thus it also appears on top of the browser window when entering the portfolio item page, as well as in the pagination field, where too long titles often clutter the layout). See attached screenshot. Is there any way to add subtitles on Portfolio thumbnails without cluttering the page titles with the same text? PS: it seems you can also add simple code like <br> and font-styling in the title field in the settings of each portfolio item, and they will show correctly on the portfolio thumbnails. However, then all the text + coding also appear as page titles just like when using <span>. Thanks! Skjermopptak 2021-02-01 kl. 15.46.14.mov Link to comment
tuanphan Posted February 3, 2021 Share Posted February 3, 2021 On 2/1/2021 at 7:50 AM, Thormod_RK said: Hi @tuanphan, First of all – thanks for your generosity and helpfulness across the forum. Regarding the Portfolio thumbnail subtitling using <span>, these subtitles also show as part of the portfolio item's title (thus it also appears on top of the browser window when entering the portfolio item page, as well as in the pagination field, where too long titles often clutter the layout). See attached screenshot. Is there any way to add subtitles on Portfolio thumbnails without cluttering the page titles with the same text? PS: it seems you can also add simple code like <br> and font-styling in the title field in the settings of each portfolio item, and they will show correctly on the portfolio thumbnails. However, then all the text + coding also appear as page titles just like when using <span>. Thanks! Skjermopptak 2021-02-01 kl. 15.46.14.mov You can use | or - character, however this will require JavaScript to solve. You can add Title | Sub Title| then we will check. It sill appear on browser tab, however I think it will be better than <br> tag. Thormod_RK 1 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
Create an account or sign in to comment
You need to be a member in order to leave a comment