justinchrono Posted January 15, 2010 Share Posted January 15, 2010 My companies website is supposed to have a slideshow script where you click on an image and a box will pop up where you can scroll through the pictures. This used to work but when switching servers something didn't work right. Now when you click a picture it just sends a link to that image. Does anyone know where I can start? Here is the site by the way... http://panopt.com/images-new.php Thank you Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/ Share on other sites More sharing options...
mattal999 Posted January 15, 2010 Share Posted January 15, 2010 http://panopt.com/js/slideshow/scriptaculous.js?load=effects This script doesn't exist, but is referenced in your slideshow page. I imagine it is a required file. Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-995867 Share on other sites More sharing options...
justinchrono Posted January 20, 2010 Author Share Posted January 20, 2010 I think I added the script, scriptaculous.js, to the right destination (basically /js/slideshow/) , but nothing happened? anything else? Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-998497 Share on other sites More sharing options...
justinchrono Posted January 20, 2010 Author Share Posted January 20, 2010 anyone else have advice? Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-998688 Share on other sites More sharing options...
Buddski Posted January 20, 2010 Share Posted January 20, 2010 This is a Javascript issue NOT PHP.. But your problem is.. uncaught exception: script.aculo.us requires the Prototype JavaScript framework >= 1.6.0.3 Your Prototype Prototype JavaScript framework, version 1.4.0 Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-998691 Share on other sites More sharing options...
justinchrono Posted January 20, 2010 Author Share Posted January 20, 2010 I just added the new 1.6.03 prototype script and nothing changed, anything more? Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-998698 Share on other sites More sharing options...
Buddski Posted January 20, 2010 Share Posted January 20, 2010 you on click to load lightbox is returning an error because your missing the effects js file Failed to load source for: http://panopt.com/js/slideshow/effects.js Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-998706 Share on other sites More sharing options...
justinchrono Posted January 20, 2010 Author Share Posted January 20, 2010 problem solved, you guys r genius' Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-998712 Share on other sites More sharing options...
piyush23424 Posted January 20, 2010 Share Posted January 20, 2010 check your script tags for lightbox in the header section you are using <script src="./js/_js-menu.js" type="text/javascript"></script> it should <script src="./js/_js-menu.js" type="text/javascript"></script> you are using single dot (.) in the script tag in the header section Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-998715 Share on other sites More sharing options...
justinchrono Posted January 20, 2010 Author Share Posted January 20, 2010 I am using a single dot. Sorry, those 2 lines r the same i think? did u mean something else? thanks though Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-998723 Share on other sites More sharing options...
piyush23424 Posted January 20, 2010 Share Posted January 20, 2010 remove the dot from <script> tags which are related to the slide show Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-998726 Share on other sites More sharing options...
justinchrono Posted January 20, 2010 Author Share Posted January 20, 2010 i actually did not remove the dots but it is working. does this make sense lol Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-998762 Share on other sites More sharing options...
mattal999 Posted January 20, 2010 Share Posted January 20, 2010 Well what you have works, therefore it must be correct. Link to comment https://forums.phpfreaks.com/topic/188631-question-about-slideshow/#findComment-998922 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.