Problem site: http://www.logomasterpiece.com/
Okay, I have it working great now with one exception. When you first go to the page it is on, it does not show the first slide as default. It has a white box there and then the first slide comes in. I think it did have the first slide showing as default before I moved it to another page. I am not sure what I did that made it stop displaying a default slide upon entering the website.
Note, I moved the slide to the main page now at
http://www.logomasterpiece.com/
p.s. Is there a way to have it go from one slide to the other as a fade? The only options say updown downup rightleft leftright and I don't know if it is possible to have it fade or just appear without actually sliding in.
Code:
<script type="text/javascript">
featuredcontentglider.init({
gliderid: "portfoliothumbs", //ID of main glider container
contentclass: "glidecontent", //Shared CSS class name of each glider content
togglerid: "p-select", //ID of toggler container
remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
selected: 0, //Default selected content index (0=1st)
persiststate: false, //Remember last content shown within browser session (true/false)?
speed: 900, //Glide animation duration (in milliseconds)
direction: "rightleft", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
autorotate: true, //Auto rotate contents (true/false)?
autorotateconfig: [6000, 0] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})
</script>
<div id="p-select" class="glidecontenttoggler">
<div class="prev">
<img src="images/portfolioleftarrow.gif" border="0" alt="left arrow">
</div>
<div id="portfoliothumbs" class="glidecontentwrapper">
<div class="glidecontent"><img src="portfolio/portfoliothumbs/logoslide1.png" alt="Affordable. Unique. Professional. Custom Logo Design Starting at $85"></div>
<div class="glidecontent"><img src="portfolio/portfoliothumbs/webslide1.png" alt="Creative Web Design Made Affordable. Websites Starting at $195"></div>
<div class="glidecontent"><div id="logogalleryslide">
<div id="gotologogallerybox"><a href="portfolio/logogallery.html" id="gotologogallerybutton"><i>Browse our unique, creative and professional logo design gallery.</i></a></div>
<div id="gototestimonialsbox"><a href="testimonials.html" id="gototestimonialsbutton"><i>Read testimonials.</i></a></div>
</div></div>
<div class="glidecontent"><div id="packageslide">
<div id="gotopackagesbox"><a href="packages/index.html" id="gotopackagesbutton"><i>Choose from many great packages.</i></a></div>
<div id="contactbox"><a href="contact.html" id="contactbutton"><i>Contact us for a customized quote.</i></a></div>
</div></div>
</div>
<div class="next">
<img src="images/portfoliorightarrow.gif" border="0" alt="right arrow">
</div>
</div>
Bookmarks