Hey, can anyone help me change this templates "Our Work" section to load up only specific images when you click on each link: All Projects,Design,Photography,Video
Right now this section uses the same photo's for all the sub sections and just rearranges them.
What I need for example: "Image01.jpg" to only appear in "Design", but right now it will also appear in "All Projects" & vice versa.
This is the template: http://www.alessioatzeni.com/blog/brushed-template/
Thanks
Hi Kmacs<li
Hi Kmacs
<li class="item-thumbs span3 design isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);"> <!-- Fancybox - Gallery Enabled - Title - Full Image --> <a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The City" href="_include/img/work/full/image-01-full.jpg"> <span class="overlay-img"></span> <span class="overlay-img-thumb font-icon-plus"></span> </a> <!-- Thumb Image and Description --> <img src="/thumbs/image-01.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis."> </li>
From the markup it looks like you just change the path to the image.
So change: href="_include/img/work/full/image-01-full.jpg"
Hi, thanks for the prompt reply but...
I get how to change the images but the issue is:
There is a script or something telling the site which images to put into each section.
example: I can add image01.jpg but it will show up in "ALL PROJECTS" whether I want it to or not and from there "ALL PROJECTS" feeds the other image sections. I can't say I want these 4 specific images in "ALL PROJECTS" and then these totally different 3 images in the "DESIGN" section.
I just can't find where the code is to change this
http://www.alessioatzeni.com/blog/brushed-template/
Thanks,
Kmacs