• Hi there,

    How do I turn off the snow effect (its cool) but I may want to switch it off after awhile.

    I’ve looked all through the Customiser options and cannot find the setting. Unless I have missed it.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • I’m using this theme on a business site and I don’t like this effect and I don’t think it should have been added by default. Perhaps a customizer feature for fun but definitely not added to the core theme.

    To remove it go to customizer.php in the main theme directory and on line 6 remove this …

    wp_enqueue_script(‘snow’, get_template_directory_uri() .’/js/snowstorm.js’);

    Also, delete snowstorm.js from the theme’s js directory.

    Hth.

    Hello paulluxford,

    Go to your enigma theme directory -> open customizer.php file and see line no. 6 –

    wp_enqueue_script('snow', get_template_directory_uri() .'/js/snowstorm.js');

    remove the above code and save the file.

    Thanks.

    Thread Starter paulluxford

    (@paulluxford)

    Thanks PressGang @pressgang & Weblizar @weblizar_support.

    I agree that it should be a customizer option, rather than added to core. I know some people would not want it on.

    • This reply was modified 7 years, 3 months ago by paulluxford.

    Your Welcome paulluxford,

    We add customizer option in next update.

    Let us know for further query.

    Hello Users.

    I just updated to 1.8 with enable/disable options for snowfall effect with in customizer options.

    Thanks

    Thread Starter paulluxford

    (@paulluxford)

    Hey @weblizar, just a quick thank you for the customizer option. Very cool ??

    you’re most welcome paulluxford.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to turn off snow effect on version 1.7’ is closed to new replies.