Hello All, I have installed a simple jquery slideshow on my website for the homepage. The only problem I am having is that all the slides display at one time instead of switching. Here is a picture to help: Then when I inspect this problem I find that the following error is produced: From all this I believe that the problem is that is is not calling all the jquery files correctly. So here is how everything is called: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Home page</title> <meta name="description" content="Default Description" /> <meta name="keywords" content="Magento, Varien, E-commerce" /> <meta name="robots" content="INDEX,FOLLOW" /> <link rel="icon" href="http://127.0.0.1/outplaypoker/skin/frontend/default/outplay_black/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="http://127.0.0.1/outplaypoker/skin/frontend/default/outplay_black/favicon.ico" type="image/x-icon" /> <!--[if lt IE 7]> <script type="text/javascript"> //<![CDATA[ var BLANK_URL = 'http://127.0.0.1/outplaypoker/js/blank.html'; var BLANK_IMG = 'http://127.0.0.1/outplaypoker/js/spacer.gif'; //]]> </script> <![endif]--> <link rel="stylesheet" type="text/css" href="http://127.0.0.1/outplaypoker/skin/frontend/default/outplay_black/css/styles.css" media="all" /> <link rel="stylesheet" type="text/css" href="http://127.0.0.1/outplaypoker/skin/frontend/default/outplay_black/css/widgets.css" media="all" /> <link rel="stylesheet" type="text/css" href="http://127.0.0.1/outplaypoker/skin/frontend/default/default/pronav/css/pronav.demo.css" media="all" /> <link rel="stylesheet" type="text/css" href="http://127.0.0.1/outplaypoker/skin/frontend/default/default/my_ibanner/css/styles.css" media="all" /> <link rel="stylesheet" type="text/css" href="http://127.0.0.1/outplaypoker/skin/frontend/default/outplay_black/css/print.css" media="print" /> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/my_ibanner/jquery.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/my_ibanner/jquery.noconflict.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/prototype/prototype.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/lib/ccard.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/prototype/validation.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/scriptaculous/builder.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/scriptaculous/effects.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/scriptaculous/dragdrop.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/scriptaculous/controls.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/scriptaculous/slider.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/varien/js.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/varien/form.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/varien/menu.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/mage/translate.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/mage/cookies.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/pronav/jquery.1.4.2.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/pronav/jquery.hover.intent.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/my_ibanner/jquery.pikachoose.js"></script> <!--[if lt IE 8]> <link rel="stylesheet" type="text/css" href="http://127.0.0.1/outplaypoker/skin/frontend/default/outplay_black/css/styles-ie.css" media="all" /> <link rel="stylesheet" type="text/css" href="http://127.0.0.1/outplaypoker/skin/frontend/default/default/pronav/css/pronav.patches.ie8.css" media="all" /> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="http://127.0.0.1/outplaypoker/skin/frontend/default/default/pronav/css/pronav.patches.ie7.css" media="all" /> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/js/lib/ds-sleight.js"></script> <script type="text/javascript" src="http://127.0.0.1/outplaypoker/skin/frontend/base/default/js/ie6.js"></script> <![endif]--> <script type="text/javascript" src="../outplaypoker/js/slidedeck/slidedeck.jquery.lite.pack.js"></script> <script type="text/javascript" src="../outplaypoker/js/slidedeck/jquery-mousewheel/jquery.mousewheel.min.js"></script> <link rel="stylesheet" type="text/css" href="../outplaypoker/skin/frontend/default/outplay_black/css/slidedeck.skin.css" media="screen" /> <style type="text/css"> #slidedeck_frame { width: 901px; height: 300px; } </style> <script type="text/javascript"> //<![CDATA[ optionalZipCountries = []; //]]> </script> <script type="text/javascript">var Translator = new Translate({"Please use only letters (a-z or A-Z), numbers (0-9) or underscore(_) in this field, first character should be a letter.":"Please use only letters (a-z or A-Z), numbers (0-9) or underscores (_) in this field, first character must be a letter."});</script></head> Code (markup): As well these are where the slider files are called: Anyone have any ideas on how to fix this?
Hey Guys, Nobody knows what this means? I could really use the help with this one cause it is the only thing prventing the launch of my site. If you guys want I can even pay the person that helps me. Best Regards, Nick
I am not aware of the coding details. But I know there are so many slideshows like JQuery slick slideshow, sliced slide show, shuffled effect etc in. Why dont you opt for some other slideshows other than the one you have in your site right now.