Hello all, I've been trying to learn some jQuery, and I've created a slideshow for my site. First I made it on http://rpggamesonline.info --> and then I put it on http://htgp.org ... problem is that it does not slide on htgp.org, but it works fine on the other one.. its the EXACT SAME code, so its probably a stupid mistake in the head. please let me know what you think the problem is
PS: the fact that nothing happens for post 3, 4, and 5 is because they are not there yet, but that shouldn't affect the slideshow sliding [from 1 to 2]... should it?
Well... I dunno if you have moved the code from the .js-files into the akkt_js file, but if you haven't, you need to include the necessary jQuery-js-files. Those files are present in the working example.
yeah you use codaslider etc: <script type="text/javascript" src="js/jquery-1.2.6.min.js"></script> <script type="text/javascript" src="js/jquery-easing-1.3.pack.js"></script> <script type="text/javascript" src="js/jquery-easing-compatibility.1.2.pack.js"></script> <script type="text/javascript" src="js/coda-slider.1.1.1.pack.js"></script> <script type="text/javascript"src="js/slideshow.js"></script> HTML: ->on working site vs <script type='text/javascript' src='http://www.htgp.org/wp-includes/js/jquery/jquery.js?ver=1.2.6'></script> HTML: only on copycat...