Javascript & JQuery Wont Work
-
Hello, im trying to install a custom soundcloud player on my website. And the javascript doesn’t seem to be working. My website is http://www.desirednoise.com
You can see the player at the top, the play button wont work
<link rel="stylesheet" type="text/css" href="http://www.sublvl.com/wp-content/w3tc/min/index.php?file=2c518bae.94873d.css" media="all" /> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script> <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.qtip-1.0.0-rc3.min.js" type="text/javascript"></script> <script src="<?php echo get_template_directory_uri(); ?>/js/soundmanager/script/soundmanager2.js" type="text/javascript"></script> <script src="<?php echo get_template_directory_uri(); ?>/jquery.history.js" type="text/javascript"></script> <script src="<?php echo get_template_directory_uri(); ?>/js/player.js" type="text/javascript"></script> <script src="<?php echo get_template_directory_uri(); ?>/js/player.js" type="text/javascript"></script> <script src="<?php echo get_template_directory_uri(); ?>jquery-ui.min.js" type="text/javascript"></script>thats what my header looks like
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Javascript & JQuery Wont Work’ is closed to new replies.