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.
-
This reply was modified 4 years, 8 months ago by
Weblizar.
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 4 years, 8 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
Hey @weblizar, just a quick thank you for the customizer option. Very cool š
you’re most welcome paulluxford.