Uploader Comments (DreamWeaverTutorial)
All Comments (31)
-
Hi again, any reason why btn-close.gif , ico-loading.gif are not being displayed? . I did change links in jquery.lightbox-o.6.js and point it out to containing folder but only next button is being displayed. What am I doing wrong?
this the web I build thanks to you tutorials : have a look on gallery. fininteriorsltd co uk
-
@DreamWeaverTutorial OKAY I FIGURE IT OUT,
I took out this script - script type="text/javascript" src="js/jquery.js"></script , and it works!
-
okay... that's too bad. So what you r saying is that it is impossible to have multiple j.s elements on one page? Or is it just too complicated to achieve?
Another thing, both chrome and safari have problems with displaying all lightbox elements when viewing photos( I have '?' when close or image name should be. Firefox has no problem with it. Do you know what that could be? Sorry to bother but since you have the best tutorials online I just have to aks:)
how do you add multiple jquery library on the same document...I was trying to add the lavaLamp and the carousel together but when I do one works and the other doesn't whats the order of the jscript files???
keeezz 7 months ago
@keeezz i have never tried to use them together and they may not be compatible. But if you try to do it then dont use two copies of the jquery library just embed one library and then the script for each tutorial. - good luck.
DreamWeaverTutorial 6 months ago
Hi James,great tutorial and thank you for doing this.I did change link in lightbox.js file so it pics up lightbox pictures from a different folder and all works now just fine.
There is only one problem left. I have J query s3 slider ( also from your tutorial ). I use it as in your tutorial on a main page - photos changing every 4 seconds. Now, when I added lightbox script to the head, s3 slider won't work and only lightbox seems to be working properly. Do you know what is the problem?
pimpmerkley 7 months ago
@pimpmerkley these two scripts probably wont work together on the same page because of conflicts. I suggest that you don't use the slider on the same page as the lightbox.
DreamWeaverTutorial 7 months ago
@DreamWeaverTutorial Great tutorial, I followed everything and it worked almost perfectly. However when I click on the images, the javaquery loading effect, prev and next and close buttons are not seen, the close button is a mere X icon.Any way to fix this?
LastJoust 7 months ago
@LastJoust hi, this can happen if you don't place the images folder in the same place that the script is looking for it. you can either move the images folder to the same place written in the js file or write down the path to the images folder with the buttons in change the path in the javascript file. if you dont know how to do this then if you have it online, I will tell you the paths from examining your site. - James
DreamWeaverTutorial 7 months ago