Site: http://2013.smartchoicetech.com/
I have created a portfolio carousel on the homepage of this site. I have uploaded images to appear as thumbnails for each portfolio item within the portfolio carousel.
By using Firebug, I was able to see that even though I have uploaded the image into the proper location it is not being referenced in the code.
For example:
<figure>
<a class=”link-to-post” href=”http://2013.smartchoicetech.com/?portfolio=orange-lutheran”>
<div class=”overlay”>
<div class=”thumb-info”>
<i class=”icon-file”></i>
</div>
</div>
<img width=”200″ height=”145″ alt=”Orange Lutheran” src=”http://2013.smartchoicetech.com/wp-content/uploads/2013/03/OrangeLutheranLogo.gif”>
</a>
</figure>
<h4 class=”portfolio-item-title”>
<span class=”portfolio-client-title”>Individual School</span>
</li>
<li class=”clearfix portfolio-item four columns image-item jcarousel-item jcarousel-item-horizontal jcarousel-item-2 jcarousel-item-2-horizontal” data-id=”id-1″ style=”float: left; list-style: none outside none;” jcarouselindex=”2″>
<figure></figure>
The first bold segment of code properly references the image I have uploaded for this particular portfolio item.
This second segment of bold code does not properly reference the following portfolio item and image that I have uploaded for this portfolio item.
I have tried uploading, deleting, and uploading again in the hopes that these thumbnails would show on the home page but unfortunately, the carousel is not cooperating!
All of your help in this matter is greatly appreciated!