nbn Posted January 27, 2020 Share Posted January 27, 2020 (edited) portfolio 7.1 site mobile view on portfolio page hover overlay text does not appear whatsoever - I really need this text title to display on touch screens mobiles upon scrolling or selecting -how may i fix this? please take a peek at the portfolio page on any mobile view www.nadinenorman.com/artwork sincere thks to anybody who may be of help - nadine Edited January 28, 2020 by nbn tuanphan 1 Link to comment
tuanphan Posted January 29, 2020 Share Posted January 29, 2020 You want it always show or show on hover? 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
nbn Posted January 29, 2020 Author Share Posted January 29, 2020 (edited) hi tuanphan - i want the overlay text to appear on mobile touch screen as we scroll down or touch - in the same way it does this with hover on a computer screen Edited January 29, 2020 by nbn Link to comment
ryan_ball Posted February 17, 2020 Share Posted February 17, 2020 any updates on this? I have the same question Link to comment
pinoff Posted April 28, 2020 Share Posted April 28, 2020 looking for the answer for this as well! Link to comment
JanelleNine Posted April 29, 2020 Share Posted April 29, 2020 Same question @tuanphan Link to comment
tuanphan Posted April 30, 2020 Share Posted April 30, 2020 21 hours ago, JanelleNine said: Same question @tuanphan Very difficult. 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
hilaurakatz Posted June 23, 2020 Share Posted June 23, 2020 Does this work? /*overlay text on portfolio grid*/ @media screen and (max-width:640px) { .portfolio-text { opacity: 1 !important; } } Link to comment
AlecEiffel Posted August 29, 2020 Share Posted August 29, 2020 I ran into this frustrating roadblock today. As this post was one of the first search results I found I'm posting my solution here. /*Portfolio Overlay Grid*/ .portfolio-text:hover { opacity: 1 !important; background-color: rgba(255, 255, 255, 0.7); } This has worked for me to get the hover overlay effect on mobile and tablets. The background overly is 70% white, you can edit as you like. I've ended up setting this from desktop screen size down to make sure it also works on iPad Pro's (I don't have one to check). I hope this is helpful for someone. Really disappointed that Squarespace doesn't have this sorted yet. sastavangogh, tennet and helpmeplz 2 1 Link to comment
eyefrequency Posted January 23, 2021 Share Posted January 23, 2021 On 8/29/2020 at 1:24 AM, AlecEiffel said: I ran into this frustrating roadblock today. As this post was one of the first search results I found I'm posting my solution here. /*Portfolio Overlay Grid*/ .portfolio-text:hover { opacity: 1 !important; background-color: rgba(255, 255, 255, 0.7); } This has worked for me to get the hover overlay effect on mobile and tablets. The background overly is 70% white, you can edit as you like. I've ended up setting this from desktop screen size down to make sure it also works on iPad Pro's (I don't have one to check). I hope this is helpful for someone. Really disappointed that Squarespace doesn't have this sorted yet. Hey can you tell me where to paste this code into? Really trying to get this set up so that the text hover shows on mobile scroll the same as on desktop. Thank you! Link to comment
eyefrequency Posted January 23, 2021 Share Posted January 23, 2021 Wondering if anyone on this forum has found a solution? Appreciate it. Link to comment
tuanphan Posted January 24, 2021 Share Posted January 24, 2021 23 hours ago, eyefrequency said: Hey can you tell me where to paste this code into? Really trying to get this set up so that the text hover shows on mobile scroll the same as on desktop. Thank you! Add to DESIGN > CUSTOM CSS 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
SHendler Posted February 23, 2022 Share Posted February 23, 2022 Hey @AlecEiffelthat worked perfectly for mobile THANK YOU! Any idea how I can make it work for iPad/Tablet? - It currently does not work on there. Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 On 2/24/2022 at 3:30 AM, SHendler said: Hey @AlecEiffelthat worked perfectly for mobile THANK YOU! Any idea how I can make it work for iPad/Tablet? - It currently does not work on there. Change 640px to 991px SHendler 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
kalperius Posted June 30, 2022 Share Posted June 30, 2022 (edited) Site URL: https://www.alperkologlu.com/ Hi there, I'd like my portfolio titles appear over gallery images on mobile as I scroll down. I have the code below added as custom CSS that kind of does it but unfortunately not in a tidy way. For some reason the portfolio images get a darker overlay which then goes lighter, instead of staying darker. I was wondering if there is way to remedy this issue. Thank you all in advance for your help. @media screen and (max-width:640px) { .portfolio-text:hover { opacity:1 !important; background-color: rgba(0, 0, 0, 0.4); } } Edited June 30, 2022 by kalperius Link to comment
mmazz Posted June 15 Share Posted June 15 Does anyone know how to get this to appear on scroll as opposed to hover? Link to comment
BradleyK Posted October 31 Share Posted October 31 I'm using this code with some success; however, the hover effect isn't behaving quite like it should. Is there anyway to achieve this overlay effect on hover in mobile as in this website: https://www.brethrendesignco.com/work ? Here's the code that is 99% there — the hover effect still needs work though to make it more fluid: /*Portfolio Overlay Grid*/ .portfolio-text:hover { opacity: 1 !important; background-color: rgba(255, 255, 255, 0.7); } Thank you, Brad 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