Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Feb 2009
    Posts
    32
    Plugin Contributions
    0

    Default Index Page Slideshow Not Showing Transition Effects

    Hey Guys,

    I have installed a slideshow for the index page of my website, which you can view test version at http :// marcsebastien. com /us/ ... As you'll see, the slideshow works regarding its main purpose "sliding", but no fading transitions seem to be applied. And that's my problem here.

    This is how the slideshow is dispatched to work in zencart... there are 4 parts essentially...

    1) pix are placed in includes/templates/YOUR_TEMPLATE/images/slideshow/

    2) the javascript files are placed in includes/modules/pages/index/ and here they are below:

    2.1) One file is jscript_mootools.js
    2.2) jscript_slideshow.js
    I will share it right after this post, otherwise, I'm gonna exceed the length limit... ;-) However, you barely get to change anything in this file. In my case, how long the pic will stay and the duration of the transition.


    2.3) jscript_slideshow.php
    HTML Code:
    <script type="text/javascript">		
    	//<![CDATA[
    	
    	  window.addEvent('domready', function(){
    	    var data = {
    	    	'first_pic.jpg': { href:'optional_url' },	    	
    	    	'and_so_on': { href:'optional_url' }
    	    };
    	    var myShow = new Slideshow('show', data, {controller: false, height: YOUR_HEIGHT, hu: 'includes/templates/YOUR_TEMPLATES/images/slideshow', thumbnails: false, width: YOUR_WIDTH});
    	  });
    	
    	//]]>
    </script>
    In order to execute the slideshow, you just need to place the following div where you want on the index page...

    HTML Code:
    <div id="show" class="slideshow"></div>
    Anybody knows where the snag might hide? Sorry for the loooong post but I figured I'd give as much info as I could. Plus someone else might enjoy using a working slideshow on their zencart store. (sorry, don't remember where I found it... I'll research and amend my post tho)

    THANX A VILLAGE! ^_^
    Last edited by joomoo79; 2 Dec 2009 at 10:33 AM.

 

 

Similar Threads

  1. index page not showing
    By tempoart in forum Installing on a Linux/Unix Server
    Replies: 13
    Last Post: 13 Jul 2012, 12:14 PM
  2. Index page text not showing up
    By binkydbomb in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 30 Aug 2011, 12:24 AM
  3. Slideshow not showing on all top level category pages?
    By dashmoo in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Apr 2010, 06:33 AM
  4. page transition not smooth..
    By ljbird in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 10 Jan 2010, 07:04 PM
  5. Subcats on index page not showing
    By Nuwanda in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 11 Apr 2008, 10:20 PM

Posting Permissions

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