Hello All,
I am using a plugin by Webtako (found here:
http://codecanyon.net/item/jquery-horizontal-image-scroller-w-lightbox/112734), it is a combination slider/scroller and lightbox. It works fantastic as a dual application plugin, and it also has functionality to use just the slider/scroller or just the lightbox.
My trouble is occurring with just using the lightbox, the description is as follows:
I’m experimenting on using just the lightbox in a test site.
When I write up a simple test page such as the one found here:
http://www.xoverr.net/devsite/ucc/test.php I can click any of the four links I placed on the page, the lightbox opens and all of the photos can be viewed using the navigation. It works perfectly.
Then, I want to use it on a page that has thumbnails displayed. This page is PHP driven and pulls the info from a MySQL database. What’s interesting here is that the lightbox CAN work, but not the way I want it to. Here’s the link to the thumbnail page:
http://www.xoverr.net/devsite/ucc/thumbnails.php?pv=1&gallery=19&gs=1&ct=1 When I say it CAN work, I mean this – When the code for the anchor and for the image source are set identical (meaning they both point to the thumbnail folder which is obviously not right but I discovered this by mistake):
<a href="galleries_p/1/19/thumbs/2011_8_1.jpg" rel="scroller">
<img src="galleries_p/1/19/thumbs/2011_8_1.jpg" alt="" /> </a>
The lightbox opens and displays my 132px x 132px thumbnails.
But when I change the code to look for the large image(which is what I want to display) in the correct folder:
<a href="galleries_p/1/19/2011_8_1.jpg" rel="scroller">
<img src="galleries_p/1/19/thumbs/2011_8_1.jpg" alt="" /> </a>
the lightbox opens small and the spinner just spins…nothing happens.
Again, the test page works perfectly:
http://www.xoverr.net/devsite/ucc/test.php I can be contacted directly via email here:
studio@xoverr.net if anyone has any thoughts on what is happening here.
Many thanks in advance to any and all who can help.
Sincerely,
wordman