jQuery slideshow sliding on ONE website, but not the other??

Discussion in 'jQuery' started by gadgetpro, Mar 28, 2009.

  1. #1
    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
     
    gadgetpro, Mar 28, 2009 IP
  2. gadgetpro

    gadgetpro Peon

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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?
     
    gadgetpro, Mar 28, 2009 IP
  3. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #3
    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.
     
    PoPSiCLe, Mar 28, 2009 IP
  4. dimitar christoff

    dimitar christoff Active Member

    Messages:
    882
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    90
    #4
    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...
     
    dimitar christoff, Mar 29, 2009 IP