Banner for Snowfall
Simple easy-to-use and easy-to-set-up lightweight plugin for snowfall effect on your site. Wordpress Tutorial
Noted That:
  • To install correctly this snowfall.zip .
  • Fisrt Download the snowfall.zip to your computer
  • Extract/Open snowfall.zip to Your Computer.
  • Then, Find readme.txt file inside snowfall.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " snowfall.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Snowfall

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Snowfall

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Snowfall

Step-5 : Now, Browse " snowfall.zip " Downloaded plugin from your computer, Where you downloaded " snowfall.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Snowfall

Step-6 : Now, Click on " Active Plugin "

Activate Snowfall

Step-7 : Then, See left Side Menu. " Snowfall " folder is added on left Side Menu. Now, Click on " Snowfall " folder.

Noted that: If you do not see " Snowfall " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Snowfall Configurations and Settings or How to work " Snowfall " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Snowfall " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Snowfall
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

To install the plugin do the same steps you do for installing wordpress plugins.

Set up

The set up for the plugin is a bit harder, but I’ll explain it in details:
The plugin allows to set up snowfall effect in 2 ways:
1. via WordPress actions
2. manually.

1. WordPress actions.

Plugin provides action snowfall_main_tag_action which adds necessary blocks and queues necessary scripts. This is why this set up is easier.
To make it work add the following code right after opening tag:




When this action will be added, and the plugin will be enabled you will see the snowfall effect on your site.

2. Manual set up

As mentioned above manual set up is a bit harder than set up through WordPress actions.
To set up plugin manually you need to:
– add

right after opening tag.
NOTE: the id attribute for this block should be unique.
– create the following javascript snippet: new Snowfall("some-unique-id"); NOTE: some-unique-id from this code snippet should be the same as id attribute from the block you created above.
– enqueue the code snippet from the step above after snowfall script ( snowfall – is a script’s handle for more info see wp_enqueue_script )
– now activate the plugin if it’s still disabled and you will see the snowfall effect on your site.


Name