BretCulp Posted August 5 Share Posted August 5 (edited) Hello, I am using a "Project" section set to "Grid: Simple" for my photography Portfolio page, which, for the most part, is working fine. I have enabled sitewide "Slide" animation, but when going to my Portfolio page on mobile, the images don't appear at all until you swipe way down the blank page, after which they appear in their proper place. It will work as expected if I remove the animation or change it to a different type of animation. The behaviour is the same on Chrome and Safari and I have cleared the cache. Any ideas? Note that my site is under construction, and I still need to transfer my everything from my old provider, including my domain name. Thanks a lot, Bret Edited August 6 by BretCulp Link to comment
tuanphan Posted August 6 Share Posted August 6 You can use this to Website Tools > Custom CSS to fix problem. div#gridThumbs { opacity: 1 !important; transform: unset !important; } 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
Solution BretCulp Posted August 6 Author Solution Share Posted August 6 Thanks a lot! I modified it to just affect mobile since Desktop was working. @media only screen and (max-width: 767px) { div#gridThumbs { opacity: 1 !important; transform: unset !important; } } tuanphan 1 Link to comment
BretCulp Posted August 7 Author Share Posted August 7 Note that this is a workaround that shuts off the animation for the Portfolio on mobile. There still seems to be a bug with it. Regards Link to comment
BretCulp Posted August 7 Author Share Posted August 7 (edited) Upon further investigation, the animation bug is in both the mobile and desktop when using Chrome but desktop works fine with Firefox and Safari. Is there another place I should be submitting this bug for the Squarespace developers? Edited August 8 by BretCulp 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