Can’t seem to get javascript code working from child theme
As I said, you have a few problems with this code. closing bracket } for no reason. a extra , in the wp_enqueue_script at the end add_action( ‘wp_enqueue_scripts’, ‘my_scripts_method’); is inside my_scripts_method function This is your current code with some formating and comments to show the problematic code sections. <?php /** * Astra Child Theme … Read more