Reply To: Particles web Matrix effect

Home Forums Support Particles web Matrix effect Reply To: Particles web Matrix effect

Home Forums Support Particles web Matrix effect Reply To: Particles web Matrix effect

#241544
Tom
Lead Developer
Lead Developer

In your wp_enqueue_script function calls, these parameters need to be different: 'script'

get_template_directory_uri() points to the parent theme directory.

You want to use: get_stylesheet_directory_uri()

That should get you closer 🙂