Mst161 Posted December 15, 2020 Share Posted December 15, 2020 Hi there, I am working on a client page and they have requested eternal falling snowflakes from top to bottom. The script I am using worked on the older SquareSpace template but not the current, my code is below. EDIT: I have just noticed the script is only displaying on the footer of the page, not the full page. <script src="//cdnjs.cloudflare.com/ajax/libs/Snowstorm/20131208/snowstorm-min.js"></script> <script> snowStorm.animationInterval = 30; snowStorm.flakesMaxActive = 30; snowStorm.freezeOnBlur = true; snowStorm.usePositionFixed = true; </script> <script> snowStorm.snowColor = '#FFFFFF'; snowStorm.flakesMaxActive = 40; snowStorm.followMouse = false; snowStorm.snowCharacter = '❄'; snowStorm.snowStick = false; </script> . Any advice would be great. Matt Link to comment
Beyondspace Posted December 16, 2020 Share Posted December 16, 2020 20 hours ago, Mst161 said: Hi there, I am working on a client page and they have requested eternal falling snowflakes from top to bottom. The script I am using worked on the older SquareSpace template but not the current, my code is below. EDIT: I have just noticed the script is only displaying on the footer of the page, not the full page. <script src="//cdnjs.cloudflare.com/ajax/libs/Snowstorm/20131208/snowstorm-min.js"></script> <script> snowStorm.animationInterval = 30; snowStorm.flakesMaxActive = 30; snowStorm.freezeOnBlur = true; snowStorm.usePositionFixed = true; </script> <script> snowStorm.snowColor = '#FFFFFF'; snowStorm.flakesMaxActive = 40; snowStorm.followMouse = false; snowStorm.snowCharacter = '❄'; snowStorm.snowStick = false; </script> . Any advice would be great. Matt Kindly send the site you working on so we can see the issue on footer BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Mst161 Posted December 17, 2020 Author Share Posted December 17, 2020 @bangank36 Hi there, Site with footer js issue: https://kazoo-clavichord-t59m.squarespace.com Referring to the older ss template, the js worked fine on this site built on pre 7.x template - https://piccolo-clover-4t45.squarespace.com/ Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.