The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Switch to Enable/Disable falling snowflakes

3 posters

Go down

In progress Switch to Enable/Disable falling snowflakes

Post by JAN2XONLINE November 17th 2013, 7:49 am

Code:
<script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>

<script type="text/javascript">
snowStorm.snowColor = '#bbbbbb'; //
snowStorm.flakesMaxActive = 30;
</script>
How can I add a switch to enable/disable falling snowflakes on my forum? I'm using the codes above for it.
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

In progress Re: Switch to Enable/Disable falling snowflakes

Post by Ange Tuteur November 17th 2013, 2:20 pm

Hello JAN2XONLINE,

I wrote something up that should hide the snow effect. You can place it in your widgets.

Widget name: Hide Snow
Use a table type: no
Widget source:
Code:
<script>
jQuery(document).ready(function () {
jQuery('#hidesnow').click(function () {
jQuery('#min-width > div').empty();
});
});
</script>
<style>
#hidesnow{
padding:5px;
color:#fff;
font-weight:bold;
font-size:10px;
background:#aaa;
box-shadow:0px 6px 6px rgba(255,255,255, 0.1) inset, 0px -6px 6px rgba(0,0,0, 0.1) inset;
width:75px;
cursor:pointer;
}
#hidesnow:hover{
color:#ffa;
background:#bbb;
}
#hidesnow:active{
color:#ff0;
}
</style><center><div id="hidesnow">Hide Snow</div></center>
The result:
Switch to Enable/Disable falling snowflakes Captu124

There was a few issues with toggling the snow. That being they'll eventually restart and be added back to the webpage visible. I just edited it and made it a removal button.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Switch to Enable/Disable falling snowflakes

Post by JAN2XONLINE November 28th 2013, 6:42 am

Thanks!
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

In progress Re: Switch to Enable/Disable falling snowflakes

Post by Sanket November 28th 2013, 2:40 pm

Topic Solved & Archived.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum