'putertutor
Well-Known Member
- Reaction score
- 75
- Location
- Montana
So one of my original and most regular customers has asked me to build a website for them. This is not what I do and I told them that and referred them to a few others I knew who could help them out. Unfortunately there are no local options for quality website builds. Still, even though I told them I was not the right guy, they wanted to have me do it. Well, I know them well enough that we came to what I thought was an amicable arrangement allowing for both my own education and their (eventual) website to be built. They are not in any rush, thankfully.
Now I need help, though. I am using a template that uses a lightbox feature and I can't figure out where the pictures it scrolls through are located. Any web guru's out there who are familiar with this feature? Below is what I believe to be the relevant code:
<div class="wrapper margin-bot">
<figure class="img-indent border"><a class="lightbox-image" data-gal="prettyPhoto[1]" href="images/page4-img1-big.jpg"><img src="images/page4-img1.jpg" alt=""></a></figure>
There is an image on the page that when clicked opens up a photo viewer. The photo viewer shows the larger image and you can scroll through it to see several images. I can't find where in the template's many css or script pages the reference to these photos exist. There is a "prettyPhoto.css file, but it does not reference the pictures that are in the viewer. Not sure where to go from here.
Now I need help, though. I am using a template that uses a lightbox feature and I can't figure out where the pictures it scrolls through are located. Any web guru's out there who are familiar with this feature? Below is what I believe to be the relevant code:
<div class="wrapper margin-bot">
<figure class="img-indent border"><a class="lightbox-image" data-gal="prettyPhoto[1]" href="images/page4-img1-big.jpg"><img src="images/page4-img1.jpg" alt=""></a></figure>
There is an image on the page that when clicked opens up a photo viewer. The photo viewer shows the larger image and you can scroll through it to see several images. I can't find where in the template's many css or script pages the reference to these photos exist. There is a "prettyPhoto.css file, but it does not reference the pictures that are in the viewer. Not sure where to go from here.