Mindzek Posted August 4 Share Posted August 4 Hi all, Few days ago hover effect in my shop stopped working on mobile. I know that it was working perfectly, but it just stopped and now by touching it showing a blank/white screen instead of second picture of my product. Nothing changed on the desktop version, the issue is only on mobile. Does anyone started experiencing this? I wrote to Squarespace, as no additional code was added from my side, which could maybe initiate the problem. adding video. Thank you ! RPReplay_Final1722773381.MP4 Link to comment
Mdhanjal Posted August 5 Share Posted August 5 its work fine here in mobile i think you fix this issue.? Hi, I'm BITTU. A website developer with 10 years experience with Squarespace. if you need help and work with me, Email me here: - mandeepsquarespace@gmail.com Hire Upwork: - https://www.upwork.com/freelancers/~01eed466e76c89e024 Behance: - https://www.behance.net/mandeepSquarespace Best Hourly Rate: - $15 Per Hour Link to comment
Mindzek Posted August 6 Author Share Posted August 6 Hi @Mdhanjal No, the issue remains, situation is still the same as you could see in the video. When I touch the product image the image just goes white. Link to comment
ArthurD Posted August 9 Share Posted August 9 Hi! I have exactly the same issue on my website Link to comment
tuanphan Posted August 12 Share Posted August 12 On 8/9/2024 at 10:06 PM, ArthurD said: Hi! I have exactly the same issue on my website Use this code to Website Tools > Custom CSS @media screen and (max-width:767px) { img.grid-item-image.grid-image-cover { opacity: 1 !important; } img.grid-item-image.grid-item-additional-image { opacity: 0 !important; } img.grid-item-image.grid-image-hover { opacity: 0 !important; } } ArthurD 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
ArthurD Posted August 12 Share Posted August 12 Hi @tuanphan Thank you very much it works!! 🙌 Link to comment
Mindzek Posted August 14 Author Share Posted August 14 Hi @tuanphan , With your provided CSS you only stopping the hover effect? Am I correct? Because, for fluent hover I was using below codes: Header: <script> document.addEventListener("touchstart", function(){}, true); </script> CSS: element:hover, element:active { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-user-select: none; -webkit-touch-callout: none /*only to disable context menu on long press*/ } And as I mentioned it just magically stopped working. Mindaugas 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