JohnEuling Posted September 15, 2020 Share Posted September 15, 2020 Site URL: https://poodle-turtle-zkzb.squarespace.com/portfolio-tiled Hello! I'm on 7.1 working with Portfolios, specifically the main portfolio page that shows all projects. I'm looking to display all project names on mobile, when a user goes to my main portfolio page and they see all my projects as thumbnail tiles. Portfolio settings: Format tab Grid: Overlay Show Text: After Hover https://poodle-turtle-zkzb.squarespace.com/portfolio-tiled On desktop, project names display as expected upon hover. On mobile, project names do not display at all. --- I'm looking for an option, or code, that will display the project name over the project image tile on mobile. Preferably at bottom with some opacity. (I know that I can work around this by choosing Show Text: Before Hover.) Support told me that this option isn't available other than to add custom code. thanks to anyone who can help! Link to comment
tuanphan Posted September 19, 2020 Share Posted September 19, 2020 Have you found the solution yet? 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
JohnEuling Posted September 21, 2020 Author Share Posted September 21, 2020 hello @tuanphan I haven't found anything yet! Any suggestions for where I can learn this or any resources? Link to comment
csailes Posted September 24, 2020 Share Posted September 24, 2020 @JohnEuling if i understand correctly I think you will find the answer you want here: JohnEuling 1 Link to comment
JohnEuling Posted September 28, 2020 Author Share Posted September 28, 2020 thank you @csailes ! I appreciate it. I'll experiment with it. @tuanphan Link to comment
tuanphan Posted September 29, 2020 Share Posted September 29, 2020 If you haven't solved it yet, you can share portfolio, we can check easier. Above link is private. 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
JohnEuling Posted December 8, 2020 Author Share Posted December 8, 2020 hello @tuanphan Thanks so much. -- I finally tried your code injection for the mobile hover option, but it's not working for me when I use Safari on my iPhone. Does the below page do you see the gallery text on mobile? You can see the page here (and I attached the injection screen) https://poodle-turtle-zkzb.squarespace.com/portfolio I injected: @media screen and (max-width:640px) { .portfolio-text { opacity: 1 !important; } } -- also, when the page loads, I can sometimes see a flash or flicker of the code at the top of the page, not sure why! Link to comment
creedon Posted December 8, 2020 Share Posted December 8, 2020 14 minutes ago, JohnEuling said: also, when the page loads, I can sometimes see a flash or flicker of the code at the top of the page, not sure why! When adding CSS to any of the pages as opposed to Design > Custom CSS it needs to be wrapped in a style tag. Like so... <style> @media screen and ( max-width:640px ) { .portfolio-text { opacity: 1 !important; } } </style> After you do this check if your are still having your other issue and let us know. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
JohnEuling Posted December 8, 2020 Author Share Posted December 8, 2020 @creedon hey thanks so much! I didn't know that. I really appreciate your time and help. creedon 1 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