robinhouse Posted May 4, 2020 Share Posted May 4, 2020 Site URL: https://crane-burgundy-rnlt.squarespace.com/allmusic Hi guys, Trying to get it so that the blog images in this grid show the page titles on hover... https://crane-burgundy-rnlt.squarespace.com/allmusic password- test You can view the feature i'm trying to replicate on the homepage under the 'FEATURED ARTISTS' section here... https://crane-burgundy-rnlt.squarespace.com/ . I managed to get it to work on the summary blocks but not on the actual main blog pages. Thanks! R Link to comment
robinhouse Posted May 6, 2020 Author Share Posted May 6, 2020 @tuanphan Any chance you'd be able to have a quick look at this one? Would be hugely appreciated! Link to comment
tuanphan Posted May 6, 2020 Share Posted May 6, 2020 I don't see title. Can you add title first? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
robinhouse Posted May 6, 2020 Author Share Posted May 6, 2020 @tuanphan Try this page instead... https://crane-burgundy-rnlt.squarespace.com/allartists Link to comment
robinhouse Posted May 6, 2020 Author Share Posted May 6, 2020 @tuanphan Any thoughts on this or is it not possible? Link to comment
tuanphan Posted May 6, 2020 Share Posted May 6, 2020 Yes. You can. I did similar, 3 questions, for gallery title yesterday I will check tomorrow Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
robinhouse Posted May 11, 2020 Author Share Posted May 11, 2020 @tuanphan Hey! don't suppose you managed to take a look? Thanks again Link to comment
tuanphan Posted May 11, 2020 Share Posted May 11, 2020 Add to Page Settings > Advanced >Header <style> .blog-basic-grid--text { opacity: 0; } .blog-item:hover .blog-basic-grid--text { opacity: 1; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
robinhouse Posted May 11, 2020 Author Share Posted May 11, 2020 @tuanphan Thanks! I'll give that a try! Link to comment
robinhouse Posted May 11, 2020 Author Share Posted May 11, 2020 @tuanphan Ok i tried it and its not working yet, you can see what its done here... https://crane-burgundy-rnlt.squarespace.com/allartists password- test Any ideas? Link to comment
robinhouse Posted May 12, 2020 Author Share Posted May 12, 2020 @tuanphan Any thoughts on why this isn't working or it just not possible? Thanks! Link to comment
tuanphan Posted May 12, 2020 Share Posted May 12, 2020 I see it worked here? Try clearing your browser cache. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
robinhouse Posted May 12, 2020 Author Share Posted May 12, 2020 @tuanphan Trying clearing cache but the text for me is showing below the image rather than on top of it? Link to comment
tuanphan Posted May 12, 2020 Share Posted May 12, 2020 Your question: "Trying to get it so that the blog images in this grid show the page titles on hover..." or ??? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
derricksrandomviews Posted May 12, 2020 Share Posted May 12, 2020 img.summary-thumbnail- image.loaded:hover { opacity: 0.5; } tuanphan 1 Link to comment
robinhouse Posted May 12, 2020 Author Share Posted May 12, 2020 @tuanphan You're totally right! I meant to say so they appear over the image on hover, ideally with a dark overlay and a transitional fade of some sort. Like they do on the homepage here under 'FEATURED ARTISTS'... https://crane-burgundy-rnlt.squarespace.com/ Sorry for the confusion, any idea how to achieve this? Thanks! Link to comment
robinhouse Posted May 12, 2020 Author Share Posted May 12, 2020 @tuanphan Let me know if you're not able to help here and i'll move on. Thanks! Link to comment
tuanphan Posted May 13, 2020 Share Posted May 13, 2020 17 hours ago, robinhouse said: @tuanphan Let me know if you're not able to help here and i'll move on. Thanks! This is possible. Can you remove above code/I will check again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
robinhouse Posted May 13, 2020 Author Share Posted May 13, 2020 @tuanphan Ok i've just removed the code! Let me know, thanks! Link to comment
tuanphan Posted May 13, 2020 Share Posted May 13, 2020 Add to Home > Design > Custom CSS .blog-basic-grid--text { position: absolute; width: 100% !important; z-index: 999; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; opacity: 0; background: transparent !important; } .blog-basic-grid--text * { color: white !important; } .blog-item a:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.5); transition: all 0.25s; opacity: 0; } article.blog-item:hover a:after { opacity: 1; } article.blog-item:hover .blog-basic-grid--text { opacity: 1; } whitspen 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
robinhouse Posted May 14, 2020 Author Share Posted May 14, 2020 @tuanphan Ok so thats worked... almost. Its created a black bar where the text is too... is there a way to get rid of the black text bars and have the white text sit on top of the grey filter so it stands out? https://crane-burgundy-rnlt.squarespace.com/allartists I basically want it to behave exactly like it does in the 'FEATURED ARTISTS' section of this page... https://crane-burgundy-rnlt.squarespace.com/ Thanks! R Link to comment
robinhouse Posted May 15, 2020 Author Share Posted May 15, 2020 @tuanphan Any thoughts? Thanks! Link to comment
robinhouse Posted May 18, 2020 Author Share Posted May 18, 2020 @tuanphan Gonna give you one last poke on this incase you have time to look? Thanks Link to comment
tuanphan Posted May 18, 2020 Share Posted May 18, 2020 6 minutes ago, robinhouse said: @tuanphan Gonna give you one last poke on this incase you have time to look? Thanks Find this code in above code .blog-item a:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,.5); transition: all .4s; opacity: 0; } edit to .blog-item .image-wrapper:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,.5); transition: all .4s; opacity: 0; } whitspen 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
robinhouse Posted May 18, 2020 Author Share Posted May 18, 2020 @tuanphan Thanks thats done it! 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