Uncaught TypeError: Cannot read property 'css' of undefined
Hello, I am trying to put a self hosted player on my WordPress site. I have done this on another WordPress site with no issues. So I am not sure if this is just an issue with the theme I am using on this one or not. I have also putting on my website which is a non-wordpress site and worked without issues too. I am converting to a Wordpress site only because if it being more responsive to mobile layouts.
I have the files on the server and put the call to the jwplayer.js in the head. For some reason it wasn't seeing it so I had to use a plugin to insert code in the header. Didn't have to do this on another WP site I added this to. Worked fine in the header.php without a plugin. Now that the path to the jwplayer.js file is being seen in the header with the plugin as verified by viewing source. I created a jwplayer.php file and put the player contents in that and called it with a php snippet in WP with a php plugin. It is working because when I view source I can see the code is on the page and the container div that is wrapping the player shows up and the div "loading the player..." shows up but, the player doesn't show up. When I look in the console of my browser I see the error "Uncaught TypeError: Cannot read property 'css' of undefined" referring to line 7 of the jwplayer.js so I know the path is correct and the file is being loaded. I have tried the JW Player 7 plugin but, it didn't work for me and what I was needing. I am just needing to display one player for my live stream for this site and that is it. Others I know have had no issues added this on their WP sites with different themes. So not sure if this is a WP theme issue or something with JW Player.
At any cost does anyone have any suggestions as to why I am getting this error and how to resolve it?
Here is a link to the site for example and further troubleshooting so you can see the error in the console.
stream.mesquiteweather.net
-Thanks!