Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    177
    Plugin Contributions
    0

    red flag Using JQuery Easyslider for homepage banner help

    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
    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 -->
    Any help would be appreciated -

    Website I'm working on is embroideryBistro.com
    Vicky
    Compass Web Services - Templates for Zen Cart
    http://www.compasswebservices.com/

  2. #2
    Join Date
    Aug 2007
    Posts
    177
    Plugin Contributions
    0

    Default Re: Using JQuery Easyslider for homepage banner help

    Ok, so maybe it can't be done since I haven't gotten any comments on this.

    Any other ideas?
    Vicky
    Compass Web Services - Templates for Zen Cart
    http://www.compasswebservices.com/

  3. #3
    Join Date
    Aug 2007
    Posts
    177
    Plugin Contributions
    0

    Default Re: Using JQuery Easyslider for homepage banner help

    Last bump
    Vicky
    Compass Web Services - Templates for Zen Cart
    http://www.compasswebservices.com/

 

 

Similar Threads

  1. homepage sidebox banner
    By lbowenc in forum Basic Configuration
    Replies: 2
    Last Post: 28 Jan 2008, 01:48 PM
  2. embed homepage link in banner
    By partridgeantiques in forum Basic Configuration
    Replies: 0
    Last Post: 25 Nov 2007, 01:23 PM
  3. Anyone ever used jQuery with Zen Cart?
    By whitefael in forum General Questions
    Replies: 1
    Last Post: 1 Nov 2006, 06:18 AM
  4. Permanent Banner or Image on Homepage
    By markov in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Oct 2006, 05:59 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •