Quote:
Originally Posted by MarkFL
Try the following in your footer template:
Locate:
PHP Code:
{vb:raw template_hook.footer_javascript}
And directly below, add:
PHP Code:
< script type="text/javascript" src="snow.js" >< /script >
Personally, I would add this via a plugin so all styles get it, but go with that for now.
|
Hey Mark,
Ended up giving that a shot to no avail! I would totally consider making it a plugin, however that's a bit beyond me and not actually too necessary as we only use the same them (yeaaah, for now even for mobile version). Thank you though!
Quote:
Originally Posted by Dave
According to the developer console errors, it happens because it can't find a div with classname "particles-js-canvas-el". This might happen because of conflicting JavaScript files. For example vBulletin's JavaScript files may not work properly with the snow.js JavaScript.
|
Hey Dave,
I think you might be right! After trying Mark's idea above, I'm all out of options. I think I might play around with it for a bit longer and see if I can't figure something else out, or start a hunt for a predesigned snow plugin. Thank you!