new2u:
I can't for the life of me figure out why these images won't display on the slider http://xoskins.com
1.5.1
Your case is actually explained in the documentation and was not caused by ZX Slideshow... You're not loading libraries the proper way so there are jQuery conflicts (readme file, common issues, text in red :smile: ).
I can't say for sure because I don't have access to your code, but my guess is that you have a line in includes/templates/theme697/common/html_header.php that is loading jquery.js file. The simplest solution would be to simply delete jquery.js file, but that would cause an error in the requests so you really need to find the line which is including the jquery.js and remove that line. You should be fine after you do that. You will also get other jQuery scripts to work (for example, lightbox and tooltips) when you fix this.