mister_nar Posted September 8, 2021 Share Posted September 8, 2021 (edited) Site URL: http://narmfg.com Hi all, I have site wide animations (7.1) disabled but my products section fades in and so do the products on their individual pages (only on mobile for this one). any ideas on what might be going on here? Thank you in advance for your help. Edited September 8, 2021 by mister_nar forgot something Link to comment
tuanphan Posted September 11, 2021 Share Posted September 11, 2021 Hi, You mean effect image change on hover. You want to disable this? 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
creedon Posted September 11, 2021 Share Posted September 11, 2021 If it is indeed the image switching you see when hovering over product grid images and in product details. I think SS does not consider those effects as part of the site-wide animation feature. That image effect is simply switching images. Site-wide animations are more like backgrounds that move like water or animated particles floating across them, that kind of effect. Once we know what effect you don't want, then we may be able to help. An image of what you want to change might help us as well. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
MisterSplinters Posted December 27, 2021 Share Posted December 27, 2021 I believe they are referring to the effect applied to items as they scroll into view. I am seeing the same thing. The effect is disabled on some pages, but not in the shop. I have disabled site-wide animations as follows: Site styles (the little paintbrush) > Animations > Style: None However, when I preview my main shop page, the items animate-in with a combined fade/slide effect as I scroll down the page. The same thing happens on the main blog page. I cannot find any place to configure this animation for these pages; only the global theme setting which is being ignored. I am working off the Beaumont template. Link to comment
creedon Posted December 27, 2021 Share Posted December 27, 2021 (edited) @MisterSplinters Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. Edited December 28, 2021 by creedon Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
MisterSplinters Posted December 28, 2021 Share Posted December 28, 2021 Thanks for the prompt response. I feel obligated to point out that if I provide a link to my site and the password here, then literally anyone on the internet can access it. This forum is visible to anyone. Technically, that would qualify as "insecure" if I am trying to keep content hidden. If this is a necessary procedure for diagnosing technical problems, then a more secure solution is required. However, since I don't have any content I actually need to keep hidden at this point, I am happy to oblige. Here is the blarg link: https://maracas-lilac-epl4.squarespace.com/blarg The password is: thisisnotactuallysecure This is default content, right out of the template. I turned off site animations globally in the theme settings as described above. ZZESTO and jeremyirons 2 Link to comment
Nikta Posted March 12, 2022 Share Posted March 12, 2022 Did you ever figure out this issue? I am having the same problem! Thanks in advance. jeremyirons and ZZESTO 2 Link to comment
Solution mister_nar Posted March 21, 2022 Author Solution Share Posted March 21, 2022 (edited) @Nikta I believe this is what worked for me: * { transform: unset !important; transition-delay: unset !important; transition: unset !important; } Edited March 21, 2022 by mister_nar DV2 and ZZESTO 1 1 Link to comment
emily2 Posted February 6 Share Posted February 6 Is it possible to edit this code so it works the same just for desktop pages, but not mobile? It works for my desktop page, but on mobile it makes all the drop down navigation options visible at once (see pic) Link to comment
tuanphan Posted February 6 Share Posted February 6 Change the code to this @media screen and (min-width:992px) { * { transform: unset !important; transition-delay: unset !important; transition: 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
ZipZapZop Posted May 11 Share Posted May 11 On 2/6/2024 at 3:36 AM, tuanphan said: Change the code to this @media screen and (min-width:992px) { * { transform: unset !important; transition-delay: unset !important; transition: unset !important; } } I am also in a similar boat here. This code works. The animations are removed on the desktop version and the Mobile menu stays intact. However, the animations on mobile persist. Is there a way to remove animations site-wide for mobile and desktop without affecting the Mobile Navigation Menu? Link to comment
tuanphan Posted May 12 Share Posted May 12 On 5/11/2024 at 9:08 AM, ZipZapZop said: I am also in a similar boat here. This code works. The animations are removed on the desktop version and the Mobile menu stays intact. However, the animations on mobile persist. Is there a way to remove animations site-wide for mobile and desktop without affecting the Mobile Navigation Menu? Change 992px to 1px 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment