Hi everyone,
I'm almost done with an enhancement to a website were I'm using JQuery coda slider (easySlider 1.5) with header group 3 banners. However, I have hit a small snag...
What I'm trying to do is rather than make the banners random, have them slide. Of course, easySlider uses list tags (li) to define each image. I thought I would wrap the code around the banner group.. it's there, but I can't make it "slide" between the images. I guess because it's set as Random.
How can I remove the random?
Here is a copy of the code
Any help would be appreciated -Code:<!--JQuery EasySlider 1.5 --> <div id="slider"> <ul> <li> <?php if (SHOW_BANNERS_GROUP_SET3 != '' && $this_is_home_page && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET3)) { if ($banner->RecordCount() > 0) { ?> <div id="bannerThree" class="banners"><?php echo zen_display_banner('static', $banner); ?></div> <?php } } ?> </li></ul> </div> <!-- eof JQuery EasySlider 1.5 -->
Website I'm working on is embroideryBistro.com






Bookmarks