Hi everyone,
I was updating my site, when all of a sudden a carousel (at least i think that's what it is) I had on my main page stopped working.
The website was done by a friend I've lost touch with and I haven't really updated it in 4 years (yeah I know... )
Now I wanted to add more of my projects to the carousel and I cant figure it out.
I know this space is usually reserved for game engines and editors, but who else could I possible ask
![;) ;)](https://polycount.com/plugins/emojiextender/emoji/twitter/wink.png)
Any help would be appreciated.
Replies
what do you need?
If I examine the slides through the theme settings in wordpress I found this:
<!-- begin slider -->
<div id="slider" class="stepcarousel">
<div class="belt">
<div class="panel">
<div class="ribbonType "></div>
<div class="projectDetails">
<div class="title">Aberdeen Fishing Village</div>
<p>
<p>Located outside of Hong-Kong, the Aberdeen fishing village has been home for dozens of families for generations.</p>
<p>Click on the image to find a detailed breakdown of the project.</p>
</p>
</div>
<div class="projectImg"><a href="http://www.g-cg.com/content/?p=103" title="View Aberdeen Fishing Village details"><img src="http://www.g-cg.com/content/wp-content/uploads/2009/05/portfolio03.jpg" alt="Project Name" /></a></div>
</div>
</div>
</div>
<!-- end slider -->
I think the problem is that only one page is defined there but it doesn't tell me in what file that code is at.
The pertinent HTML code is;
And that file, when opened tells you it's from;
http://www.dynamicdrive.com
Going there and searching for "carousel" gets you it's page and instructions on it's use;
http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm
thank you!!!