Hey guys, please check out www. volcanos .com.au/menu.php (spaces the on purpos so site doesnt get indexed). Im trying to set up a lightbox for my client, however it wont work. Ive instaled these scripts hundreds of times before but i just cant work out whats happening with this. please help. When you click on an image it just opens up on top left screen. thanks for your help. regards Danny
Hi, i think there is some thing missing may be java script file or may be css file or may be this page is not getting correct path of css and JavaScript files, so you can check it, i am sure it will work or if you can send me files i can fix it. Regards, Nadeem
hey, I am not sure that everything will be there, this happens with me , but i can solve the problem myself, because of my mistakes some where
hey, ok i found out the problem, but now im puzzled on how to fix it. if you check out www . volcanos .com.au/test/php (its the same as the menu.php except ive removed the slide show on top) now that its removed the lightbox is working. please any one can help me? In my header this is what ive removed: <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <script type="text/javascript" src="slider/jquery-1.2.6.pack.js"></script> - NOW REMOVED <script type="text/javascript" src="slider/simplegallery.js"></script> - NOW REMOVED <script type="text/javascript"> After removing those, the script is now working. Any one now how to fix it? I really need the slide show and the lightbox working, The site needs to be upload tomorrow (tuesday). thanks heaps danny
Ohh so thats the problem ! it means if you are removing slider JavaScript files then light box works else not, so try to change the name of folder and files names too for slider, it may produce good result.
Hey Nadeem, that didn't work, i renamed them, moved them around... nothing in my head section where i have: <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <script type="text/javascript" src="slider/jquery-1.2.6.pack.js"></script> <script type="text/javascript" src="slider/simplegallery.js"></script> <script type="text/javascript"> my slideshow works but not the lightbox. HOWEVER. If i swap them over to look like this: <script type="text/javascript" src="slider/jquery-1.2.6.pack.js"></script> <script type="text/javascript" src="slider/simplegallery.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> <script type="text/javascript"> My slideshow no longer works but the lightbox does. please anyone got any ideas. Its driving me mad