pauljamesw
20 Jun 2010, 10:58 PM
Hi, thanks for your time first of all-
secondly, I am at a loss for what to do next to get these slideshows functioning. You can see the current iteration here:http://www.pauljameswilliams.com/portfolio.html
I am using hte plug in galleria, and I have got it working in a stand alone version with the same images and and folder structure. The difference may be that I have the content nested in these div tags? to create tabs. i really don't know.
Here is the structure within the portfolio tab, under the Identity heading: ( there will be more images once I get this working:
<div>
<div class="demo">
<ul class="gallery_demo galleria">
<li><img src="images/portfolio01.jpg" alt="Flowing Rock" title="Flowing Rock Caption"></li>
<li><img src="images/portfolio02.jpg" alt="Stones" title="Stones - from Aple images"></li>
<li><img src="images/portfolio03.jpg" alt="Grass Blades" title="Apple nature desktop images"></li>
</ul>
<div class="galleria_container"></div>
<p class="nav"><a href="#" onclick="$.galleria.prev(); return false;">previous</a> | <a href="#" onclick="$.galleria.next(); return false;">next</a></p>
</div>
</div>
I can give you more code if necesary, but I don't want to overwhelm anyone. thanks.
secondly, I am at a loss for what to do next to get these slideshows functioning. You can see the current iteration here:http://www.pauljameswilliams.com/portfolio.html
I am using hte plug in galleria, and I have got it working in a stand alone version with the same images and and folder structure. The difference may be that I have the content nested in these div tags? to create tabs. i really don't know.
Here is the structure within the portfolio tab, under the Identity heading: ( there will be more images once I get this working:
<div>
<div class="demo">
<ul class="gallery_demo galleria">
<li><img src="images/portfolio01.jpg" alt="Flowing Rock" title="Flowing Rock Caption"></li>
<li><img src="images/portfolio02.jpg" alt="Stones" title="Stones - from Aple images"></li>
<li><img src="images/portfolio03.jpg" alt="Grass Blades" title="Apple nature desktop images"></li>
</ul>
<div class="galleria_container"></div>
<p class="nav"><a href="#" onclick="$.galleria.prev(); return false;">previous</a> | <a href="#" onclick="$.galleria.next(); return false;">next</a></p>
</div>
</div>
I can give you more code if necesary, but I don't want to overwhelm anyone. thanks.